PHP front-end and Java back-end for a web app?

Posted by Raydon on Stack Overflow See other posts from Stack Overflow or by Raydon
Published on 2010-05-18T21:50:11Z Indexed on 2010/05/18 22:00 UTC
Read the original article Hit count: 137

Filed under:
|
|
|
|

I'm designing a web application.

I was wondering if it was feasible to design a php front end (using some php framework e.g. CakePHP), which stores and retrieves data to display to the user.

Then develop a java backend which listens to the database for changes, and depending on what was changed, performs some actions and updates the database.

Any thoughts on this type of implementation would be appreciated.

© Stack Overflow or respective owner

Related posts about web-applications

Related posts about php