This article introduces the
The ability to save the
XML developers used to rely
This is a simple function
TableModel Free (TMF)
JavaBean component state for
on XML parsers to read XML
used to encode text and
framework which eliminates
long-term persistence within
files. They also used to
attribute values before
the need to use TableModels
an XML document has been a
rely on XML processors to
adding them to your XML
with Swing JTables. The TMF
topic of much discussion
transform XML to *ML (HTML,
documents. This code can
framework allows for more
with Java developers in the
XML, etc.). However, most of
always be extended to handle
configurable JTables by
past few years. This feature
them forget these tools to
maore special characters
moving all of table-specific
has finally been adopted in
generate XML from scratch.
data outside of the compiled
the 1.4 version of J2SE.
They should not. This
code and into a configurable
This article shows you how
article presents code
XML file. Framework
to use the new XMLEncoder
samples for generating XML
developer and Java UI
and XMLDecoder classes,
with JAVA/JAXP.
enthusiast Michael Abernethy
bypassing serialization and
walks you through TMF
allowing you to generate
framework, helping you
fully initialized bean
reduce the size of a
instances.
TableModel from hundreds of
lines of code to just a
single line, making
management a snap.
Date: Oct, 21 2004 Date: Aug, 07 2001 Date: Jul, 08 2002 Date: May, 21 2004 |
This is the first in a series
In any JSP based web site,
of tips that will serve as a
there could be lots of
comprehensive guide to using
repetitive web pages. By
XML from the Java
using tag libraries and XML
programming language. I
based definition files, this
begin with coverage of the
can be generalized into a
SAX API. This tipreviews
framework based rendering.
getting an instance of a SAX
This article illustrates
parser and setting various
such usage to render a web
features and properties on
site.
that parser.
Date: Jul, 07 2003 Date: Jun, 24 2003 |