| Author |
Spring Integration in Action
|
Darek odarek
Greenhorn
Joined: Jan 16, 2011
Posts: 8
|
|
Hi,
Which version of Spring Integration you describe in the book?
|
 |
M Fisher
author
Greenhorn
Joined: Dec 17, 2010
Posts: 7
|
|
|
The book covers version 2.0. Many of the examples were updated to reflect 2.0 after originally being written for 1.0. There are even a few mentions of 2.1 features, but most of the book content was completed before 2.1 was stabilized.
|
 |
Darek odarek
Greenhorn
Joined: Jan 16, 2011
Posts: 8
|
|
|
Thank you for your answer.
|
 |
Venkat Moncompu
Greenhorn
Joined: Feb 24, 2012
Posts: 9
|
|
I am new to Spring integration and have got some exposure to BizTalk but know Java and limited Java experience. Would learning Spring and specifically integration be a steep learning curve in your view?
Thanks
Venkat
|
 |
M Fisher
author
Greenhorn
Joined: Dec 17, 2010
Posts: 7
|
|
I think many of the high-level concepts would carry over from your BizTalk experience. I would recommend spending a bit of time with the Enterprise Integration Patterns website (or better yet, the book itself): http://www.eaipatterns.com
You can explore the "Integration Patterns" on the right hand column there.
Then, if you go through some basic Spring material, mainly to get the hang of dependency injection, you should be able to start working with Spring Integration without too much trouble. I'd recommend this blog: http://blog.springsource.org/2010/11/09/green-beans-putting-the-spring-in-your-step-and-application (that's the first in the 'green beans' series).
One of the goals of the framework is to allow you to keep your Java code as simple as possible - and most importantly, focused on business logic rather than integration concerns which are instead handled by the framework.
Hope that helps.
-Mark
|
 |
 |
|
|
subject: Spring Integration in Action
|
|
|