XQuery

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Books
  Tutorials
  

Articles:
  • Extended XQuery for SOA by Dino Fancellu, Edmund Gimzewski   - [Clicks: 5]
    Web service orchestration is an important part of web services and service oriented architecture. Gimzewski and Fancellu argue that XQuery is especially well-suited as an implementation language for service orchestrator components.
    http://www.xml.com/pub/a/2007/09/12/extended-xquery-for-soa.html - Sep, 2007
  • XQuery, libferris, and Virtual Filesystems by Ben Martin   - [Clicks: 10]
    Ben Martin returns with another look at his fascinating system, libferris, which turns everything into a filesystem, that is, a hierarchical data store. This time Ben shows us how to use XQuery with libferris as a kind of universal data access language. Good stuff!
    http://www.xml.com/pub/a/2007/07/26/xquery-libferris-and-virtual-filesystems.html - Jul, 2007
  • XQuery and Data Abstraction by Kurt Cagle   - [Clicks: 8]
    In his most recent column Kurt Cagle explains the utility of XQuery for increased data abstraction and why XQuery is XPath plus some useful missing bits.
    http://www.xml.com/pub/a/2007/07/12/xquery-and-data-abstraction.html - Jul, 2007
  • XQuery, the Server Language by Kurt Cagle   - [Clicks: 10]
    Kurt Cagle offers an interesting perspective on the future utility of XQuery as a server-side development language.
    http://www.xml.com/pub/a/2007/06/01/xquery-the-server-language.html - Jun, 2007
  • Introducing XQJ: A Java API for XQuery by Zhen Hua Liu, Vishu Krishnamurthy, Muralidhar Krishnaprasad   - [Clicks: 7]
    Developers already familiar with JDBC will quickly become comfortable working with XML through XQJ.
    http://www.devx.com/Java/Article/34642 - May, 2007
  • XQuery For Java, An Enabler For SOA by Binildas Christudas, Sowmya Hubert   - [Clicks: 18]
    XQuery offers a rich set of features for working with the structure of an XML document, offering you compelling abilities not possible with XPath or XSLT. In a sense, it's SQL for XML. In this article, Sowmya Hubert & Binildas C. A. look at the Java API for XQuery and how you can use it in your SOA applications.
    [Includes source code]
    http://today.java.net/pub/a/today/2007/04/19/xquery-for-java-soa-enabler.html - Apr, 2007
  • An XQuery Servlet for RESTful Data Services by Jonathan Robie   - [Clicks: 9]
    Find out how to expose XQuery data integration services by invoking them through a Java servlet using a REST interface.
    [Includes sample code]
    http://www.devx.com/Java/Article/33958 - Mar, 2007

[Top]

Books:
  • XQuery by Priscilla Walmsley   - [Clicks: 12]
    XQuery delivers a carefully paced tutorial that goes into the final 1.0 standard in detail. The book delves into critical advanced issues such as data typing and designing efficient query logic. Whether you're coming from SQL, XSLT, or starting from scratch, you'll learn about XQuery's support for filtering, sorting, and grouping data, as well as how to use FLWR expressions, XPath, and XQuery tools for extracting and combining information.
    http://www.oreilly.com/catalog/9780596006341/ - Apr, 2007

[Top]

Tutorials:
  • Process XML using XQuery by Nicholas Chase   - [Clicks: 22]
    For years developers have used SQL to retrieve data from structured sources such as relational databases. But what about unstructured and semi-structured sources, such as XML data? To be viable as a data source, XML needed a means to conveniently retrieve the data. XQuery provides this means, allowing developers to write a statement that both extracts data and (if necessary) structures the results as XML. This tutorial shows you how to use XQuery to retrieve information from an XML document stored in an XQuery-enabled database. It also explains the ways in which XPath changes with version 2.0, and what those changes mean for data management.
    [Formats: html, pdf]
    http://www-128.ibm.com/developerworks/edu/x-dw-xxquery-i.html - Mar, 2007

[Top]