Tag Archives: STS

SpringSource Tool Suite FAQ

Eclipse is one of the most popular IDEs for Java & Spring application development. Spring has developed the Spring IDE plugin providing developers with Spring aware tooling for our projects. SpringSource Tool Suite = {    Eclipse + SpringIDE + M2Eclipse … Continue reading

Posted in Grails, Java, OSGi, Roo, Spring, Spring Batch, Spring Framework, Spring Integration, Spring Roo | Tagged , , , , , , , , , , , , , , , , , , , , | 1 Comment

Quick Install for tcServer 2.5 with Spring Insight in STS

Installation & Config Download tcServer Developer’s Edition – current version is 2.5.1 (free registration required) Make a directory for tcServer (such as /opt/tcserver or c:\tcserver) Unzip the downloaded file into that directory Type at command line in your tcServer directory … Continue reading

Posted in Eclipse, Installation, Spring, Spring Insight, STS, tcServer, Tomcat | Tagged , , , , , , | 3 Comments

SpringSource Tool Suite – Eclipse for Spring Developers

Spring developers using Eclipse should take a close look at SpringSource Tool Suite (STS). STS is a FREE IDE, based on Eclipse with many of the essential tool to assist Spring developers. http://www.springsource.com/developer/sts. The major plugin to Eclipse is Spring … Continue reading

Posted in AOP, AspectJ, Eclipse, Grails, Groovy, Java, Roo, Spring, Spring AOP, Spring Batch, Spring Framework, Spring Integration, Spring MVC, Spring Roo, Web Flow | Tagged , , , , , , , , | 3 Comments

Sending Beans as XML with JmsTemplate

Introduction We often want to send XML via web services. We may already have the schema or annotated JAXB2 classes configured in our application. What if we want to send the same format via JMS? By default Spring JMS is … Continue reading

Posted in ActiveMQ, Jakarta Commons Logging, Java Util Logging, JMS, JUnit, Log4J, LogBack, Logging, Maven, SLF4J, Spring, Spring Framework, Testing | Tagged , , , , , , , , , , , , , , , | 11 Comments