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

Learning Ejb on Jboss server

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new to ejbs and so planning to learn them by working on a few online sample codes/examples/projects.
Can anyone provide me with a good online resource for learning Ejbs and more importantly how to deploy them on Jboss server??
Waiting for a reply,
Thanks in advance,
Shetal
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

you may use the JBoss IDE Tutorial. This covers the deployment part.
Mastering EJB (non-printable online version from theserverside.com)
is the EJB bible.

Cheers,
 
Ranch Hand
Posts: 293
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to learn EJB2, have a look at the JBoss online docs (http://docs.jboss.org/jbossas/getting_started/v4/html/)

If you want to lear about the newer EJB3, have a look at the JBoss trailblazers (http://www.jboss.com/docs/demos). With the trailblazers, you can run the demos online and download the code.
 
Bartender
Posts: 1155
20
Mac OS X IntelliJ IDE Oracle Spring VI Editor Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also, learn to use Ant with XDoclet, the Eclipse JBossIDE / Lomboz uses these technologies.

Here's a ejb (old ejb 2.0) tutorial: Tutorial for building J2EE Applications using JBOSS and ECLIPSE - Watch out, as there are a few bugs (features ), something to do with the tools generating some incorrect XML tags. I think however these problems been talked about on this forum.
 
shetal bansal
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanxs a ton for all ur wonderful replies!!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic