PHP interface and Java server for web application?

I am developing a web application.

I was wondering if it is possible to develop a php interface (using some frame structure like CakePHP) that stores and retrieves data for display to the user.

Then create a java backend that listens to the database for changes and, depending on what has been changed, performs some actions and updates the database.

Any thoughts on this type of implementation will be appreciated.

+3
source share
6 answers

, - Java . , .

, , , . Java? Java- PHP. PHP? - PHP, , .

, . , , , .

+6

, , php?

: Java? , , - .

+1

. - , -, / . , , php/html/javascript/whatever java , . .

0

, PHP "" Java , , Java, . - Java, PHP ", 1234, / / .."

0
source

I hope this helps someone, facejar is a social media built on Java and PHP that uses SOAP and Javascript to communicate with each other through messaging.

0
source

I have an idea, you can pack all php data into web services mode(xml)for sending tojava(axis2) server.bu

-1
source

Source: https://habr.com/ru/post/1746081/


All Articles