This article describes the
XML and JSP are two of the
This tutorial helps you
This article demonstrates how
design and implementation of
hottest buzzwords these
undersstand XML file
to automate e-mail
an intuitive, fast and
days. This article shows how
validation with DTD files.
publishing chores with Java
compact (40K) Java toolkit
you can use these two
Two tutorial Java programs
and XML. This concrete
for parsing and manipulating
technologies together to
are provided: one with DOM
application of XML and XSLT
XML -- Electric XML -- the
make a dynamic Website. You
and one with SAX.
describes an e-mail
XML engine of the author's
also get a look at code
newsletter (e-zine)
company. It shows one way to
examples for DOM, XPath,
publishing application that
apply object-oriented
XSL, and other Java-XML
outputs both HTML and plain
techniques to the creation
techniques.
text e-mail messages. Five
of an XML parser, and it
reusable code samples
provides useful insight into
include a Java program to
API design. The source code
send e-mails using JavaMail,
for the non-validating
an XSLT style sheet to
parser described in this
convert the DocBook sample
article may be downloaded
introduced in Part 1 to
and used freely for most
HTML, a Java configuration
commercial uses.
handler (in the form of a
SAX ContentHandler), and the
Java code that puts it all
together in a multistepped
transformation.
Date: Apr, 16 2001 Date: Jul, 19 2005 Date: Nov, 12 2006 Date: Apr, 23 2001 |
Based on an analysis of
XML data binding for Java is
several large XML projects,
a powerful alternative to
this article examines how to
XML document models for
make effective and efficient
applications concerned
use of DOM in Java. The DOM
mainly with the data content
offers a flexible and
of documents. This article
powerful means for creating,
by an enterprise Java expert
processing, and manipulating
introduces data binding and
XML documents, but it can be
discusses what makes it so
awkward to use and can lead
appealing. He then shows
to brittle and buggy code.
readers how to handle
Author Parand Tony Daruger
increasingly complex
provides a set of Java usage
documents using the open
patterns and a library of
source Castor framework for
functions to make DOM robust
Java data binding. If your
and easy to use.
application cares more about
XML as data than as
documents, you'll want to
find out about this easy and
efficient way of handling
XML in Java.
Date: Dec, 12 2001 Date: May, 17 2002 |