I'm using Struts with EJB in our project. The application is required to be
configurable at runtime, ie. navigation and jsp content can be altered while
the server(s) are running. 

My current architecture is as follows:

1. EJB tier is served by Weblogic
2. Web tier is hosted by Orion Server, running Struts
3. A lookup service (Session EJB) connects Strtus with EJBs

The lookup service passes various 'business objects'(JavaBeans) betwin the
two tiers. Struts action classes are responsible for populating business
objects with Struts actionForms and vice versa.

Kevin

-----Original Message-----
From: Juan Gargiulo [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 02, 2000 11:12 AM
To: [EMAIL PROTECTED]
Subject: RE: EJBs with STRUTS


Does anyone have experience with this?

Thanks,

juan

-----Original Message-----
From: Raj [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 30, 2000 2:13 PM
To: [EMAIL PROTECTED]
Subject: EJBs with STRUTS


Hi all,

Can you share your experiences in incorporating EJBs with STRUTS framework.
I would like to know
what design modifications you have done to the existing STRUTS framework
and also the pluses and minuses of using STRUTS with EJBs.

Thank you,

Raj

Reply via email to