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:
~ $ 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:
You just have to create your own domain and start coding ! Enjoy !
To Go further
You should (unordered):
- Read the current documentation
- Follow our dedicated tutorials : Spring Stack and Backbone Stack
- Discover our TODO List demo application (mongoBD)