Title: 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