As others have suggested, web services are probably the way you want to go. However, there is another option that may at times be appropriate: you can use XCC-J (the MarkLogic Java API) through Perl. I wrote some modules that use XCC-J via Inline::Java, internally abstracting the awkward way you have to work with Inline::Java and exposing XCC methods in a simplified way.
Not what I'd recommend in general, but it can be easier and faster to write simple tools this way (I use it for a custom MarkLogic "shell" as an alternative to CQ). Karl On Thu, Feb 11, 2010 at 11:10 PM, SrinivasanM <[email protected]> wrote: > Hi All, > > > > Thanks to all, Now i started to connect my java code in > xquery using "MLJAM", side by side, i tried to connect perl code into > xquery, but my friends said, there is no way to connect perl code to xquery. > Is it true? If it is false, how to connect? > > > > Thanks > > Shri _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
