Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Your Email:

Make Database Queries Without the Database

By Brian Goetz
2005-07-14


Resources

  • Participate in the discussion forum on this article. (You can also click Discuss at the top or bottom of the article to access the forum.)

  • Brian first got bitten by the XQuery bug a few months ago, as chronicled in "Screen-scraping with XQuery" (developerWorks, March 2005) . Read the complete Java theory and practice series by Brian Goetz, one of developerWorks' longest-running and most popular columns.

  • Howard Katz's "An introduction to XQuery" (developerWorks, June 2001) covers the basics and history of the XQuery standardization effort.

  • The tutorial, "Process XML using XML Query" (developerWorks, September 2002), by Nicholas Chase dives deeper into the uses and syntax of XQuery.

  • Check out the Saxon XQuery and XSLT processor.

  • You can try out the free community edition of the Mark Logic server, a content database that lets you search large document bases with XQuery.

  • To learn more about Java technology, visit the developerWorks Java zone. You'll find technical documentation, how-to articles, education, downloads, product information, and more.

  • Visit the New to Java technology site for the latest resources to help you get started with Java programming.

  • Get involved in the developerWorks community by participating in developerWorks blogs.

  • Purchase Java books at discounted prices in the Java section of the Developer Bookstore.


Tutorial Pages:
» Borrowing a data model can simplify development and enhance performance
» No database needed
» My kingdom for a data model
» XQuery to the rescue
» Summary
» Resources


First published by IBM developerWorks


 | Bookmark
Related Tutorials:
» All about JAXP, Part 1
» Load List Values for Improved Efficiency
» 2 Ways To Implement Session Tracking
» A Simple Way to Read an XML File in Java
» Develop Aspect-Oriented Java Applications with Eclipse and AJDT
» Java Validation With Dynamic Proxies