Offline web application

View: New views
1 Messages — Rating Filter:   Alert me  

Offline web application

by max3000 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Is the following easily supported by ehcache?

I want to front a remote web server with a local web server. The local server would cache the remote content with ehcache. Network connection will be intermittent. The cache would never expire per se, only be updated periodically whenever there is connectivity.

Caching would also work the other way. Modifications (PUT, POST, DELETE) done by the client would be cached and forwarded to the server whenever connectivity is present.

I reckon some code will be necessary for this, I don't expect ehcache to do it all. I'm just wondering what that would entail and if it falls within ehcache typical usage.

Thanks,

Max