php to java connector , where to find good one -



php to java connector , where to find good one -

i want utilize powerfulness of java end . i'm using legacy php front end end . know there used php java connector 1 time deprecated . know there php - - java connector using tomcat back-end , xml protocol . not me . there extension based connector ? (fast direct jvm ).

the code dosn't related question , way send it

public function connecttodb($db_name) { $selecteddbconfig = config::getselecteddb($db_name); dbfactory::getdbconnection(config::db_type_mysql,$selecteddbconfig["host"], $selecteddbconfig["db"], $selecteddbconfig["user"], $selecteddbconfig["pass"]); }

have quercus project. php implemented in java , running in application server. maybe fits needs.

java php

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -