-
May 18th, 2012, 11:29 AM
#1
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
-
May 18th, 2012, 11:34 AM
#2
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!
-
May 18th, 2012, 11:41 AM
#3
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
-
Forum Rules