Part 4. Going to production

There are many issues that you probably aren’t that concerned with during development of your Java EE application; but, as you get closer to going into production, those same issues become more important. You begin to wonder: How will the application scale, can you cluster the application both to promote scaling and to provide redundancy, and what are the things you need to do before you release the application into the wild? Chapters 12 through 15 answer these questions.

We start this part of the book with two chapters on clustering. Yes, it’s a big topic. Then, we turn our attention to performance, examining the different ways you can tune the application. We end with a chapter on miscellaneous things (such as ...

Get JBoss in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.