Archetype: SpringMVC + Spring 3.0.5.RELEASE + JPA 1.0

This maven2 archetype contains a little sample application with the Spring 3.0.5 Framework, Spring Mvc and JPA 1.0. It is deployed on the PLOIN Repository-Server on

http://www.ploin-m2.de/nexus/content/groups/public/

you can create a project from the archetype with the following command:

mvn archetype:generate -DarchetypeGroupId=org.ploin.archetype -DarchetypeArtifactId=tempSpringMvcJpa -DarchetypeVersion=1.1 -DarchetypeRepository=http://www.ploin-m2.de/nexus/content/groups/public/ -DgroupId=org.ploin -DartifactId=demoSpringMvcJpa

This archetype shows how the REST is working in Spring 3 and how you can use it together with JPA 1.0.

Published by Robert Reiz

CEO @ VersionEye. Passionated software developer since 1998.

3 thoughts on “Archetype: SpringMVC + Spring 3.0.5.RELEASE + JPA 1.0

  1. Standard 1.1.2 could not be found. To fix it change the groupId of the artifactId standard to “taglibs”.

    
    	taglibs
    	standard
    	1.1.2
    	compile
    
    

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: