Re: JSP/JavaBean compared with EJB

2003-02-26 Thread Srdjan Pantic
> 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

Fwd: RE: FW: JSP/JavaBean compared with EJB

2003-02-26 Thread Tom Yang
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... > >

Re: FW: JSP/JavaBean compared with EJB

2003-02-26 Thread Luis A
> 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

Re: Fw: Re: JSP/JavaBean compared with EJB

2003-02-26 Thread Carlos Vicente
. -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

Re: Fw: Re: JSP/JavaBean compared with EJB

2003-02-25 Thread Tom Yang
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

Fw: Re: JSP/JavaBean compared with EJB

2003-02-25 Thread Luis A
- 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

Re: JSP/JavaBean compared with EJB

2003-02-24 Thread Branden Root
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

JSP/JavaBean compared with EJB

2003-02-24 Thread Tom Yang
Hi all: I’ve 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 didn’t