SCJP, SCEA
Originally posted by David Follow:
As far as I remember in Cade's book he didn't use EJBs (EB) either, he used DAOs. So I guess you should be good with DAOs only.
D.
Originally posted by Hitry Mitry:
I wonder why all of you are still doing this heavily bean-centered assignment? It looks like there will be nothing left of EJB within a year!
Theodore Casser
Code Poet
Originally posted by Hitry Mitry:
In my company they just started an internal project directed at eliminating all EJB's from our software. They plan to replace all entity beans with DAO's within a month and then even the SLSB will follow, replaced by Spring instantiated objectes.
I know that in many other companies they are doing the same - EJBs have firmly won a reputation of evil to get rid of. It also appears to have become a fashion of some sort to badmouth EJBs. You are not "cool" unless you can say a couple of words about how Spring framework is so great and J2EE sucks.
I wonder why all of you are still doing this heavily bean-centered assignment? It looks like there will be nothing left of EJB within a year!
[ July 17, 2005: Message edited by: Hitry Mitry ]
Originally posted by Rick O'Shay:
Ignorance is bliss and it sounds like you and your company are a very happy group. EJBs serve a vital purpose despite being difficult to manage. You're goal of removing EJBs is asinine. What you need to do is determine where it is causing you problems and fix the problems. Removing EJBs is not a objective unto itself.
How do you plan on persisting your data without entity beans? Spring? Then get somebody who has read the first paragraph of the Spring manual and fire the person who suggests it. Spring doesn't do persistence. If you are using EJBs entity beans then you probably need Hibernate as a replacement and that integrates with Spring. Surprise: EJB 3.0 is modeled after Hibernate. In other words use EJB 3.0 going forward unless you want to ignore that it's a widely excepted standard with massive tool support and that it addresses a wide range of vital scalability requirements.
Suggestion: use Spring as a beautiful framework around EJB 3.0 or Hibernate with EJB Stateless and Stateful session beans. Use your God given noggin rather than going off on a misguided EJB witch hunt. Most of the fubarred EJB installations were built by misgided and uninformed sheep.
What are you doing? You are supposed to be reading this tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
|