How to integrate spring integration with STS.
Thanks
How to integrate spring integration with STS.
Thanks
HI ,
if u r using eclipse indigo 3.7 then go to window option and then go to market place option and from there you will download the STS plugin for spring...and create normal java project or web as u r requirements are and then when u will define the xml configuration for spring integration then u can switch from source tab to integration-graph tab there u will see the diagrammatic representation of all spring integration components..
!!
Actually, you don't have to do anything at all since STS is Spring Source Tool Suite and already has all you need out of the box.
Just create a regular java project, have SI on the classpath and go. If you have more specific question once you get to that point post them here.
If you are using Maven you might find this useful: http://www.springsource.org/node/2962. Note that the most current release is 2.0.5 and we also have release candidate for 2.1 wich is 2.1.0.RC1
You can also find a lot of helpful resources here: http://www.springsource.org/spring-integration
Oleg Zhurakousky
Spring Integration team
http://twitter.com/z_oleg
http://blog.springsource.com/author/ozhurakousky/
Right click your project name,you will find a menu of 'Build Path' when you used eclipse IDE.