or
Sign in to turn on 1-Click ordering
Sell Us Your Item
For a $2.00 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

JBoss in Action: Configuring the JBoss Application Server [Paperback]

Javid Jamae , Peter Johnson
5.0 out of 5 stars  See all reviews (10 customer reviews)

List Price: $49.99
Price: $32.23 & FREE Shipping. Details
You Save: $17.76 (36%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 6 left in stock (more on the way).
Ships from and sold by Amazon.com. Gift-wrap available.
Want it tomorrow, June 20? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Paperback $26.35  
Paperback, February 4, 2009 $32.23  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

February 4, 2009

JBoss in Action is the first book to focus on teaching readers in detail how to use the JBoss application server. Unlike other titles about JBoss, the authors of JBoss in Action go deeper into the advanced features and configuration of the server. In particular, it focuses on enterprise-class topics, such as high availability, security, and performance.

This book walks readers through the JBoss 5 Application Server from installation to configuration to production development. It shows how to configure the server's various component containers such as the JBoss Web Server, the EJB 3 server, and JBoss Messaging. It also provides detailed insight into configuring the various component services such as security, performance, and clustering. Beyond coverage of the core application server, the book also teaches how to use some of the "hot" technologies that run on top of the application server, such as Jboss Seam and JBoss Portal.

Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

The authors, both seasoned professional experts at developing and administering JBoss, provide meaningful explanations and background on many topics which they tie in with their own practical, real-world advice from their collective experience. These uniquely comprehensive explanations and the wide coverage provided in this book surpass any other content currently available in any other book, article, or documentation on the subject.


Frequently Bought Together

JBoss in Action: Configuring the JBoss Application Server + JBoss at Work: A Practical Guide + JBoss AS 7 Configuration, Deployment and Administration
Price for all three: $100.42

Buy the selected items together

Customers Who Bought This Item Also Bought


Editorial Reviews

About the Author

Javid Jamae started his career in software in the mid 90s programming in C, C++, and PERL, but quickly realized the virtues of the Java programming language. He is a certified JBoss instructor and teaches courses in Hibernate and the JBoss Application Server. Javid is also an Agile evangelist and spends a large portion of his time transforming, coaching, and training organizations in using Agile methodologies.


Product Details

  • Paperback: 496 pages
  • Publisher: Manning Publications; 1 edition (February 4, 2009)
  • Language: English
  • ISBN-10: 1933988029
  • ISBN-13: 978-1933988023
  • Product Dimensions: 7.4 x 1 x 9.2 inches
  • Shipping Weight: 1.8 pounds (View shipping rates and policies)
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #506,942 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

5.0 out of 5 stars
(10)
5.0 out of 5 stars
4 star
0
3 star
0
2 star
0
1 star
0
As with most technical books I read as much as I needed for the tasks at hand. Greg Munger  |  3 reviewers made a similar statement
All chapters are very well written and author explains topics very well. vrto  |  4 reviewers made a similar statement
So you can download and install JBoss 5 to use with the book. Susan M  |  2 reviewers made a similar statement
Most Helpful Customer Reviews
15 of 15 people found the following review helpful
5.0 out of 5 stars Hot topic, very well written, pdf bonus July 18, 2009
Format:Paperback
I bought this book about 6 months ago to prepare for a projected move to the JBoss AS from Websphere. As with most technical books I read as much as I needed for the tasks at hand. My project seems to be cancelled, so I may not go back to this book, but I'd like to leave this review.

I believe this is the only book targeted at JBoss AS 5 configuration and management - that should earn it a couple of stars. On top of that this is one of the best written technical books I have recently encountered. The authors have clearly taken the extra effort to write a concise book (400 pages, it could easily be double the way most are written). There are no extracts of man pages, no bulky examples of pet projects.

One time as I was reading found myself asking a question - and a few paragraphs later there was a reference to that topic in another chapter ("if you are wondering about security see chapter XX"). The authors have a very good sense of what the reader is thinking.

Did the book answer my questions? Mostly. Though I wish there was more information on JMS persistence. And there are whole sections of the book (e.g. portal) that I skipped.

One more thing, worth a star, the book comes with a pdf version as well. I commute, and being able to refer to the text without juggling book and laptop is a huge benefit
Comment | 
Was this review helpful to you?
12 of 13 people found the following review helpful
5.0 out of 5 stars Review by Celinio Fernandes June 3, 2009
Format:Paperback
I would like to begin by saying that I like the table of contents. It shows that JBoss is more than an application server since a full part is about JBoss Portal.

In the first part the authors tell us about the origins of the server (did you know that JBoss was originally called EJBoss and that it meant Enterprise Java Beans Open Source Software ?) and describe the installation of version 5, the deployment of applications and the configuration.
The structure of the server is described in detail with explanations on MBeans (managed beans, from the JSR 3) and the JMX console, illustrated with screenshots.
Then comes the deployment of an application, the declaration of a data source, the creation of an Hibernate archive (.har) ... All along, the authors explain the advantages of an application server.
The chapter on security is very interesting. The login modules of the JBoss SX framework, which uses JAAS, are described and illustrated with examples of XML configuration for each type of data source (database, LDAP, certificate ...).

The second part is about the configuration of JBoss Web server. Everything is explained : configuration files, WAR archive, the structure of an URL and even the JSF configuration.
The enterprise applications are not forgotten. On the contrary, since the authors go as far as giving us a nice overview of EJB 3 and packaging and deploying session beans.
The security of applications, at the enterprise (EJB) and web levels, programmatically and declaratively, is very detailed.
JBoss Messaging and Web Services are also detailed. The authors take the time to explain the technologies before explaining them with JBoss. That is a very nice approach.
... Read more ›
Comment | 
Was this review helpful to you?
5 of 5 people found the following review helpful
5.0 out of 5 stars Good Book July 3, 2009
Format:Paperback
I bought this book specifically for the chapters on Clustering and High Availability. I thought the author did an excellent job of explaining those topics, as well as giving examples of config files. They also walk the user through how to set up various configurations, which I thought was very helpful. Over all the book was well written and for the most part easy to follow.
Comment | 
Was this review helpful to you?
4 of 4 people found the following review helpful
5.0 out of 5 stars Excellent book on Jboss AS September 23, 2009
Format:Paperback
I bought this book a month ago, just because it covered topics like clustering, load balancing e.t.c. After reading this book I must say this is one of the best technical book that I have read. Whether you are a beginner or an experienced person using Jboss AS , this book is meant for everyoneone who wishes to use or just learn about JBoss. Particularly, I found the last section "Going to Production" most useful.
Comment | 
Was this review helpful to you?
5.0 out of 5 stars Nice and polished reference for everyday usage August 3, 2012
By vrto
Format:Paperback
I am new to the JBoss - we're currently using JBoss AS 5, so this book was perfect fit for me (as of writing this review there's already JBoss 7). The book starts with very basic topics and describes what JBoss is, structure of this app server and deployment basics. Throughout the book you will read about more and more advanced topics, like security, web server configuration, Java EE facilities, messaging, web services etc. All chapters are very well written and author explains topics very well. Each chapter contains both high level information and detailed information and configuration details. I didn't read all of them (don't need to atm), but it's great to have them around because you know that you can always take a look and dive deeper to these chapters.

