jbossdevguidebook / chapters

JBoss Developper Guide chapters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This repository contains code materials for JBoss Dev Guide Book each chapter resources are organised in an independent folder chxx

  1. chapter 1 Introduction to JBoss the ecosystem
  2. chapter 2 Developing and hosting Scalable Web Application with JBoss EAP
  3. chapter 3 Custom web deployments with Undertow and Swarm
  4. chapter 4 Storing and Accessing distributed Data
  5. chapter 5 Exposing data as a service
  6. chapter 6 Integrating applications with JBoss Fuse
  7. chapter 7 Delivers and consuming data safely
  8. chapter 8 Making Better decisions in your applications with BRMS
  9. chapter 9 Developping Workflows with BPMS

Installation

  1. Each chapter is independent, except chapter 3 which requires beosbank-core dependency from chapter 2
  2. Chapter 8 and chapter 9 are git submodules.
  3. Clone the whole project using the following git command
    git clone --recursive git@github.com:jbossdevguidebook/chapters.git