Results 1 to 2 of 2

Thread: Client-side Continuations

  1. #1
    Join Date
    Feb 2005
    Location
    Warwickshire, UK
    Posts
    148

    Default Client-side Continuations

    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.
    Dave Hewitt
    ------------------
    Senior Systems Engineer
    OBJECTIVITY
    www.objectivity.co.uk

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    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

Similar Threads

  1. Replies: 3
    Last Post: Mar 20th, 2009, 04:01 PM
  2. Replies: 2
    Last Post: Jul 13th, 2005, 05:53 PM
  3. JaxRpc client side authentication.
    By ervandew in forum Security
    Replies: 3
    Last Post: May 18th, 2005, 12:00 PM
  4. Replies: 1
    Last Post: Apr 27th, 2005, 09:17 AM
  5. Server side exceptions propogate to client - how to
    By darrell_2399 in forum Remoting
    Replies: 0
    Last Post: Oct 12th, 2004, 05:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •