I am beginning a web project using a "standard" 3-tier architecture.
Browser clients, EJB server/container, and data tier.
We also have a requirement to access remote Java objects (APIs) located in
the data tier.  Currently, these are implemented as CORBA objects.  We use
VisiBroker ORB to gain access to these objects.

My question is what are my options for this type of distributed
architecture?  I see the following:
1) EJB tier uses RMI to access remote Java objects
2) EJB tier uses CORBA to access remote objects
3) Use some other low-level call, RPC, socket, etc.

Any others?  Thanks for your help!

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to