GeekArticles
Concepts
StorageArticle :: Java and the Apache XML Project
Author: awprofessional.com |
Published: 29th Aug 2005 |
Visited: 495 times |
Add CommentFiled in: StorageGet a tour of the emerging world of Apache, specifically the Xerces Java XML parser. This chapter introduces the Xerces download component, its integrated parser, documentation, and samples. Then it focuses on the critical packages and shows how to construct working applications, using both the Document Object Model (DOM) and Simple API for XML (SAX) models.
Read Article Sponsored Links
Related Articles
• Testing Multithreaded Java Code
In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests often help in uncovering concurrency-related errors, and why a combination of static and dynamic analysis yields better results when testing multithreaded code.
...
• Service Oriented Java Business Integration Review
Service Oriented Java Business Integration Review
Introduction
If read through the texts which give you an introduction to SOA or Web Services, you will often find them to be quite frustrating, and the reason for this is because they spend too much time referencing business processes which are ela ...