• 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

jboss tutorial

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai,
I am just a beginner. I know the servlets and jsp concepts alone in j2ee.I am in final year with my projects on jboss.
I am studying "jbossatwork". As a beginner i could not understand that standard book.
please tell me which tutorial or book to follow to understand the concepts as soon as possible.
 
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
Which version of JBoss AS are you using? JBoss AS provides multiple services (like EJBs). What kind of applications are you learning? Are those simple JSP/Servlets? Or do they involve some other technologies? Or are you looking for tutorials/documentation on managing/deploying/administering JBoss AS?
 
beata jane
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am looking for tutorials that can help me to understand how to deploy the j2ee applications on jboss.
I searched through the internet for the tutorials with practical implementations.I could not get anything like that.
I am looking for how to deploy the jms,jndi,ejb and other technologiesof j2ee on jboss.I dont know how to specify this.please help me to get a good tutorial.
 
Jaikiran Pai
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
You haven't yet told us which version of JBoss AS you are using. Here's the documentation for JBoss AS deployment/configuration etc...
For AS-5, there's also the JBoss In Action book.
 
beata jane
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using jboss-5.0.0CR2 sir.
 
beata jane
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sir,
Can you tell me the steps to deploy a jms appln on jboss. I am studying the jbossatwork book but i could not undestand it as a beginner.
If you could tell me the steps to execute the jms application it could be helpful to me.
 
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
Why are you using JBoss AS 5.0.0.CR2? That is over a year old and a lot changed in JBoss AS since then. You should be using either 5.0.1.GA or 5.1.0.GA.

Also, the book JBoss at Work is based on JBoss AS 4.0.2, and the JMS system has change radically between that version (which uses JBossMQ) and 5.x (which uses JBoss Messaging). I suggest using getting JBoss in Action - it provides all the details for setting up some simple JMS applications with JBoss AS 5.x.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic