This plugin creates new Maven based JAX WS Projects with support for Spring , JPA , Hibernate and SLF4J.
Plugin Creates 3 project -main , -core , -webdeploy. Main is parent project for -core and -webdeploy. Users can invoke all maven build commands on main project.
Core project contains a sample Hello World Service and other business logic.
Web Project contains XML related to Spring and
Web Deployment.