
Originally Posted by
PeterNight
Feature Request:
In addition to the "New Project" wizard, it would be very useful to have a "New -> Project -> Sample -> Spring.
Two example types would be great: A Java one - complete with JUNIT testcases. Ideally - JUNIT testcase would include wiring options. Eg. One run would use Spring JDBC classes, the other would use Hibernate. Required libs (spring.jar, log4j.jar, commons-logging.jar) can be dumped into a lib folder to allow a 1-click operation)
The second example could pick any of the WAR examples packaged with Spring (Pet Shop?). Ideally this would require the use of the Tomcat plugin, to make setup as easy as possible. Again - place required libs in WEB-INF/lib.