1. Spring STS (Spring recently changed the site is not too familiar at the moment)
Http://spring.io/tools/sts/all
2. Download the Virgo plugin
Http://download.eclipse.org/virgo/milestone/tooling
3. Eclipse Download the official Virgo + Jetty Development Kit
http://www.eclipse.org/virgo/download/
4. Configure Virgo server
In Eclipse
Window---Preferences---Runtime enviroments-----Server install Direc Tory specify can be
---------------------------------------------------------------------------------------------------------
There is a lot of support for OSGi development in the ECLIPSE STS, which may be confusing when you first touch it. Please follow the procedure strictly
The following is the configuration of the Virgo Eclipsert project (not plugin)
5. New project--Virgo---The Bundle project fills in the name
If it is web, tick Web application bundle/need to fill in Web-contextpath (other default)------------finish
So edit your MANIFEST.MF.
=================================================
Not all jars can be identified as bundles and need to be retrofitted to provide a library of spring
http://ebr.springsource.com/repository/app/
SPRING STS Virgo OSGI Development One: creation of bundle projects