> 7) Another advantage of EJB I heard was “transaction
> management”. Why do I
> need that? I can use JSP/JavaBean to issue all kinds of SQL
> statements and
> commit or rollback any transaction as needed. Why do I need EJB’s
> “transaction management”?
I tend to agree with you on other point
From: "Juan Pablo Lorandi" <[EMAIL PROTECTED]>
To: "'Tom Yang'" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>
Subject: RE: FW: JSP/JavaBean compared with EJB
Date: Wed, 26 Feb 2003 02:32:36 -
Tom, please fw to JSP-INTEREST if you like...
>
>
> Hi all:
> Thank you all very much for your replies!
> I'm currently in the process of deciding "to EJB or not to
> EJB" for my new
> project. My web page uses JSP to generate dynamic web pages
> and it uses
> JavaBean to talk to a backend database server to issue all
> kinds of SQL
> statemen
.
-Mensaje original-
De: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] nombre de Tom Yang
Enviado el: martes, 25 de febrero de 2003 21:18
Para: [EMAIL PROTECTED]
Asunto: Re: Fw: Re: JSP/JavaBean compared with EJB
Hi all:
Thank you all very much for
Hi all:
Thank you all very much for your replies!
I'm currently in the process of deciding "to EJB or not to EJB" for my new
project. My web page uses JSP to generate dynamic web pages and it uses
JavaBean to talk to a backend database server to issue all kinds of SQL
statements such as select/inse
- Original Message -
From: "Juan Pablo Lorandi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 24, 02, 2003 9:20 PM
Subject: Re: JSP/JavaBean compared with EJB
Ok, all inline.
> > 1) You would have to use a heavy weight EJB application server such
> W
Tom,
I echo your concerns. Our company uses the same basic components you
described, and then when the whole "EJB Buzz" started to pick up stream I was
tasked with evaluating whether or not EJB would be appropriate for some of
our projects. Now, I do not claim to have a good understanding
Hi all:
Ive been using TomCat, JSP, JavaBeans to talk to database servers via
JDBC/ODBC and I feel I can do any Web/database related work with the tools I
have, such as generating dynamic Web pages and storing/retrieving data from
different database servers such as Oracle and SQL Server. I didnt