> Is it possible to call java in Xquery, I planned to integrate my java code
> to xquery, but I don’t know to how to integrate it.

Although it is possible to call Java methods directly, it's almost
certainly better to use some interface.  For example, make your Java
application available using a rest-style xml-over-http set of uris,
and then call it using the doc() function.


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to