Possible Duplicate:
Php/Java Integration
I have a java app. It has some function. How can I call It's function in PHP? I need step by step tutorial about it. I need solution except Java/PHP Bridge and Thrift.
Possible Duplicate:
Php/Java Integration
I have a java app. It has some function. How can I call It's function in PHP? I need step by step tutorial about it. I need solution except Java/PHP Bridge and Thrift.
 
    
     
    
    These are your options:
 
    
    You may use sockets to communicate between two different applications (regardless of technologies)
PHP take a look at some examples from the PHP Manual
JAVA Use a ServerSocket for incoming connections.
