[jboss-user] [JBoss jBPM] - Re: having jBPM call PHP or similar code?

jbarrez do-not-reply at jboss.com
Thu Apr 9 06:01:24 EDT 2009


You can't directly call another language from Java (unless you're using JNA). That is not a limitation of Java, but of programming languages in general.
You can however use any scripting language supported by the JVM.

If that is a problem, you could write the php could, put a remote facade in front of it and call it from Java using webservice/REST/RPC/... technology.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224610#4224610

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224610



More information about the jboss-user mailing list