Skip to content

forge/forge-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forge-service

Build Status License Maven Central

Run JBoss Forge as a RESTFul application

Modules

  • core : Classes needed to bootstrap Forge in a Java EE environment (depends on CDI and the Forge core APIs)

  • rest: REST endpoints exposing UICommands

  • web : Sample web application consuming the REST endpoints

How to run

  • Run mvn clean install to build the whole project

  • Run java -jar web/target/forge-service-thorntail.jar

  • Open http://localhost:8080