Code
Mark Logic XQuery JSP Tag Library
A custom Java Server Pages (JSP) Tag Library that can submit XQuery requests to a MarkLogic Server engine from within a J2EE container and receive the result.
This tag library simplifies integration with J2EE applications by encapsulating communication with the server into standardized JSP tag syntax. The tags can pass XQuery results to other J2EE components and/or generate XQuery scripts on the fly from information within a J2EE application.
Modeled after the JSP Standard Tag Library (JSTL) in general and the JSTL SQL tags in particular this powerful library can make it very easy to integrate MarkLogic Server-based content into a J2EE web application.
Version 0.9.3 includes the latest (1.1.2) JSTL jar files.
New in version 0.9.2: Make bundled xqrunner.jar 1.4 compatible, add explicit welcome file element to web.xml.
New in version 0.9.1: Activate links to JSP source in example webapp, bug fix in body tags that caused hangs in some containers, misc fixup.
New in version 0.9: external variables, XQRunner back-end
Note: Versions of xqrunner.jar and xcc.jar are included in this release to aid in compiling the tag library source. You should use the latest XQRunner and XCC releases when deploying this JSP tag library.
| Download | MarkLogic Version Needed |
|---|---|
| MLXQueryTaglib-0.9.3.zip | |
| MLXQueryTaglib-src-0.9.3.zip | |
| README.txt |
