Well, I use a combination of DelegateProcessors and dynamically-built Pipelines to modify my routes at runtime; this kind of requires Java DSL. But I suppose the initial construction of the route using the DelegateProcessor could be done in Spring.
Don On Thu, Oct 13, 2011 at 8:43 AM, Robert J. Liguori <ca...@gliesian.com> wrote: > Is it fair to say that *any* route can be written in Spring DSL or Java DSL, > which will ultimately have the same effect? > > Or is this not the case? > > Thanks, Robert > >