Hi, All!
I'm new in OJB. Please help about follow:
1.Can OJB provide simply way for master-detail when master and detail is in the
different databases?
This can occurs for the following reason:
There are Server and SWING Client. Client edit DB data through server.
Some tables are change not very often and they are replicate to client and store
in local DB (HSQLDB) for minimize traffic. So some data are stay in server DB,
and some in local DB (local DB is a part-copy of server DB).
2.Did OJB provide any remoting? (May by through some proxy?)
I want to work with some dataobject like
Collection result = broker.getCollectionByQuery(query);
but really the data getting from remote DB through server application.
Proxy send request to server, server execute command and getting data to client.
Is there any standard solution?
Best regards,
Igor.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]