Custom Project Templates in SpringSource Tool Suite
The SpringSource Tool Suite (STS) provides the New Spring Template Project wizard. Uses this wizard, the user can see a number of project templates, choose one and let the wizard create a complete project, based on that template description. While this gives you an easy way to create new projects, you might wanna define your own custom project templates for your team or your organization. And we will show you how to do this in the following.
1. Step: Contribute a new resources extension to STS
STS creates the list of available project templates by downloading and reading resource XML files. To let STS know where those resource files are located, you need to contribute them to STS via an extension.So the first step is to create a new and empty plugin project. You don't need Java code in there, so don't create this as a Java project. Just create a…