Using PHP with Java

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
schneiderj
Forum Newbie
Posts: 11
Joined: Tue Mar 15, 2005 4:36 am

Using PHP with Java

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Care to explain what it is this Java library does? Maybe there's a PHP implementation, or something..
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

might want to have a look at the java extension.....
schneiderj
Forum Newbie
Posts: 11
Joined: Tue Mar 15, 2005 4:36 am

Post 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
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Post Reply