Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 925 Bytes

README.asciidoc

File metadata and controls

23 lines (16 loc) · 925 Bytes

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