Web Application
        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
            21:50 UTC
        
        
        Read the original article
        Hit count: 196
        
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