how to use an application on-line and off-line
Hi all
I've have an web application using eJB and hibernate.
I have different clients such as fashion shops.
And I want that the web application is usable when the connection goes offline and online.
I want to guarantee the usability of my app also when the connection is off.I thought to create different databases mirroring the central database and to build up,for each fashion shops,a copy of the central application server with the same application of course.Exists any alternative less heavy?Is this approach a good approach?

