
- 468 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Mastering Java EE Development with WildFly
About this book
Your one stop solution to create highly scalable enterprise grade Java applications with WildFly.About This Book⢠Master Java EE development with the latest WildFly 10 application server.⢠Integrate with JSF and JMS and use efficient load balancing techniques to create real-time apps⢠Integrate your backend JavaScript code seamlessly into Java applications Who This Book Is ForIf you are a Java developer with at least basic knowledge of Java EE, then this book is for you. No previous knowledge of WildFly is required.What You Will Learn⢠Configure the development environment along with native and cloud installation of WildFly⢠Write a DB schema and the relative entities and how to use the relationships between the entities⢠Analyze with examples all the java annotations to manage the EJB and the configuration to get better performances⢠Write different REST services through the EJB⢠Implement Web sockets 1.0 and know why and when use the web sockets⢠Work with Active MQ and write JMS clients to manage the authentication and authorization in the clients⢠Configure the mail server through the wildfly console⢠Learn how and when to use a new feature JAX-RS 2.0, which is the asynchronous call through REST⢠Use the new JSF features of Wildfly 10 such as Mojarra 2.2, JSF 2.2, Richfaces 4.5In DetailPacked with rich assets and APIs, Wildfly 10 allows you to create state-of-the-art Java applications. This book will help you take your understanding of Java EE to the next level by creating distributed Java applications using Wildfly.The book begins by showing how to get started with a native installation of WildFly and it ends with a cloud installation. After setting up the development environment, you will implement and work with different WildFly features, such as implementing JavaServer Pages. You will also learn how you can use clustering so that your apps can handle a high volume of data traffic. You will also work with enterprise JavaBeans, solve issues related to failover, and implement Java Message Service integration. Moving ahead, you will be working with Java Naming and Directory Interface, Java Transaction API, and use ActiveMQ for message relay and message querying. This book will also show you how you can use your existing backend JavaScript code in your application.By the end of the book, you'll have gained the knowledge to implement the latest Wildfly features in your Java applications.Style and approachEach part of this book shows you how to use different features of WildFly 10 to create enterprise grade Java applications as easily as possible.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Batches and Workflows
- No deployment descriptors
- Portability
- Reusable interfaces
- Used by multiple users
- Runtime API
- Powerful expression language
- Parallel processing
- A job represents a single process of a workflow. It is represented by a Job Specification Language (JSL) usually by an XML file. A job (with JSR 352) is a container for steps.
- A step is a domain object represented by a sequential phase of the job. A step contains all the logic and data to perform the processing. The batch specifications deliberately leave the definition of a step vague because the content depends on the application and can be defined as the developer wishes.
- Differences between workflows and Business Process Model (BPM)
- Batch types and models
- Jobs, steps and all workflow components provided by WildFly
- Metrics of the jobs and the steps
- Batch listeners and exceptions
- Monitoring of the batches
- Deployment of the batches
Workflows and BPM

Table of contents
- Title Page
- Copyright
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Customer Feedback
- Preface
- Introducing Java EE and Configuring the Development Environment
- Working with Dependency Injection
- Persistence
- Implementing Business Logic
- Working with Distributed Transactions
- Creating REST Services
- Implementing WebSockets
- Working with Messaging
- Implementing a Mail Client
- Asynchronous REST
- Asynchronous EJB
- Batches and Workflows
- Working with Servlets and JSP
- Writing a JSF Application
- Sharing the Web Sessions
- WildFly in Cloud
- Share your Data
- Deployment
- Working with OSGi