Interpretting php scripts in Java

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
burek
Forum Newbie
Posts: 6
Joined: Mon Oct 06, 2008 9:48 am

Interpretting php scripts in Java

Post by burek »

Hi all,

Java has recently introduced a great feature, named ScriptEngine, which allows integration of Java with other languages, by providing a scripting interface.
More info here: http://java.sun.com/developer/technical ... languages/
Shortly, one can write a simple console Java application, that can load/parse/interpret/execute/etc. php script, allowing user to script that application (like mIRC scripts, for example).
My question is: does PHP have any official engine for integration with Java, and if does, can anyone please give me a link to some more info about it? :)


Thanks in advance :)
Post Reply