The maven webapp archetypes – all with configuration for the handy Jetty maven plugin built in –  made available by Webtide  have recently been updated to the following versions:

  • Active MQ – 5.0.0
  • Dojo – 1.0.2
  • DWR – 2.0.2
  • JSF – 1.2_07
  • Spring – 2.5
  • Struts – 2.0.11
  • Tapestry – 4.1.3
  • WebWork – 2.2.6

We’ve also added a new archetype:

  • cometd – Bayeux/jetty 6.1.7

The cometd archetype will generate a complete webapp with working end-to-end bayeux  ajax messaging.

All are freely available for download from the Webtide site at www.webtide.com/resources.jsp.


2 Comments

Anonymous · 09/01/2008 at 17:28

Looks like its not quite ready:
mvn archetype:create  -DarchetypeGroupId=com.webtide -DarchetypeArtifactId=maven-archetype-Spring -DarchetypeVersion=2.5 -DgroupId=com.willcode4beer.spring -DartifactId=beerSpring

returns:
Embedded error: Archetype does not exist

Jan Bartel · 10/01/2008 at 11:40

Did you unzip the project and then do an mvn install of it first?  That will build the archetype and install it to your local repository so it is available.

cheers
Jan

Comments are closed.