===================
titre élémentaire 1
===================

Sous-titre élémentaire 2
------------------------

	du bla bla élémentaire
	
The easiest way to start is to use RESThub archetypes to create your first RESThub based application. Just open a command line terminal, and type :

.. code-block:: bash

	mvn org.apache.maven.plugins:maven-archetype-plugin:2.0:generate -DarchetypeCatalog=http://resthub.org/nexus/content/repositories/releases/

You will have to choose between 3 RESThub archetypes :

 * **resthub-js-webapp-archetype** : simple HTML5/Javascript web application
 * **resthub-tapestry5-webapp-archetype** : simple RESThub based Tapestry 5 web application
 * **resthub-middle-archetype** : a JAR module for inclusion in your multi modules project
 