On 01.06.2006, at 16:08, Craig Ugoretz wrote:
Is it possible to inteface Java and OZ? The documentation mentions C andC++,.but not Java, I think.
You may consider creating an Oz application which incorporates the Oz compiler. You could start this application from, e.g., Java and feed it _arbitrary_ Oz code via, e.g., a socket. In fact, it is comparable to using the OPI from within Java ;-)
On the other hand, Java does not know anything about Oz that way and you have to create Oz code in Java.
Attached is a functor which demonstrates this appoach (the test case calls an OzServer which runs on its own from within Oz via a socket).
Best, Torsten
OzServer.tgz
Description: GNU Zip compressed data
-- Torsten Anders Sonic Arts Research Centre • Queen's University Belfast Frankstr. 49 • D-50996 Köln Tel: +49-221-3980750 www.torsten-anders.de strasheela.sourceforge.net
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
