hi Ricardo,

here you have a nice diagramm which showes
J2EE-Patterns for Web-based applications
http://java.sun.com/blueprints/corej2eepatterns/Patterns/

struts is doing, like Manfred told you, only the
presentation. (e.g FrontController is the ActionServlet or
the composite view can be done with Tiles)

in your action-classes you may convert your form-beans
to Value-/ or Transfer-Objects and deal with a business-delegate.

business-delegate is the interface between your presentation- and your
business-layer.
you can create a class witch implements the business-delegate-interface
that can interacts with a sessionBean (as the session-facade)

regards,


-----Original Message-----
From: Ricardo de Souza Moura [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 09, 2004 5:44 PM
To: [EMAIL PROTECTED]
Subject: EJB Tier


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

_________________________________________________________________
MSN Messenger: converse com os seus amigos online.  
http://messenger.msn.com.br


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


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

Reply via email to