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. |