Spring PropertySource and Environment
Tom Zeller
tzeller at dragonacea.biz
Thu May 8 14:49:48 EDT 2014
> I promised to send something out about this on today's call.
Thanks Brent, I'm giving it a whirl...
> It would be nice if SWF had a similar hook to invoke context initializers on
> the contexts it creates for flows, etc, but I haven't gotten that far. I'd
> be mildly surprised if they did...
The code to create the application context for each flow is here [1],
my only thought is "maybe annotations" but I'm pretty sure that's
wrong.
[1] https://github.com/spring-projects/spring-webflow/blob/master/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/model/FlowModelFlowBuilder.java#L332
More information about the dev
mailing list