https://github.com/forge/forge-service
Running Forge from a RESTFul application
https://github.com/forge/forge-service
Last synced: 8 months ago
JSON representation
Running Forge from a RESTFul application
- Host: GitHub
- URL: https://github.com/forge/forge-service
- Owner: forge
- License: epl-1.0
- Created: 2015-11-04T19:10:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T12:32:01.000Z (about 5 years ago)
- Last Synced: 2023-07-26T23:34:48.260Z (over 2 years ago)
- Language: JavaScript
- Size: 1.51 MB
- Stars: 4
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
Awesome Lists containing this project
README
forge-service
=============
image:https://travis-ci.org/forge/forge-service.svg?branch=master["Build Status", link="https://travis-ci.org/forge/forge-service"]
image:http://img.shields.io/:license-EPL-blue.svg["License", link="https://www.eclipse.org/legal/epl-v10.html"]
image:https://maven-badges.herokuapp.com/maven-central/org.jboss.forge/forge-service-core/badge.svg["Maven Central", link="https://maven-badges.herokuapp.com/maven-central/org.jboss.forge/forge-service-core"]
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