• 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

Using jBoss

 
Ranch Hand
Posts: 386
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to learn about using jBoss.
Please let me know, from where to download and install jBoss.
Do I need to install jBoss on server only ? OR can I install jBoss on Windows 7 OS also ?
What is the stable version of jBoss that I need to install whis is good for learning

Thanks
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Everything you need to know can be found here: http://www.jboss.org/jbossas
 
nirjari patel
Ranch Hand
Posts: 386
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks. I can not find the info I need.
Can you please explain to questions I asked ?
 
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
You probably want to download the latest community version (the ones designated "JBoss AS", not the ones designated "EAP"). Thus you would download "JBoss AS 7.1.1.Final".
You can install it anywhere you like, including on Windows 7. If you are doing development work and/or learning, then installing it on your PC is recommended.
The "quickstarts" will help you get started by showing you working example apps.
The documentation link (on the page Bear provided) will take you to the docs that tell you how to install, run and manage the server.
And if you run into specific problems, we are here to help.
 
reply
    Bookmark Topic Watch Topic
  • New Topic