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

Learning EJB3

 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to learn EJB3. I have downloaded jboss-4.2.3.GA and created one stateless Hello EJB using ejb3 specs. I know ejb 2.0 on weblogic. But JBOSS is new to me. I know basics of JBOSS like how to deploy application , creating datasource etc.

My question is which book should I refer to learn EJB3 using JBOSS.

Thanks in advance.
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

i started to work with EJB3.0 and JBOSS as well and i use "Enterprise JavaBeans 3.0 (5th Edition)" and couple other books. I like this book but in my opinion there is no ONE book to find that explains all topics very good. Buy three or four and sell a couple after understanding the stuff. Good luck
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are particular about JBOSS use this book
Enterprise JavaBeans, 3.0
By Bill Burke, Richard Monson-Haefel
...............................................
Publisher: O'Reilly


This book is good enough with lots of practical code. They also demonstrate building ejb etc through ANT on jboss .


But before that reading EJB3 In Action (byDebu panda,Reza) sets the solid background for EJB3.0 .
 
My previous laptop never exploded like that. Read this tiny ad while I sweep up the shards.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic