Title: RE: EJB vs Servlets
I would say that the keyword here, and in nearly everything else is *standard*.
There are *loads* of books, tutorials, documentation, news-groups, people that uses EJB and likes it.
When you are using other, less widely spread, object-wrapper products, you can only rely on a small community for help.
With standards comes tools, and we want tools, dont we?
WR
-----Original Message-----
From: Kyle Cordes [mailto:[EMAIL PROTECTED]]
Sent: den 10 oktober 2000 20:51
To: Orion-Interest
Subject: Re: EJB vs Servlets

This strikes me as a straw-man argument.  There is no reason that servlet code must use JDBC directly.  There are many object-wrapper products available that work similarly to CMP beans; such products predate EJB by a long, long time.
 
-Kyle Cordes
 
 
----- Original Message -----
Sent: Monday, October 09, 2000 6:08 PM
Subject: RE: EJB vs Servlets

I use EJBs in a high volume environment and have had no problems with scalability or speed yet.
 
I have to say once you know EJBs well enough, dev't is definitely faster than with servlets. The sheer volume of JDBC code and debugging required in a servlet outweighs the quick speed you can do the same thing in EJBs. (See ejb-maker for an example).
 
Mike

Reply via email to