This eclipse plugins provides user a jump start with Web Service development projects with Maven , Spring , Hibernate and SLF4j.
Normally lot of time and effort is put in when we try to start a new project, in assembling bits and pieces of project, like Maven dependencies , Logging configuration , Spring Transactions and so on. This plugin aims to reduce that effort and help developers to directly get started with business logic development.
Install the Plugin using Eclipse Update site
http://sourceforge.net/projects/eclipse-jaxws/files/updatesite/
Select File --> New --> Other --> JAX WS Project Template --> New JAX WS Project
Enter Project Name (The entered project name would be sufficed with -main , -core and -webdeploy)
main project is the parent project. This does not have any code, but is used only to manage maven targets of the child projects
core project is child of -main project. This project has all the business logic. By default one Hello service is created in this project.
webdeploy project is Web project. This project has all the Spring and other configuration files which should are required for Web Services