| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Manipulate XML service definitions with Java programming by Stephen B Morris - [Clicks: 3]
A Service-Oriented Architecture (SOA) typically exports a range of services. For XML service modelling and subsequent consumption of those services by users (people, machines, or other services), Java technology provides powerful mechanisms to handle XML data, which in turn provides a key foundation for using SOA concepts. Dive into the practical aspects of SOA using XML and Java technology, and discover clear examples of why this seemingly complex technology is so popular.
[Includes sample code]
http://www.ibm.com/developerworks/webservices/library/x-xmlandsoa/index.html - Sep, 2007 - XML and Java technology: XML persistence in three flavors by Brett McLaughlin - [Clicks: 12]
You can do all sorts of interesting things with XML, but if you can't persist it to a file, it's all for naught. Brett McLaughlin discusses different tactics for XML persistence, and the pros and cons of each.
http://www.ibm.com/developerworks/java/library/x-xjavaforum5.html - Sep, 2007 - Schemaless Java-XML Data Binding with VTD-XML by Jimmy Zhang - [Clicks: 4]
This article introduces a new Java-XML data binding technique based entirely on VTD-XML and XPath. The new approach differs from traditional Java-XML data binding tools in that it doesn't mandate schema, takes advantage of XML's inherent loose encoding, and avoids needless object creation, resulting in much greater efficiency.
http://www.onjava.com/pub/a/onjava/2007/09/07/schema-less-java-xml-data-binding-with-vtd-xml.html - Sep, 2007 - XML and Java technology: Sun's Java and XML APIs: Helping or hurting? by Brett McLaughlin - [Clicks: 5]
Long-time readers know that Brett McLaughlin loves SAX and doesn't mind so much the DOM. What he doesn't particularly like is that Sun has gone from wrapping these APIs in packages like JAXP (early versions) to almost completely taking them over in the latest versions of Java technology and the Java 2 Platform, Standard Edition 1.2-1.4 (J2SE).
http://www.ibm.com/developerworks/java/library/x-xjavaforum4.html - Jul, 2007 - XML and Java technology: Low-level or high-level XML APIs? by Brett McLaughlin - [Clicks: 11]
Not many years ago, the options for working with XML were limited essentially to SAX, DOM, or a home-brewed API. With hundreds of different developer-friendly APIs today, though, have developers lost some of their ability to manipulate XML?
http://www.ibm.com/developerworks/java/library/x-xjavaforum3.html - May, 2007 - XML Parser Benchmarks: Part 2 by Matthias Farwick, Michael Hafner - [Clicks: 5]
In the golden days, XML parser performance was a perpetually hot topic. And today it's still worth knowing which modern parsers offer the best performance. In this second of a two-part series, object parsers are compared.
http://www.xml.com/pub/a/2007/05/16/xml-parser-benchmarks-part-2.html - May, 2007 - XML Parser Benchmarks: Part 1 by Matthias Farwick, Michael Hafner - [Clicks: 5]
In the golden days, XML parser performance was a perpetually hot topic. And today it's still worth knowing which modern parsers offer the best performance. In this first of a two-part series, event-based parsers are compared; in the next part, object parsers are compared.
http://www.xml.com/pub/a/2007/05/09/xml-parser-benchmarks-part-1.html - May, 2007