I'm quite new to this stuff and the more I'm
reading about connecting a java-client to a
database the more I'm getting confused.
I want to write a system with:
- Java clients
- The IBM Web Server ICSS
- Database DB2 V5 on an IBM mainframe with OS/390
What's the best method to communicate between
server on host and clients?
Should I write a 3-layer architecture with Java
servlets and JDBC? Should I use CORBA? Should
I use RMI? Anything else?
And the most important question: *Why* should I
use or don't use these things? Performance,
security, reliability, scalability etc. etc.?
Greetings,
Burkhard