Results 1 to 5 of 5

Thread: how to install spring integration in STS 2.8

  1. #1

    Default how to install spring integration in STS 2.8

    How to integrate spring integration with STS.
    Thanks

  2. #2
    Join Date
    Sep 2011
    Posts
    167

    Default

    Quote Originally Posted by springtime2011 View Post
    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..
    !!

  3. #3
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    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

  4. #4
    Join Date
    Jul 2012
    Posts
    1

    Question

    If I just install STS then by default it won't know about spring lib location so i can't use any spring class.
    As I know all JARs are contained in the \sts-2.x.x.RELEASE\plugins\

    Quote Originally Posted by oleg.zhurakousky View Post
    have SI on the classpath and go.
    How can I correctly add all the JARs in the buildpath in the STS ?

  5. #5

    Default

    Right click your project name,you will find a menu of 'Build Path' when you used eclipse IDE.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •