• 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

New to EJB3

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there, Im new to EJB3, where can i get good a and clear example on how to use jsp and ejb3, jboss4 to to create a simple application? does the project have to be package to ear file in order to be published? Can it be in war and publish to the server?
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Cloey Tan wrote:Hi there, Im new to EJB3, where can i get good a and clear example on how to use jsp and ejb3, jboss4 to to create a simple application?


The JBoss site? They are most likely to have a JBoss tutorial.

Cloey Tan wrote:does the project have to be package to ear file in order to be published? Can it be in war and publish to the server?


That depends on what part of EJB 3 you are planning on using. If it is just JPA, you can deploy in a war. If you are using session or message beans, you'll need the ear.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cloey,

Any specific reason why you are looking at tutorials for JBoss-4.x? JBoss also has a 5.0.1 GA which has more bug fixes for EJB3. Anyways, for JBoss-4.x the EJB3 tutorials are here and for JBoss-5, they are here
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic