Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

I want to learn EJB 3.1

 
Greenhorn
Posts: 23
Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I want to learn EJB 3.1. Please suggest me some good tutorial/video tutorial for learning EJB 3.1. I have downloaded official javaee6-tutorial from webpage.

But the tutorial seems to be for some one who has some idea about EJB.

Please advice me.
 
Ranch Hand
Posts: 808
1
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can try Enterprise JavaBeans 3.1 by Bill Burke and Andrew Lee Rubinger.
 
Gaurav Pravin Dighe
Greenhorn
Posts: 23
Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Lucas,

Thanks for the reply.

I have downloaded the book you just mentioned. i also want to ask, which server should i prefer for learning the EJB and other Java EE concepts, that will help me crack interview of Java EE.
I also want to know, Spring Framework and Web Services is also in demand. Could you please guide me which technology i should learn and concentrate(along with books) for cracking interviews. I have knowledge on below Java Technologies:
1. Core Java
2. Servlet, JSP
3. Hibernate (basics)
4. Struts2
5. Working on Netbeans IDE

Sir your advice matters to me alot.
 
Lucas Smith
Ranch Hand
Posts: 808
1
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I think that Spring + Hibernate + Tomcat and EJB + Hibernate + JBoss/Glassfish are quite popular combinations for Java developers.

I encourage you to read about EJB 3.1. After that you will be able to understand transactions which are crucial in enterprise applications. Then, I would go for some book about JPA - Pro JPA2.

I think that Jboss 7.1.1 can be easily configured to start with learning:

http://leakfromjavaheap.blogspot.com/2013/01/jboss-711-eclipse-juno-and-maven.html

Cheers!
 
I AM MIGHTY! Especially when I hold this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic