I am beginning a new system and need to determine
what technologies to use. The only given is that the
database is UBD – the operating system is AIX UNIX and the
front end needs to be web based.<br>What technologies
would you use to complete the following:<br><br>Example
1)<br>Read from UDB on UNIX<br>Display Data on a Web
Site<br>Allow Users to modify information<br>Run mathematical
computations on the data entered<br>Update UDB with the
computed data<br><br>Example 2)<br>Read from UDB<br>Run
background processes/formulas etc on the data to change
it<br>Update the changed data to UDB<br><br>I am familiar with
Sybase - so I would use a Stored procedure for the
second item - but I hear UDB sp are limited... and that
Java calls to UDB are slow?? Any ideas?? CGI?? XML??
JSP??<br><br>I am not familiar with web technologies – so please
be as descriptive as you can