Project bootstrapping initializes a web project with all of the configurations and dependencies needed for Spring development. Quickly generate the boilerplate code needed to get started with Spring. Generated artifacts include:
Spring Libraries
Configuration Files
Hibernate
Atomikos
Generation Control
Why use it?
Project Bootstrapping gets new Spring projects off to a running start. Developers can minimize the amount of time spent setting up a project with dependencies and Spring configurations and get started on the "real" Spring development as quickly as possible.
See it in action
Videos
Initializing and bootstrapping a project for Spring
See how to initialize and bootstrap a project for Spring development using MyEclipse for Spring.