Friday, October 5, 2012

What's New in Spring Integration 2.2 - JPA Support

I have just published a new blog posting, which introduces the new Java Persistence API (JPA) support that is provided with Spring Integration 2.2. This is the third part in a series of blog posts highlighting some of the new features available in Spring Integration 2.2 following the recent release of Release Candidate 1. Please head over to the SpringSource blog to get the details:

http://blog.springsource.org/2012/10/05/whats-new-in-spring-integration-2-2-part-3-jpa-support/

1 comment:

Unknown said...

Hi,
I read the your samples on github about spring integration and it's very very helpful.
But I have a question that in your code "https://github.com/SpringSource/spring-integration-samples/tree/master/intermediate/travel" you use a WeatherRequestTransformer to prepare SOAP request which simply return a string only contents SOAP body. I'm wondering what should I do if SOAP header is needed. Is it possible using a simple string as well? Thank you!