Results 1 to 3 of 3

Thread: can i mix spring integration scala dsl with other xml application context.

  1. #1
    Join Date
    Feb 2012
    Posts
    12

    Default can i mix spring integration scala dsl with other xml application context.

    Hi,

    very impressed the new Scala DSL and would like to adopt it.

    A question: can I mixed my scala dsl with xml application context. esp, treating scala dsl as a part of xml-based application context?

    Many thanks,
    Tan

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

    Default

    Great question and the answer is absolutely yes and its one of those features that I am working on as we speak.
    The interesting part about this question is that its not only about making it possible but actually about best practices as not everything should be handled by Scala DSL otherwise it wil become vert clunky.
    For example, configuring connection/session factories that rely on profiles and externalized property replacements, I'd rather have those in XML and have a direct reference to them in DSL

    Please provide any other suggestions and thanks for trying it!

  3. #3
    Join Date
    Feb 2012
    Posts
    12

    Default

    thanks for the quick reply, looking forward to seeing your example code!

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
  •