I seem hear someone say small project is implemented by jsp+servlet+javabean+jdbc�� but bigger project implementment need java technology based on jsp+servlet+EJB�� why? Don't small project need transaction,intercurrent,safety and so on? Even if small project, if it's system function mentioned is implemented automatically ,isn't it better?
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3878
posted
0
The large vs. Small project debate is a false dichotomy. It's probably better to say that some small projects will benefit from EJB, but that in a FIRST project with J2EE technologies, it's probably better to try to learn fewer new technologies. Servlets and JSP's are hard enough without throwing EJB's in the mix. I've discussed a better set of criteria for deciding if you need EJB's here: http://www-106.ibm.com/developerworks/library/ibm-ejb/ Kyle ------------------ Kyle Brown, Author of Enterprise Java (tm) Programming with IBM Websphere See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.