Book Image

Mastering JBoss Enterprise Application Platform 7

By : Francesco Marchioni, Luigi Fugaro
Book Image

Mastering JBoss Enterprise Application Platform 7

By: Francesco Marchioni, Luigi Fugaro

Overview of this book

The JBoss Enterprise Application Platform (EAP) has been one of the most popular tools for Java developers to create modular, cloud-ready, and modern applications. It has achieved a reputation for architectural excellence and technical savvy, making it a solid and efficient environment for delivering your applications. The book will first introduce application server configuration and the management instruments that can be used to control the application server. Next, the focus will shift to enterprise solutions such as clustering, load balancing, and data caching; this will be the core of the book. We will also discuss services provided by the application server, such as database connectivity and logging. We focus on real-world example configurations and how to avoid common mistakes. Finally, we will implement the knowledge gained so far in terms of Docker containers and cloud availability using RedHat's OpenShift.
Table of Contents (20 chapters)
Mastering JBoss Enterprise Application Platform 7
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface

Summary


In this chapter, you learned what the CLI is and its powerful features. You saw how to connect to it both locally and remotely, where its configuration file is located, and how you can interact with it. You also learned about the use of the Tab key, which helps you out in traversing the whole tree of resources and their operations and attributes.

The CLI needs a little extra time to get acquainted with, but as long as you get used to it, you will become a master of configuring and managing your JBoss platform.

You saw the different approaches to working with the CLI, such as the batch mode, and recalling the batch procedure using the holdback-batch feature. You also saw that by generally using the batch mode along with external .cli files, you can accomplish complex tasks for the operative, standalone, and domain modes.

Additionally, you saw how we can back up our application server configuration by taking snapshots, and how you can use the CLI via its GUI version, which might get you...