HI All,
I am developing a web site using
jsf ( hibernate - mysql - spring ) .. the website is working fine
but the problem is in case there is some disconnection between the client and the website server ( which holds the website and the database -- by the way currently the application and the database are residing in the same server)..
the user in the client will not be able to browse such site , what i need is that some caching system which can be used so that the user can not feel that the site is down or that the connection
to the server is down
so is there any tool for that