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

New to EJB3.0

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am new to EJB and would like to learn the technology fast for working on my new project.

Is it easy to learn? I have a strong java/servlets/jsp background.

Can anyone suggest a few good books which i can refer.

Thank You All


 
author & internet detective
Posts: 42109
935
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Deepthi,
I like "EJB 3 in Action" - there is a review in our bunkhouse.
 
Sheriff
Posts: 7398
1422
IntelliJ IDE jQuery Eclipse IDE Postgres Database Tomcat Server Chrome Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:I like "EJB 3 in Action"


Me too. EJB 3 in Action is pretty easy to understand with it's clear explanations. And have a look at the Editor's home page.
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Deepthi,

Its very easy to learn EJB 3.0 if you know EJB2.x (for basic remoting concepts, middleware services etc.). I think if you are not familier with EJB2.x, you can start easily. There will not much dependecy.

Yes. i also agree that, "EJB3 In Action" is great. Inface, all the "In Action" series books are good. We are also using EJB3 in our application. You can follow these online resources for quick learning.

http://docs.jboss.org/ejb3/app-server/tutorial/
http://www.roseindia.net/ejb/
http://www.javabeat.net/articles/ejb3/1/

Regards,
Tirumal Reddy M
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try "Enterprise javaBeans 3.0" by OReilly Publications.
I found it the BEST.
 
reply
    Bookmark Topic Watch Topic
  • New Topic