Page 1 of 1

Using PHP with Java

Posted: Wed Mar 23, 2005 1:38 pm
by schneiderj
Hi !

Here is my probleme. I have a site write with PHP. But now I have to use a JAVA librairy. What is the best way to interface the two langages.
NB : With Java I will have only calculations on the server side.

Thanks for your help,
Jean-Marie

Posted: Wed Mar 23, 2005 2:53 pm
by feyd
Care to explain what it is this Java library does? Maybe there's a PHP implementation, or something..

Posted: Wed Mar 23, 2005 4:19 pm
by timvw
might want to have a look at the java extension.....

Posted: Thu Mar 24, 2005 2:34 am
by schneiderj
As I know, no PHP implementation exist for this library. The site of this Java extension should be found at http://cdk.sourceforge.net/.
The description is
The Chemistry Development Kit (CDK)

The CDK classes are Java utitility classes for ChemoInformatics and Computational chemistry, written in Java. They are developed constantly developed parallel to other projects that make use of them.
As I have understand all the class depend of this one
org.openscience.cdk
Class ChemObject

java.lang.Object
extended byorg.openscience.cdk.ChemObject
But I have not find documentation to help me to use Java web application with PHP :oops:
Jean-Marie

Posted: Thu Mar 24, 2005 3:49 am
by timvw