James,

Whether it makes sense to use EJB's depends upon your application.

Is the system primarily doing transaction processing? If so, then EJB's
give you transactionality without you having to directly code this.
JavaBeans
are not really an alternative to EJB. If you need to access a database, but
primarily for analytical, "decision support" type functionality then it's
probably as easy to use JDBC.

Good luck,

Peter Booth.
[EMAIL PROTECTED]

----- Original Message -----
From: "Bragg, James" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 18, 2000 10:08 AM
Subject: Using EJB or JavaBeans ( MCV architecture )


> What is the advantage of using EJB over JavaBeans (as the Model) in an web
> based application in which JSP will be used for Presentation(View), and
> Serlvets as the Controller.
>
> If I wasn't using Servlets as the Controller, I could seen the need for
EJBs
> over JavaBeans for Security, Transaction Management and Session control...
>
> Problem is that I have a very small, very green(new to these technologies)
> develpment team trying to learn and develop this application in a very
short
> timeframe.  So the issue is do we include EJB and increase risk of missing
> target date, or settle for JavaBeans and reduce the capabilies of the web
> app.
>
> What is Advantage of using EJB over JavaBeans when used as the Model?
>
> thanks..
>
> James
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to