I'm looking for more and better documentation about snapshots, flow repositories, and flow state serialization in Spring Web Flow. Available docs I've found seem pretty sparse. "Spring in Action" doesn't talk about this. The Spring Web Flow Reference Manual does mention a couple flags here:

http://static.springframework.org/spring-webflow/docs/2.0.x/reference/htmlsingle/spring-webflow-reference.html#tuning-flow-execution-repository

but doesn't really talk about why you would change these settings, usage patterns, etc.

Anyone have a good reference?

link|improve this question

73% accept rate
Do you have any specific question about snaphots, flow repositories and flow state serialization? I don't know of any more detailed documentation than the Sprint references, which are not bad in my opinion. – arturh Sep 18 '08 at 19:15
feedback

1 Answer

up vote 2 down vote accepted

did you try out any of these books ? 1) http://www.ervacon.com/products/swfbook/index.html -- from the original author of WebFlow ? 2) http://www.amazon.com/Expert-Spring-MVC-Web-Flow/dp/159059584X

BR,
~A

link|improve this answer
Thanks, those both seem to have some info from looking at TOC online. From their age, I don't think either covers Web Flow 2 but that may not matter for my purposes. – Alex Miller Sep 19 '08 at 20:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.