I need to develop a web application using PHP and the Apache web server. The application should call an external Java-based application which is stored in the host computer and pass the user’s input value to this application which will analyse it and do something.
I have been reading articles about PHP/Java and it seems that the best solution is to integrate a PHP into a Java servlet environment such as PHP/JavaBridge. As I am not an expert on web development and pretty ignorant on PHP, can someone tell me if this is the best solution and if not, what other possible approaches should I use it?
Thanks in advance!
I need to develop a web application using PHP and the Apache web server.
Share
WebServices are perfectly suited here.
Also See