Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
XML Programming in Java
Using XML and JSP together
Managing e-zines with JavaMail and XSLT, Part 2
Effective XML processing with DOM and XPath in Java
Data Binding with Castor
Top Code
Effective XML processing with DOM and XPath in Java
Using XML and JSP together
XML Programming in Java
Data Binding with Castor
Managing e-zines with JavaMail and XSLT, Part 2
XML > Tips and Tutorials > Java and XML
Source List

Code 1-5 of 5   


This article describes the design and implementation of an intuitive, fast and compact (only 40K) Java toolkit for parsing and manipulating XML -- Electric XML -- the XML engine of the author's company. It also details on how to apply...





Like most Java programmers, you may know what JavaServer Pages (JSP) and Extensible Markup Language (XML) are, but you may be a little unclear on how you can use them. In most cases JSP is used to design a Website built from files that look and...



This article demonstrates how to automate e-mail publishing jobs with Java and XML. This application of XML and XSLT describes an e-mail newsletter (e-zine) publishing process. Its an application that outputs both HTML and plain text e-mail...



Based on an analysis of several large XML projects, this article examines how to make effective and efficient use of DOM in Java. The DOM offers a flexible and powerful means for creating, processing, and manipulating XML documents, but it can be...



XML data binding for Java is a powerful alternative to XML document models for applications concerned mainly with the data content of documents. In this article, enterprise Java expert Dennis Sosnoski introduces data binding and discusses what...