Assuming a completely sessionless web tier and continuation-based webflows stored entirely on the client, will the continuation survive a server restart? Its my understanding that it will, but I'm curious if anyone has tried it.
Assuming a completely sessionless web tier and continuation-based webflows stored entirely on the client, will the continuation survive a server restart? Its my understanding that it will, but I'm curious if anyone has tried it.
You mean a restart of the application server? It should! You can try it out with sellItem by selecting the ClientContinuationFlowExecutionStorage strategy in the dispatcher-servlet Spring config file.
Keith
Keith Donald
Core Spring Development Team