简体   繁体   中英

Synchronize the data in MySQL with Unidata

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM