syncronize remote and local database
Hi all
I have a distributed application where I have a remote database and a local database.
Obviously my problem is to guarantee that in any instants the remote and the local database are syncronized.
I need an enterprise solution and i think that ejb and mostly message driven bean can help me.But i do not know how .
Any idea?
Regards

