• 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

Manually deploying EJB in JBoss

 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed JBoss Server 4.0.0. Is there tutorial/link is available for (manually)developing and deploying EJB application in JBoss.? Before using IDE, I would like to write all the required files in some text editor and manually place the required files in required places and deploying it, so that I will get an idea of what's happening, which we can't expect in IDE.

I have searched in google, but I couldn't able to get any good article. If any one knows, please provide me the details.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
4.0.0? Is that a typo? Did you mean 5.0.0? I ask because 4.0.0 is probably 5 or more years old.

Also, what version of EJB. 3.0? 2.x?
[ December 24, 2008: Message edited by: Peter Johnson ]
 
Mike Thomson
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to try EJB 2.0. Which JBoss version will be better for EJB 2.0?
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Get a copy of the book JBoss at Work. It uses JBoss AS 4.0.2 (I think) and goes through the development of an EJB 2.1 application.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic