XQJ
   HOME
*





XQJ
XQuery API for Java (XQJ) refers to the common Java API for the W3C XQuery 1.0 specification. The XQJ API enables Java programmers to execute XQuery against an XML data source (e.g. an XML database) while reducing or eliminating Vendor lock-in, vendor lock in. The XQJ API provides Java developers with an interface to the XQuery Data Model. Its design is similar to the Java Database Connectivity, JDBC API which has a client/server feel and as such lends itself well to Server-based XML database, XML Databases and less well to client-side XQuery processors, although the "Database connection, connection" part is a very minor part of the entire API. Users of the XQJ API can bind Java (programming language), Java values to XQuery expressions, preventing Code injection, code injection attacks. Also, multiple XQuery expressions can be executed as part of an atomic transaction. History and implementation The XQuery API for Java was developed at the Java Community Process as Java Spec ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


BaseX
BaseX is a native and light-weight XML database management system and XQuery processor, developed as a community project on GitHub. It is specialized in storing, querying, and visualizing large XML documents and collections. BaseX is platform-independent and distributed under the BSD-3-Clause license. In contrast to other document-oriented databases, XML databases provide support for standardized query languages such as XPath and XQuery. BaseX is highly conformant to World Wide Web Consortium (W3C) specifications and the official Update and Full Text extensions. The included GUI enables users to interactively search, explore and analyze their data, and evaluate XPath/XQuery expressions in realtime (i.e., while the user types). Technologies * XPath query language * XQuery 3.1 ** XQuery Update (W3C) ** XQuery Full Text (W3C) * Support for most EXPath/EXQuery modules and packaging system * Client-Server architecture with user and transaction management and logging facilities * ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  



MORE