We are currently implementing a j2ee / struts project. If I had any advice to you it 
would be to make sure you read up about common j2ee patterns. They can save you a lot 
of time and help you avoid some of the common EJB problems. We are using a command 
pattern which works very well. It is similiar to a session facade pattern where there 
are session beans that run all of the logic on the ejb container and send only the 
results back to the actions. This helps reduce network overhead, and makes 
transactions very simple. There are a million different patterns out there, and the 
most common ones are available at Sun's site: 
http://developer.java.sun.com/developer/technicalArticles/J2EE/patterns/

Other than that I don't think that working with struts and EJBs is much different than 
working with EJBs on a non-struts application. 

Thanks,
dave dandeneau

-----Original Message-----
From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 12, 2002 10:50 PM
To: [EMAIL PROTECTED]
Subject: Use of stuts in J2EE


Hi all,

I am implementing a J2EE (Enterprise application with EJBs) project using struts. If 
anyone has done a similar project and would like to share some guidelines please mail 
back to me. Alternatively, if you have any online pointers, articles etc. please 
forward these as well.

Regards
Vikram Goyal

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to