Best thing comes at the end - great chapters about clustering, load balancing, performance tuning (JBoss and JVM) and going to production tips and tricks. These chapters do really have great value and it is something that you will hardly find elsewhere as nice and polished as in here.
Comment | 
Was this review helpful to you?
5.0 out of 5 stars Good book but needs updated June 14, 2012
By Susan M
Format:Paperback|Amazon Verified Purchase
First, know that this book covers JBoss AS 5. The latest release is JBoss AS 7.1.1 as of March 9, 2012. Not a problem since JBoss AS resides completely under its own subdirectory. So you can download and install JBoss 5 to use with the book.

Amazon does not have the kindle version of this book available for purchase but you should know that after making the purchase, you can download the kindle version and a PDF version for free. I really like that because now I don't have to drag a book around everywhere I go. I wish more books I've purchased work that way.

The book is an easy read and helpful for a JBoss newbie like me. Recommend this book but the authors need to update it because there are differences between JBoss 5 and 7 that really need addressed.

Minus 1/2 star for being outdated. 2 years ago, 5 stars. Since I can't do 4.5 stars I went with 5 stars because of the Kindle and PDF support.
Comment | 
Was this review helpful to you?

What Other Items Do Customers Buy After Viewing This Item?


Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Forums

Search Customer Discussions
Search all Amazon discussions

Start a new discussion
Topic:
First post:
Prompts for sign-in
 



Listmania!

Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category