• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

how to learn ejb

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to learn ejb
 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well,
There are many ways.To name a few:-
1) Self Learning
2) Take some courses.

For self learning here are some books which will be helpful:-
1) Mastering EJB by Ed Roman-2nd edition. This book is available as pdf also.goto the www.theserverside.com to download.
2)Enterprise JavaBeans by Richard Monson-Haefel.

HTH,
Piyush
 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I took the BEA EJB 4 day course, four days, a bit fast. It was suprisingly not WebLogic biased, but kept to standards. OK the labs were specific, but the conceptual side was not.
Also the Sun J2EE tutorial doc and examples are quite good, but do some EJB concepts reading first.
-Barry
 
Ranch Hand
Posts: 236
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To further add to what has been said by Piyush and Barry, i would also suggest that you have a printed copy of the EJB specs with you.
This is the document you will read to undersand and know the "contract between the AppServer and the Bean Provider" which according to me is the most important thing to be aware of when learning EJB's.
HTH,
Manjunath
 
Ranch Hand
Posts: 98
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And to add even more, there was an extensive primer I retrieved from the www.learningpatterns.com site called: "The Developer's Guide to Understanding EJB 2.0" which might be worthwhile to retrieve. Of course besides the other usual sites (sun, javaworld, ibm, etc.) you might want to look at oreilly, too.
Good Luck! Janet
 
Hey, check out my mega multi devastator cannon. It's wicked. It makes this tiny ad look weak:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic