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.
source
share