3

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?

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Alex Miller
  • 69,183
  • 25
  • 122
  • 167
  • 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

1 Answers1

2

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
user229044
  • 232,980
  • 40
  • 330
  • 338
anjanb
  • 12,999
  • 18
  • 77
  • 106
  • 1
    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