Tags: spring
Invoking 'Spring Project Builder' on '/project' hangs
March 1st, 2010I've been using SpringSource Spring Tool Suite (STS) for a while now. It's pretty good. One of the problems with Eclipse is maintaining all the dependencies for web development and thankfully the chaps at SpringSource take care of all that for you.
I… more »
Reporting bugs in Spring Tool Suite (STS)
December 31st, 2009I've been doing work with the SpringFramework now for about 3 years. It has been a very steep learning curve - occasionally I feel like I'm rock climbing!
I started off using SpringIDE which is an open source commercial free Eclipse plugin which can a… more »
Installing Spring Tool Suite (STS) under Eclipse 3.5 Galileo
July 1st, 2009Firstly you need to install Eclipse 3.5 Galileo, then once that's up and running you can use the Spring update site to install the Spring Tool Suite (STS). Follow these simple step-by-step instructions. I'm assuming that you are the only Java developer u… more »
"port out of range" on activemq topic
May 21st, 2009I recently came across a problem with ActiveMQ and Spring which took a while to find. As with all the articles on this blog, I had to figure it out myself because there weren't any solutions on the inter-web.
The confusion was caused by the message po… more »
Supplied root object of class * cannot be marshalled without top-level mapping
April 22nd, 2009Came up against a problem with (JibX) marshalling an object down to XML. Part of the problem was not finding any reference to what the error message means. So for future generations I've documented it here. The error message is:
org.springframework.ox… more »