Book review: JBoss AS 5 Development by Francesco Marchioni

1 minute read

I've been reading JBoss AS 5 Development by Francesco Marchioni published by Packt Publishing. I must say that I quite enjoyed the book because it is complementing my knowledge perfectly.

I know Java EE 5 and 6 quite well, I've been working on it, promoting it, yada yada yada. But when it comes to details on how to configure JBoss AS beyond the standard and the EE programmatic model, my knowledge leaves a lot to be desired.

Good for:

If you want to know how to:

  • change the HTTP port
  • create two independent clusters on a single network
  • customize the thead pools of your HTTP requests, EJB 3 components etc
  • tweak the transaction manager
  • secure your JBoss AS installation
  • etc

This book is a gold mine. Using the index or the table of content, you will reach the information in a minute.

If you want to know how the JBoss Tools can help you:

  • create an application
  • deploy / undeploy apps
  • add new components, pages
  • etc

This book will give you nice how-tos that will hold your hands from tooling installation to configuration and wizard usage.

Francesco also explains the basics of the EE programmatic model. This is quite handy as it helps you to kink a configuration trick to an application behavior: all configurations are described with how they impact your application behavior and what it means if you change them.

Not good for:

If you are looking for a book that explain the Java EE programmatic model and development practice in detail, this is not the book for you. You're better off looking at Seam in Action or any other EE targeted book.

I will keep the book next to me when I develop and deploy on JBoss AS. Finding the right config or tuning will be much faster than a reckless Google search :) Reading this book, you feel that Francesco uses every bits of JBoss AS, loves it and wants to share his knowledge. Keep going :)

Disclosure: Swati from Packt Publishing sent me the book for free. I stand by what I said in this blog though.

Comments