Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RMI & EJB design

843829Jan 5 2004 — edited Jan 12 2004
Hi,
I am trying to design a RMI-J2EE architecture
- The clients are Swing applications which communicate to the server via RMI.
- The backend is a combination of xml-rpc based web-services and EJB components.

What is an efficient scalable design for the RMI clients to access the backend.
These are the constraints
- Session handling is required
- There may be firewalls so HTTP Tunneling may be required.
- Performance, security and scalability are critical

Essentially I am looking for a good J2EE design using Swing/RMI rather than HTML/JSP

Regards
George
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 9 2004
Added on Jan 5 2004
17 comments
312 views