Ulrich Stärk schrieb:
Hi all,
for the workshop I held with some students a month ago I created a maven
archetype that uses Tapestry, Hibernate and Spring. This one is very
similar to the current tapestry-archetype but is based on more recent
Tapestry (4.1.3), Hibernate (3.2.5.ga) and Spring (2.0.7) versions and
also includes JPA integration using Hibernate wired up by Spring.
ATM a zip file containing the maven project is located at
http://uli.spielviel.de/~uli/tapestry-spring-hibernate-archetype.zip.
Cheers,
Uli
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
P.S.:
Set up the archetype with mvn install from inside the project directory after unzipping the zip
file. This will install the archetype into your local repository. Afterwards create your new project
based upon this new archetype with
mvn archetype:create \
-DarchetypeArtifactId=tapestry-spring-hibernate-archetype \
-DarchetypeGroupId=work.shop \
-DarchetypeVersion=1.0 \
-DgroupId=<your groupId> \
-DartifactId=<your artifactId>
Uli
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]