Results 1 to 2 of 2

Thread: Spring integration inbound/outbound dts

  1. #1
    Join Date
    Jun 2008
    Location
    Jacksonville, Florida
    Posts
    147

    Default Spring integration inbound/outbound dts

    I need to be able to have both an inbound channel (file/smb/ftp/ftps/sftp) and an out bound channel (file/smb/ftp/ftps/sftp) I also need to be able to configure a document transformation of the process between the 2 channels. Sample processes might be converting the line terminators in a file, encrypting the file, transforming from csv to xml, etc. What would a simple inbound/outbound configuration look like? What would it look like with the dts process added to the config? Is this possible with spring integration? Please forgive the seemingly infantile questions. While I have some experience with spring, i am totally green on spring integration.

  2. #2
    Join Date
    Apr 2008
    Location
    Philadelphia, US
    Posts
    198

    Arrow

    @solid,

    To see many "sample configurations" clone spring integration samples project: "git://git.springsource.org/spring-integration/samples.git" from http://git.springsource.org/spring-integration/samples

    Since Spring Integration is just "pipe --> filter --> pipe", you should definitely be able to "transform" message payload ( you data ) as it travels from one pipe ( channel ) to another.

    /Anatoly
    Humans are stateful and mutable beings that have no problems processing many things concurrently and share state with others + they are usually "coupled"

Tags for this Thread

Posting Permissions

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