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