• 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

I'm new to JBoss, which is the best book to start me in the right direction?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an opportunity for employment at a new site but need to get up to speed with JBoss. I have just downloaded the
App Server, and am looking forward to digging in, but sincerely want some advise as to which books would be best for a
novice with JBoss?

Thanks, Rich
 
Author
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JBoss in Action of course.

Well. It kind of depends on what your role will be and what technologies you'll be using. Will you be administering the application server or will you be developing? What version of JBoss AS will you be using and what version of Java EE / J2EE are you using?

There are four main books you'll find on Amazon:

JBoss in Action (Peter Johnson and my book) - This book is good if you'll be administering or developing applications on JBoss 5.0. It doesn't teach you how to develop Java EE, so you'll have to pick that up somewhere else, but it does give you a lot of details on the application server. This book is being printed and will be available shortly.

JBoss at Work - Covers JBoss 4.x and walks you through developing and configuring the application server.

JBoss: A Developer's Notebook - Covers JBoss 4.x and walks through configuring and using the application server. This book is very short but sweet.

I'd recommend any of those three books depending on what you're case is. I wouldn't bother with "JBoss 4.0 - The Official Guide" unless you're planning on actually developing custom JBoss components or you're a developer who wants to learn about the internal architecture of the JBoss 4.0 application server.
 
reply
    Bookmark Topic Watch Topic
  • New Topic