G
gini
Hello.
I have pice of work to do : replication four tables between
two databases (on demand). One databases is located in main departament
anothers are on mobile-workers computers whose can work offline.
I would like using hibernate for replication:
first session read data (objects list) from "local" database,
second session save this data in main database or vice versa.
What do you think about using hibernate for this solutions ?
Thanks in advance
gini
I have pice of work to do : replication four tables between
two databases (on demand). One databases is located in main departament
anothers are on mobile-workers computers whose can work offline.
I would like using hibernate for replication:
first session read data (objects list) from "local" database,
second session save this data in main database or vice versa.
What do you think about using hibernate for this solutions ?
Thanks in advance
gini