Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: Re: [Re: [When to move logic from JSP JavaBean to EJB?]]


Message #1 by Lakshmi Naryanan Shanmuga Sundaram <laknara@n...> on 11 Oct 00 07:28:06 PDT
Hi,
Moving the logic into any EJB server have many advantages like, 


1. Instance Pooling
2. Database Pooling
3. Transaction Management
4. Centralised Driver Management(It has most of the database drivers)
5. It serves as Web Server as well.
6. Security
7. Interface with legacy systems
8. J2EE compatibility
9. Failure backup

Cheers,
Lakshmi Narayanan

"Gary Keeney" <gary.keeney.b@b...> wrote:
What is the driver for increasing the complexity of the solution?
i.e. Why move the logic onto the EJB Server?

--- 

NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE okay?
Visit EarthWeb for the latest in IT Management, Software Development, 

Web Development, Networking & Communications, and Hardware & Systems.  

Click on http://www.earthweb.com for FREE articles, tutorials,
and discussions from the experts.
$subst('Email.Unsub')


____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at http://home
=2Enetscape.com/webmail

  Return to Index