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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -