I recently completed an container managed EJB/Servlet based solution using
Weblogic/Bea's Tengah app server connecting to a DB2 db.  The combination
proved incredibly powerful, meeting our requirements for flexibility,
scalability and distributedness.  The EJB's allowed us as developers to
focus on implementing business logic and not worrying about low-level
services provided by the EJB container (ie. networking, security, etc.).
However there are a number of factors to consider before comitting to a EJB
solution.  For starters, it's not cheap!  If your development staff is
already familiar with Java the learning curve will be minimal, but it's
another thing to consider.  While EJB's make it easy to make your
application distributed, is it necessary for the situation?  Necessary for
architecture flexibility?  Food for thought.

Jon

----- Original Message -----
From: Morgan Ross <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 27, 1999 2:16 PM
Subject: Re: EJB (Enterprise Java beans)?


> >Is anybody using EJB (Enterprise Java beans) to represent Business object
> >in
> >his development.
> >
> >I would like to hear any negative/positive statements about that.
> >
> >Thanks.
> >George.
>
> Also, further to this query is anybody using EJB to connect to the Oracle
8i
> Java stored procedures?
>
> Cheers
> Morgan
>
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>
___________________________________________________________________________
> 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