• 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:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

EJB is looking hot now a days

 
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the current job market I think EJB is looking hot.
I think this is the effect of the brand new EJB 3...
Am I correct Ranchers? Should I go forward with EJB 3?

Thanks and Regards,
Damodar...
 
Saloon Keeper
Posts: 28713
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, Spring seems to be hotter. Most of the remotable features of EJB haven't panned out. The Internet has proven to be so hostile that about the only place where you won't bump off a firewall is if you're running a large distributed app completely within the local site and whatever VPN environment it may have. EJB Session beans have been supplanted by Web Services on the open Internet.

What I would concentrate on is JPA. While JPA is part of the EJB3 persistent object spec, it's also usable with Hibernate 3.0 and other ORM technologies as well. You don't need a container like EJB1 and EJB2 did.
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Spring seems to be hotter.



Agree. I also happen to use the Spring Web Services and quite impressed with it.
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But you can expose your session beans as web services. Doesn't that pose an advantage in EJB 3?
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I accept with Damodar... He is 100% right...
EJB 3 had made the programmers life easier, so its catching up..
I see lot of openings(at least few now) for the guys who are good at EJB 3...
 
Damodar Mukherjee
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Its True... now a days the market is moving towards EJB and Webservices...
And I hope EJB will dominate in the near future with the safe hands of SUN...
 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Once programmers feel comfortable annotations, EJB3 will win.
 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What about Struts 2? I think it supports spring.(of course it is not in comparison with ejb/hibernate)
[ September 06, 2008: Message edited by: Sagar Kale ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic