Thread: Offline access
View Single Post
  #3 (permalink)  
Old 09-21-2005, 01:53 PM
thatstephen thatstephen is offline
Starter Member
 
Posts: 2
Default Offline copy with SOAP and a client side Java app

A sensible architecture for this would seem to me to be a client side Java app that communicates with the server through SOAP to create an offline cache since last sync.

AJAX is never going to provide client side persistence without a lot of headaches I would have thought.
Reply With Quote