سؤال

I have two applications (AppA and AppB). AppA is coded in Java with unidata database and AppB is coded in PHP with MySQL database. I want AppB to display the information AppA has. I wonder if there is any way to bridge the communication of the database between AppA and AppB?

هل كانت مفيدة؟

المحلول

You could also UniObjects for Java in your PHP application uses PHP's Java functions.

A second option (probably your best) is to look into U2 RESTful Web services. You can find it in the free U2 DBTools package and it will allow you to expose UniData as as a RESTful Web service. That should be easy enough to consume in PHP.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top