Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Parse XML documents with JAXP
- This article originally appeared as an XML e-newsletter.By Brian SchaffnerThere are many ways to parse XML documentswith Java. You have options for parsing using DOM and SAX, whichare the standard parsing techniques. You also have the option touse the Java API for XML Processing JAXP. JAXP is...
- Tags: DocumentBuilder, DocumentBuilder class, DocumentBuilderFactory, parser, XML, JAXP, XML document, Document Object Model
- Technical articles 2003-10-01
- Wed Java to Web services with JWSDP
- Sun's Java Web Services Developer Pack JWSDP lets you write Web services applications entirely in the Java programming language, but the number and complexity of tools may prove intimidating to JWSDP novice programmers.JWSDP supports industry standards, ensuring interoperability with technologies and specifications created by standards groups, such as the World...
- Tags: Programming languages, Web services, Jeff Hanson, JAXR, JAXP, Testing JWSDP, Web, SAAJ, JWSDP, XML, API, Java, JAXM, Web service, JAX-RPC, JAXB
- Technical articles 2003-06-11
- JAXP facilitates DOM development with Java
- The rising tide of XML usage can't be ignored. Luckily, the JAXP package provides numerous ways to interact with XML documents.In the world of XML, everything revolves around the Document Object Model DOM. The DOM is the set of nodes, elements, attributes, and other items that represent the current XML...
- Tags: Java, Roy C. Hoobler, XML, Document Object Model, XML document, JAXP
- Technical articles 2002-08-13
Additional Resources
- Creating and Parsing XML Documents in JDeveloper
- Oracle's XDK 10G extends JAXP to make reading, writing, and querying XML easy. One of the first programming exercises for beginning XML developers is to create and parse an XML document. The Java API for XML Parsing JAXP includes an API for doing this. Oracle XDK 10g extends the base...
- Tags: Oracle Corp., XML Document, Oracle JDeveloper, Oracle XDK 10g, XML, Software/Web Development, Web Development
- White papers 2007-05-08
- Step 1 in Multithreaded XML Transformations (and All Other Programs)
- There are many ways to transform XML, and more than a few software companies make nice livings out of providing such services. But as good software developers, one should always try to use industry standards where possible. XSLT is the industry standard for this problem, and Java has a standard...
- Tags: XSLT, Industry Standard, Jupitermedia Corp., XML, Software/Web Development, Web Development
- White papers 2007-05-29
- Use reduced XML schemas to trim BizTalk processing overhead
- Are you smothered and covered?XML is a great technology for transferring information from one location to another, but, in a normal complicated business system, managing XML is no simple task.[b]How do you manage your XML? Do you have a favorite tool?[/b]Use parser-generator to speed up developmentGenerating XML is easy, but...
- Tags: Mark W. Kaelin, Microsoft BizTalk Server, software, Use, XML, XML schema
- Discussion threads 2005-02-09
- XML doubleheader: Representing special characters and DOM parsing with JAXP
- No doubt about it. XML is a very popular way to describe data. This article discusses a couple of key XML issues: using special characters in a document and parsing a DOM with Sun's JAXP parser.Describing data with XML has become very popular, and now all types of data are...
- Tags: Lamont Adams, Document Object Model, XML, ampersand
- Technical articles 2001-07-06
- XML Validation and XPath Evaluation in J2SE 5.0
- Some of the exciting new features of the Java 2 Platform, Standard Edition (J2SE) 5.0 release, code-named Tiger, are the added XML validation package at javax.xml.validation and the XPath libraries at javax.xml.xpath. Before the Tiger release, the Java API for XML Processing JAXP SAXParser or DocumentBuilder classes were the primary...
- Tags: J2SE, XPath, XML, Java, Software/Web Development, Web Development, Programming Languages, Software Development
- White papers 2005-09-08
- Format Java-extracted data using DOM and XSL
- Java can extract data from any JDBC-compliant database, convert that data into a DOM object, and then use XSL to format that data in the desired fashion. In a previous article, we demonstrated how to programmatically extract the data from a database. Now, we'll look at how to build the...
- Tags: XML, John Charles Bell, Java, Document Object Model, columnCount, columnNames, JAXP XML processing, XSL
- Technical articles 2003-07-21
- Preparing to tackle wireless development
- Wireless application development is similar to other development efforts, but it does have unique aspects. Here's a look at how you can use Java and XSLT for wireless development.Developing for wireless applications brings its own set of challenges, including a number of display and browser issues. In this three-part series,...
- Tags: Wi-Fi, Web browsers, Wireless Application Development, XML, micro browser, wireless, wireless application, JAXP/XML/XSLT, GUI
- Technical articles 2002-05-15
- Web Services APIs for J2ME, Part 2: Java API for XML Processing
- The Web Services APIs WSA for Java 2 Platform, Micro Edition (J2ME), as defined by the Java Community Process Java Specification Request JSR 172, defines two independent optional packages for remote service invocation and XML parsing. These Java APIs are targeted at both the Connected Device Configuration CDC and the...
- Tags: CLDC, Web, J2ME, Java, Programming Languages, XML, Software Development, Software/Web Development, Web Development
- White papers 2004-11-02
- Intel releases XML software suite to speed up XML processing
- Intel has announced its XML software suite, which includes libraries for Java and C++ to improve the performance of several common XML functions, such as parsing, schema validation, and language transformation. An excerpt from Network Computing: Although Intel recommends that customers use hardware based its...
- Tags: Software, Java, Intel Corp., XML, Tools & Techniques, Programming Languages, Software/Web Development, Web Development, Management, Software Development, Arun Radhakrishnan
- Blog posts 2007-12-04
- XML parsing Xerces
- I am in a rush to do a project in java , I am not much familiar with parsing xml files but I have to do this , I wonder if I should use SAX or DOM ?! which is better and simpler ?!and as well I wonder if any...
- Tags: DOM & SAX, XML, Document Object Model
- Q&A 2005-07-30
- Parse XML with the StAX Java API
- Streaming API for XML StAX is an API that allows you to read and write XML documents in Java. StAX is a parser independent, pure Java API based on interfaces that can be implemented by multiple parsers. StAX was introduced in Java 6.0 and is considered superior to...
- Tags: Event, API, StAX Java API, getName, eventWriter.add, createNode, XMLStreamWriter, XML, Software/Web Development, Web Development, Peter Mikhalenko
- Blog posts 2008-03-31
- JAXB 2.0 offers improved XML binding in Java
- Java Architecture for XML Binding JAXB 1.0 made it easier for developers to manipulate XML content from Java applications. This is achieved by specifying a binding of a XML document to JavaBeans objects based on the XML document's XSD schema. The binding is easy to use and natural to a...
- Tags: XML Schema, Java, XML Document, Class, XML, JAXB 2.0, Unmarshaller, JAXBElement, Peter Mikhalenko
- Blog posts 2007-09-05
- Use server-side processing to work around XForms' lack of browser support
- You may be wary of deploying XForms because it currently doesn't have much browser support. Most browsers will support XForms down the road, but for now, the only reliable and scalable way to implement it is through a server-side mechanism. For the purposes of this article, I'll walk you through...
- Tags: XML, Web browsers, Web browser, Peter V. Mikhalenko, XForm, Chiba XForms, XForms Processor
- Technical articles 2003-05-28
- Send XML documents online with SAAJ
- SOAP with Attachments API for Java SAAJ provides a standard way to send XML documents over the Internet from the Java platform. SAAJ enables you to produce and consume messages conforming to the SOAP 1.1 and 1.2 specifications and SOAP with Attachments note. When you choose to...
- Tags: Message, XML Document, XML, Attachment, Simple Object Access Protocol, Object, SAAJ, Attachments API, SAAJ 1.3, SAAJ 1.3 Specification, MIME, SAAJ API, SOAPMessage, SOAPPart, SOAPHeader, SOAPBody, AttachmentPart, Request Parameter, Enterprise Edition 5, SOAP, Web Services, Enterprise Software, Software, Peter Mikhalenko
- Blog posts 2008-03-20
- << Previous
- page 1 of 1
- Next >>