Ideally, you should call your EJBs in your Action objects in response to requests.
Struts doesn't have anything about EJBs because you are free to decide how to perform your business logic, although the recommendation is to not do them inside an Action object, but rather in another conceptual tier that's called by the Action object. That other tier could be your EJBs or other java objects. --- Ricardo de Souza Moura <[EMAIL PROTECTED]> wrote: > I wish a advice. > I have been using struts and I use DAO and JDBC to access my Database. I am > not using EJB, but I am wanting use it. The Struts framework doesn't have > anything about EJB. Will I need to do my own framework to treat with EJB or > there are a best option ? > thanks __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]