
To run your application on SpringSource tc Server: When you have tested locally, you can deploy your application wherever you want to host it. Using a cloud database for development means that you still have to be online to develop, but the benefit is that the database is managed for you and you won't have to deal with any incompatibility problems when you migrate from development to production. By running your application on a local server you can more quickly redeploy code and you can use standard debugging tools, such as the Eclipse debugger. You can run your application on a local Tomcat server and connect to. SpringSource tc Server is a drop-in replacement for Apache Tomcat, and it ensures a seamless migration path for existing custom-built and commercial software applications already certified for Tomcat. Run the Application LocallyĪfter importing the project into STS, you can run the code on the SpringSource tc Server that comes with STS. Your application should now show up in the Package Explorer and the first build will automatically run.

Click Install at the bottom right of the Dashboard.Search for DataNucleus and install the DataNucleus Eclipse Plugin.Click the Extensions tab at the bottom left of the Dashboard.Click the SpringSource icon in the toolbar to open the Dashboard.


The JPA provider uses the DataNucleus Access Platform implementation of the JPA specification. However, you can also install the SpringSource Tool Suite components and dependencies from an update site into an existing 3.5-based Eclipse installation on your computer. Note: The easiest way to get started is to download the most recent of the SpringSource Tool Suite distributions that includes Eclipse. Follow the installation instructions on the download page.Download the STS version for your operating system.Here, we will show you how to import and build the application in SpringSource Tool Suite (STS), a flavor of Eclipse enhanced with useful tools for Spring projects. This makes it easy to import the project into most IDEs. The quick start application uses Maven as a build and dependency management tool. Now, you can build out this web application in an IDE. If you've gone through the quick start guide, you have a basic project template for a Java web application.
