This repository contains code materials for JBoss Dev Guide Book each chapter resources are organised in an independent folder chxx
- chapter 1 Introduction to JBoss the ecosystem
- chapter 2 Developing and hosting Scalable Web Application with JBoss EAP
- chapter 3 Custom web deployments with Undertow and Swarm
- chapter 4 Storing and Accessing distributed Data
- chapter 5 Exposing data as a service
- chapter 6 Integrating applications with JBoss Fuse
- chapter 7 Delivers and consuming data safely
- chapter 8 Making Better decisions in your applications with BRMS
- chapter 9 Developping Workflows with BPMS
- Each chapter is independent, except chapter 3 which requires beosbank-core dependency from chapter 2
- Chapter 8 and chapter 9 are git submodules.
- Clone the whole project using the following git command
git clone --recursive git@github.com:jbossdevguidebook/chapters.git