Review: "JBoss AS7 Configuration, Deployment and Administration" by Francesco Marchioni

Markus Eisele
1
Packt was so kind to hand their latest publication to me for a review. JBoss AS 7 Configuration, Deployment and Administration promises to give you an expert's understanding of the single components that makes up the JBoss application server. Showing you how to use them, helping you to cut down the learning curve for this exciting product and guide you through configuration, management, deployment and advanced administration of JBoss AS 7.

Abstract: As the Java EE standard has evolved and matured, the API has become increasingly rich and complex. The next generation of application servers needs to be modular and configurable to run only specific services or containers. JBoss AS 7 promises to meet those requirements but the configuration of a complex application server is composed of a mix of administrative and management tasks which often overlap, generating confusion.

JBoss AS 7 Configuration, Deployment and Administration will give you an expert's understanding of every component that makes up the JBoss application server, and will show you how to use them, helping you to dramatically cut down the learning curve for this exciting product.

This book will guide you through configuration, management, deployment and advanced administration in a logical order to avoid the common pitfalls of setting up a new AS. The book dives into the new application server structure and shows you how to install it. You will learn how to configure the core AS services, including thread pools, the messaging system, and the transaction service. Finally, you will learn how to deploy and manage your applications and then tune the performance of your AS to achieve an efficient, indispensible application server.

Book: JBoss AS 7 Configuration, Deployment and Administration
Language : English
Paperback : 380 pages [ 232mm x 186mm ]
Release Date : December 16, 2011
ISBN-10: 1849516782
ISBN-13: 978-1849516785

About the Author
Francesco Marchioni (@mastertheboss) is a Sun Certified Enterprise Architect employed by an Italian company based in Rome. He started learning Java in 1997, and since then he has followed the path to the newest Application Program Interfaces released by Sun. He joined the JBoss Community in 2000, when the application server was running the release 2.X.
He has spent many years as a software consultant, where he has overseen many successful software migrations from vendor platforms to open source products such as JBoss AS, fulfilling the tight budget requirements of current times.
Over the last five years, he started authoring technical articles for O'Reilly Media and running an IT portal focused on JBoss products (http://www.mastertheboss.com).

The Content
The book has 380 pages. Chapter one starts with page 26, chapter 11 sumary ends on page 333. That's not too much overhead and the main part actually cover good content.

Chapter 1 is about installing JBoss AS 7.
It gives a basic introduction to the new application server, depicting its most important features and shows how to install it on your machine.

Chapter 2 covers the Application Server's configuration.
Beside the main configuration file and some core parts of it, such as like the Thread pool configuration it also looks into the Logging subsystem.

Chapter 3, talks about configuring Enterprise Services
and dives into modeling the core Java Enterprise services using the standalone configuration file.

Chapter 4, covers the JBoss Web Server Configuration
and completes the standalone server configuration by looking at the Web subsystem. This chapter also covers a full Java EE example.

Chapter 5, is about the JBoss AS Domain configuration
and teaches the reader how to shape the domain server configuration and the criteria behind the choice of a standalone or domain server configuration. 

Chapter 6, Deploying Applications on JBoss AS
covers all the details of application deployment. A dive into class loading mechanism is also included.

Chapter 7, Managing the Application Server
Covers the related management tools used to control the application server instances.

Chapter 8, talks about Clustering 
All the AS 7 clustering capabilities that provide scalability and high availability to Java EE applications.

Chapter 9, Load Balancing Web Applications
Covers another concern of clustering, which is the ability to make several servers participate in the same service and do the same work.

Chapter 10, Securing JBoss AS 7
covers the foundation of JBoss Security framework and how to secure Enterprise applications and the server management interfaces.

Chapter 11, Taking JBoss AS 7 into the cloud
The mandatory chapter these days covers AS 7 and Red Hat OpenShift platform.

Writing and Style
The general writing is easy to follow, at least for non native speakers like me. I was also feeling very comfortable with the terms used through the book. So no big surprises if you are experienced in the Java EE area. Hints and extra information is placed at the suitable and helpful positions and I also like the examples (configuration and more) a lot. Most of the more complex stuff is additionally explained with images and concept drawings which is also very helpful.

Conclusion and recommendation
This book doesn't require any existing knowledge of AS7 and introduces you from the ground up. Nevertheless, there are hints about upgrading existing installations all over the book. So, it has a lot to offer for both experienced and beginners. The structure is good and beside the mandatory cloud chapter I really enjoyed reading and playing along with the examples. Also very appreciated is the fact that there is not too much Java EE source code in the book and the author really tries to focus on deployment and administration. So don't be afraid about having to read a complete Java EE 6 tutorial along the way. Another point to mention is, that this book is far more complete than any available online documentation today. Especially the clustering and load-balancing parts are very interesting to read and also cover the various load balancing mechanisms. You are with JBoss? Go with this book!

Post a Comment

1Comments

  1. Thanks for the review. I've been looking at this book for a while. The company I work for want to upgrade their version of JBoss. AS 7 still feels like unchartered territory.

    ReplyDelete
Post a Comment