Book Image

JBoss: Developer's Guide

By : Elvadas Nono Woguia
Book Image

JBoss: Developer's Guide

By: Elvadas Nono Woguia

Overview of this book

Have you often wondered what is the best JBoss product to solve a specific problem? Do you want to get started with a specific JBoss product and know how to integrate different JBoss products in your IT Systems? Then this is the book for you. Through hands-on examples from the business world, this guide presents details on the major products and how you can build your own Enterprise services around the JBoss ecosystem. Starting with an introduction to the JBoss ecosystem, you will gradually move on to developing and deploying clustered application on JBoss Application Server, and setting up high availability using undertow or HA proxy loadbalancers. As you are moving to a micro service archicture, you will be taught how to package existing Java EE applications as micro service using Swarm or create your new micro services from scratch by coupling most popular Java EE frameworks like JPA, CDI with Undertow handlers. Next, you will install and configure JBoss Data grid in development and production environments, develop cache based applications and aggregate various data source in JBoss data virtualization. You will learn to build, deploy, and monitor integration scenarios using JBoss Fuse and run both producers/consumers applications relying on JBoss AMQ. Finally, you will learn to develop and run business workflows and make better decisions in your applications using Drools and Jboss BPM Suite Platform.
Table of Contents (10 chapters)

What you need for this book

To run the sample provided in this book, you will need at least the following software and a GitHub account.

  • Install JDK 8
  • Install Maven 3.5

Chapters sources used artifacts from:

Clone the book repository with its git submodule using the command:

git clone --recursive [email protected]:jbossdevguidebook/chapters.git

Here is a full software list used in this book and their download links. Common tools like JBoss developper studio and Integration Stack are installed in the first chapter, At the begining of others chapters, a specific section explains how to install specific JBoss products when required:

Software Download Links Chapters

devstudio-10.3.0.GA-installer-standalone.jar

https://developers.redhat.com/download-manager/file/devstudio-10.3.0.GA-installer-standalone.jar all

Java SE Development Kit 8u91 or higher

http://www.oracle.com/technetwork/java/javase/downloads/ all

JBoss Developer Studio Integration Stack 10.3.0.GA

http://tools.jboss.org/downloads/devstudio_is/neon/10.3.0.GA.html

https://devstudio.redhat.com/10.0/stable/updates/integration-stack/10.3.0.GA/devstudio-integration-stack-10.3.0.GA-updatesite.zip

all

Apache Maven 3.X, version 3.5.0 recommended

https://maven.apache.org/download.cgi all

jboss-eap-7.0.0.zip

https://developers.redhat.com/download-manager/file/jboss-eap-7.0.0.zip 2,4,5,8,9

HA-Proxy version 1.7.3 or higher

http://www.haproxy.org/ 2

MySQL Community Server 5.6.37

https://dev.mysql.com/downloads/mysql/5.6.html#downloads 2,3,4,6

wildfly-11.0.0.Alpha1.zip

http://wildfly.org/downloads/ 3

jboss-datagrid-7.0.0-server.zip

https://developers.redhat.com/download-manager/file/jboss-datagrid-7.1.0-server.zip 4

Infinispan Visualizer : master branch

https://github.com/infinispan/visual.git 4,6

jboss-dv-6.3.0-1-installer.jar

https://developers.redhat.com/download-manager/content/origin/files/sha256/b4/b466affbcc1740bf2c7c73b60bb6ffa7e1ec844fc08447224ab15aa3bcee3949/jboss-dv-6.3.0-1-installer.jar

https://developers.redhat.com/products/datavirt/download/

5

Docker & Docker Compose version 17.03.1-ce, build c6d412e or higher

https://docs.docker.com/v17.03/ 5

jboss-fuse-karaf-6.3.0.redhat-187.zip.

https://developers.redhat.com/download-manager/file/jboss-fuse-karaf-6.3.0.redhat-187.zip 6

jboss-amq-7.0.0.redhat-1-bin.zip

https://developers.redhat.com/download-manager/content/origin/files/sha256/cd/cd45bd5cd6812bc5c2065b2e5e1a3251190f75ea639410aed6b2cdd87209b311/jboss-amq-7.0.0.redhat-1-bin.zip

https://developers.redhat.com/products/amq/download/

7

VirtualBox v5.0.26 r108824 or higher

https://www.virtualbox.org/wiki/Downloads

7

Red Hat Enterprise Linux 7.3.0 +

For Developper

https://developers.redhat.com/products/rhel/download/

7

Extra Packages for RHEL

https://fedoraproject.org/wiki/EPELhttps://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

7

jboss-brms-6.4.0.GA-deployable-eap7.x.zip

https://developers.redhat.com/products/brms/download/

Deployable for EAP 7 (192 MB)

8

jboss-bpmsuite-6.4.0.GA-deployable-eap7.x.zip

https://developers.redhat.com/products/bpmsuite/download/

Deployable for EAP 7 (228 MB)

9