• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Future industry direction?

 
Greenhorn
Posts: 21
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was enamored by EJB when I first started studying it for the
SCBCD exam. Seeing the existing demand for J2EE in job postings
for software developer positions, I was planning to hitch my
career bandwagon to J2EE - of which EJB is a major part.

But then, I read the arguments about EJB being too bloated and
the existence of more "lightweight" alternatives. Now I'm wondering
what the future of EJB would be, and how advisable is it to invest
in it as a career move.

Any comments?

- AjoyB
 
Ranch Hand
Posts: 8946
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
EJB is undergoing major changes so it can be made easier to program etc.

Check out the new EJB 3.0
http://www.javaworld.com/javaworld/jw-08-2004/jw-0809-ejb.html
 
Ranch Hand
Posts: 2166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in the meantime its easier to become user of hibernate, ibatis or even spring if you know ejb.
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I strongly encourage you to learn EJBs. They will not go away as corporations invested millions into software using the technology and most likely will embrace the next EJB3.0 which I doubt will be more useful and easier to use than current version.
 
Ajoy Bhatia
Greenhorn
Posts: 21
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your suggestions. I suspected that EJBs will not go
away very easily. I would like to study the alternatives too,
though, to get a more complete perspective of the issues and
possible solutions.

Thanks...
- Ajoy
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree that EJB is certainly not going away. Too many organizations have too much invested in the technology to scrap out at this point. However, more and more organizations are starting to recognize the benefits of non-EJB frameworkds such as Spring and Hibernate. Of course, when EJB 3.0 hits the town this could all change... but that isn't for another 18 - 24 months. My suggestion is to learn EJB inside and out since it is required knowledge in many organizations. Once you are comfortable with EJB, I would recommend that you begin evalutating and learning the various lightweight frameworks such as Spring, Hibernate, and JDO. Most importantly... have fun.
 
Ranch Hand
Posts: 318
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Simplify EJB3.0

EJB 3.0 draft specs
 
Pradeep bhatt
Ranch Hand
Posts: 8946
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Interesting Interview here
http://www.theserverside.com/talks/videos/AslakHellesoy/dsl/interview.html
 
Author
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
An alternative is to use Spring+Hibernate until EJB 3 becomes available, and then move to that standard. If you know that you'll want to be on EJB3, then the cleanest migration path is through Spring+Hibernate, or the JBoss group's preview technology.
 
reply
    Bookmark Topic Watch Topic
  • New Topic