Category Archives: Spring Integration

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 , , , , , , , , , , , , , , , , , , , , | Leave a comment

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

Annotation Reference for Spring Projects

Annotations are available for Spring and Java projects. I was unsuccessful in finding a single consolidated set of the annotations. So, I thought “What a great gap to fill.” However, what I thought would be a fairly simple endeavor, turned … Continue reading

Posted in Annotations, AOP, Hibernate, Java, JMX, JPA, JUnit, REST, SOAP, Spring, Spring AOP, Spring Batch, Spring Framework, Spring Integration, Spring MVC, Spring Roo, Spring Security, Web Flow, Web Services | Tagged , , , , , , , , , , , , , , | 9 Comments

Don’t Use JmsTemplate in Spring!

Stop Using JmsTemplate! JmsTemplate is easy for simple message sending. What if we want to add headers, intercept or transform the message? Then we have to write more code. So, how do we solve this common task with more configurability … Continue reading

Posted in ActiveMQ, JMS, Spring, Spring Framework, Spring Integration | Tagged , , , , , , , , | Leave a comment

Why Attend Enterprise Integration with Spring 3 Course?

Are you a Spring Developer? There are a lot of Spring developers out there, many have learned by experimenting, reading documentation and maybe code dives into an existing application or two. So, now you can put Spring Developer on your … Continue reading

Posted in ActiveMQ, Annotations, AOP, Chariot Solutions, Eclipse, Java, JMS, JUnit, LogBack, Logging, Maven, REST, Roo, SLF4J, SOAP, SpEL, Spring, Spring AOP, Spring Batch, Spring Data, Spring Framework, Spring Insight, Spring Integration, Spring MVC, Spring Roo, Spring Security, STS, tcServer, Testing, Tomcat, Training, Web Services | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , | 3 Comments

Sending Gmail with Spring Roo and Spring Integration

Introduction This is the more detailed version of my previous blog “Sending outbound SMTP messages through Gmail with Spring Integration“. Since, I teach the Enterprise Integration with Spring. In this post, I will walk you though project creation and modification … Continue reading

Posted in Java, Java Mail, Roo, Spring, Spring Framework, Spring Integration, Spring Roo | Tagged , , , , , | 1 Comment

Sending outbound SMTP messages through Gmail with Spring Integration

Introduction Recently, a former colleague, Rod Biresch, posted a blog “Sending outbound SMTP messages through Gmail with Mule ESB“. Since, I teach the Enterprise Integration with Spring course and want to demonstrate how to use Spring Integration to solve the … Continue reading

Posted in Java Mail, Maven, Spring, Spring Framework, Spring Integration, Spring Roo | Tagged , , , , , , , , , | 3 Comments