Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- 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
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
- 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
- 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
- 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
- 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
- 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
- Introduction to StAX
- The approach of XML processing gives more control to the client application than to the parser, enabling much faster and more memory-efficient processing. This is becoming a standard across different domains of XML processing. For example, Apache Axis2, one of the prominent SOAP processing engines, improved its performance four times,...
- Tags: Axiom, XML, Software/Web Development, Web Development
- White papers 2006-07-20
- Deal With Errors in XML Parsing: Handle Errors in XML Parsing With SAX
- With the ease of XML parsing in the newer Java language APIs, from JAXP to JAXB to JAX-WS, XML parsing has become foundational to Java programming. But with the abstractions and higher-level APIs comes an apparent loss of control over the fine-grained interactions between a parser and the XML data....
- Tags: Java, XML, Software/Web Development, Web Development
- White papers 2008-07-22
- Parallel XML Processing by Work Stealing
- A language for semi-structured documents, XML is playing crucial roles in web services, messaging systems, databases, and document processing. However, the processing of XML documents has been regarded as the performance bottleneck in most systems and applications. On the other side, the multicore processor, emerged as a solution for the...
- Tags: XML Document, XML, Software/Web Development, Web Development
- White papers 2007-06-26
- 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
- Intel XML Software Suite for C/C++ (aspx)
- Intel XML Software Suite is a comprehensive runtime libraries delivering capabilities such as XML Parsing, XML Schema Validation, XPath and XSLT processing in one easy to use, high performance software library. Intel XML Software Suite is standards compliant, to allow for easy integration into existing XML environments and is optimized...
- Tags: Software, C/C++, Intel Corp., Intel XML Software Suite, XML, Software/Web Development, Web Development
- Software downloads 2008-06-12
- Intel XML Software Suite for Java (aspx)
- Intel XML Software Suite is a comprehensive runtime libraries delivering capabilities such as XML Parsing, XML Schema Validation, XPath and XSLT processing in one easy to use, high performance software library. Intel XML Software Suite is standards compliant, to allow for easy integration into existing XML environments and is optimized...
- Tags: Software, Java, Intel Corp., Intel XML Software Suite, XML, Software/Web Development, Web Development
- Software downloads 2008-06-12
- An XML Learning Framework
- The paper will present in general terms the categories of XML knowledge, and then explicate the levels of learning possible for each category. The categories identified are: Definition of XML, XML Processing, XML Syntax, XML Data Modeling, XML Companion Specifications, Other Technologies and System Implementation.
- Tags: Isogen International Corp., XML, Software/Web Development, Web Development
- White papers 2002-07-01
- Building Database-Driven PHP Applications on Oracle XML DB
- Although, when working with Oracle XML DB from the PHP scripting language, one can still process XML data on the client side by using PHP's XML extensions, there are many advantages to processing XML content inside the database. Moving the XML processing to the database tier is particularly useful when...
- Tags: Database, Oracle Corp., XML, Scripting Languages, Software/Web Development, Web Development
- White papers
- Integrating Portable XML Data With Portable C/C++ Code
- XML is changing the world of information sharing and exchange. Because XML is a well-formed markup language, a programming technology is required in order to perform processing-related tasks such as parsing, generating, manipulating, and validating XML data. For that reason, C and C++ are commonly used for writing XML-based applications....
- Tags: XML, XML-Data, C/C++, Programming Languages, Software Development, Software/Web Development
- White papers
- Towards an Industrial Strength SQL/XML Infrastructure
- XML has become an attractive data processing model for applications. SQL/XML is a SQL standard that integrates XML with SQL. It introduces the XML datatype as a native SQL datatype and defines XML generation functions in the SQL/XML 2003 standard. The goal for the next version of SQL/XML is integrating...
- Tags: SQL, XML, Programming Languages, Databases, Software/Web Development, Web Development, Software Development, Enterprise Software, Software, Data Management
- White papers 2004-07-21
- Developing ASP Components,: Server-Side XML Through VB ASP Components
- ASP application developers are not immune to the lure of XML, yet there is confusion about how XML can be used with a server-side technology such as ASP, especially when writing ASP components. This paper provides an overview of XML, as well as XML formatting techniques, because it's necessary to...
- Tags: Microsoft ASP, Microsoft Visual Basic, XML, Scripting Languages, Software/Web Development, Web Development
- Book chapters 2001-03-01
- XMLTABLE by Example, Part 1: Retrieving XML Data in Relational Format - Harness the Power of This Useful SQL/XML Function in DB2
- DB2 pureXML provides hierarchical storage for XML data and advanced XML query capabilities such as SQL/XML and XQuery. SQL/XML is a standardized extension of the SQL language so that XQuery or XPath can be embedded in SQL. This allows for integrated processing of XML and relational data, or conversion from...
- Tags: SQL, XML-Data, IBM DB2, DB2 pureXML, XML, Programming Languages, Databases, Software/Web Development, Web Development, Software Development, Enterprise Software, Software, Data Management
- White papers 2007-08-30
- Optimize XML file size and performance with these developer tips and tricks
- XML has a reputation for being big and unwieldy, but the reputation isn't entirely justified. Many of the size and processing requirements for XML files are the result of inefficient development tools. Examine the issues surrounding file size and execution requirements and discover how to streamline those to bring XML...
- Tags: Developer, Performance, Coverage, XML File, Addison-Wesley, XML, Performance Management, Software/Web Development, Web Development, Human Resources, Workforce Management
- Book chapters
- << Previous
- page 1 of 1
- Next >>