#Maven Archtypes
- I want to publish a variety of Archetypes to help quicken project creation.
##Archetypes
- Follow the links for the desired archetype below for project creation instructions.
- Don't see your archetype here? Find them all here.
Archetype | Description |
---|---|
GWT Basic | Very basic GWT maven setup |
Basic GWT RPC | Very basic GWT maven setup with RPC |
Basic GWT RPC using GAE | Very basic GWT with RPC using App Engine and Guice dependency injection |
GWT Basic RequestFactory | Very basic GWT with Request Factory |
GWT Activities & Places RequestFactory | GWT activities & places with RequestFactory |
GWT Activities & Places RequestFactory & Maps | GWT activities & places with RequestFactory and Google Maps |
GWT CSS | Simple project using ClientBunble Resources; CssResource and ImageResource |
GWT Basic Cucumber Guice | Simple GWT project with Cucumber and Selenium testing |
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td><a href="archetypes/gwt-basic-rpc-appengine">Basic GWT with Appengine, RPC</a></td>
<td>GWT with App Engine and RPC</td>
</tr>
<tr>
<td><a href="archetypes/gwt-basic-rpc-appengine">Basic GWT with Appengine, RPC/Guice</a></td>
<td>GWT with App Engine, RPC and Guice</td>
</tr>
Archetype | Description |
---|---|
App Engine Basic | Basic App Engine with Guice |
App Engine Endpoints | Basic App Engine Endpoints with Guice and Objectify |
Archetype | Description |
---|---|
Basic GWT with RPC | Basic GWT with RPC and tomcat |
##Maven
- The Snapshots Repository - See the snapshots list.
##Favorite Archetype Destinations
- GWT-Platform Archetypes - Setup some GWT-Platform project Archetypes from here.
- GWT Mojo Maven Plugin Archetypes
- Thomas Broyer GWT Archetypes