• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

A Newbie of EJB

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not know anything about EJB while I know JSP and Servlet. Now, I want to start to learn EJB at home, how should I start it? I have downloaded JBoss (with Tomcat). I know it's not easy to set it. How should I set it? Is there any good web site which teaches about the setting of JBoss? I can't find it in web site of JBoss. Moreover, is there any web site which teaches how to write EJB and how to deploy it? Thanks!
Stephen Lee
 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi stephen
to learn EJBs
1) look at the java j2ee tutorial
2) download and read Ed Roman's Mastering EJBs pdf from http://www.theserverside.com
3)buy and read Ed Roman's Mastering EJBs again with the weblogic example.

for Jboss installation would be quite usefull to look at www.jboss.org in the documantation or forums, you will surely find a lot of answers there.
if those wont be enough, any attempt to search in google under ejb or "ejb tutorial" will bring you enough meterial (372 results).
cheers
shai
I do not know anything about EJB while I know JSP and Servlet. Now, I want to start to learn EJB at home, how should I start it? I have downloaded JBoss (with Tomcat). I know it's not easy to set it. How should I set it? Is there any good web site which teaches about the setting of JBoss? I can't find it in web site of JBoss. Moreover, is there any web site which teaches how to write EJB and how to deploy it? Thanks!
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried lerning with Weblogic. WL has a 30-day free trial version. Ed Roman's book examples weblogic based. Also, Weblogic user groups are VERY helpful if you run into problems. The online docs are also pretty good for WebLogic.
I read Ed Roman first and then Mon-Haefel. Both are excellent books. Ed Roman is easier to read and the flow is just like in a novel. Haefel's book covers some very nice points but it could be hard to digest the first time. His explanations are scattered at several places in the book for a given topic. He does not deal with it fuly at one place. But I feel one should read BOTH books to get a good grip on the subject.
Good Luck and enjoy the magic of EJBs :-)
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
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