Quickstart

If you want to get immediately to the heart of the matter, you can find here how to bootstrap a new RESThub project very quickly.

Lets suppose that you want to start a new rich web application project with a Java/JPA Backend:

Prerequisites
To run this example, you must have installed Java 7 and Maven 3 on your computer.
~ $ mvn archetype:generate -Dfilter=org.resthub:

# choose the right archetype
# choose 2.2.0 version
# answer a few questions

~ $ cd /new/project

~/new/project $ mvn jetty:run

# Done ! See http://localhost:8080

You can now navigate to http://localhost:8080/ and see your bootstraped project in action:

RESThub Quickstart result

You just have to create your own domain and start coding ! Enjoy !

To Go further

You should (unordered):