is it possible to have a hybrid PHP+Java web application on Google App Engine?
问题 I want to create an application that submits same/similar data to sites containing web forms. These sites use PHP scripts... I have a php script with me, that submits data in the manner that i require, to such forms. What I want to do is, design an entire web app around this code... I tried to obtain equivalent java code that does what the php code is doing, but could not obtain such code... Since Google App Engine supports Quercus framework for PHP, what I am thinking now is, use the PHP