by Eric Peachey >> Wed, 27 Oct 1999 21:24:32 GMT
Hello,
Imagine you have two separate JADE database systems, say a debtors system and some kind of booking system. When a client wants to book something in the booking system you want to check that client's debtor status before accepting the booking. How would you choose do this given the current mechanisms in JADE 5?
I suppose the options could be:
1) Have some kind of file export/import mechanism for loading files periodically from the debtors system.
2) Write applications in both systems that communicate using tcpip connection class objects to pass messages between the two systems.
3) That ActiveX Exposure thing. Is that designed for communication between JADE systems or is it really designed for enabling non-JADE systems to communicate with JADE without rolling your own C++ code to use the JOMAPI?
4) Define a relational view of the debtors system and then define an external database in the booking system!?
5) Roll your own C++ dll that somehow attaches to both databases at the same time using the JOM API (don't know if you can do this but sounds insane anyway).
6) Somebody suggested using LDAP but I no nothing about this.
None of these seem to be ideal.
I'd be interested in your thoughts.
Thanks,
Eric in Dunedin with a scintillating view down the harbour this morning.