Scripts n'Stuffs
Directory

Subscribe to this category

Top > Java > Tips and Tutorials > XML and Java  

Web Links
Sort By :
1. Swing Dev with TableModel Free framework



This article introduces the TableModel Free (TMF) framework which eliminates the need to use TableModels with Swing JTables. The TMF framework allows for more configurable JTables by moving all of table-specific data outside of the compiled code and into a configurable XML file. Framework developer and Java UI enthusiast Michael Abernethy walks you through TMF framework, helping you reduce the size of a TableModel from hundreds of lines of code to just a single line, making management a snap.
Category:   Java > Tips and Tutorials > XML and Java

Date Added: Jun 30, 2006 Hits: 10 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

2. XmlEncode



This is a simple function used to encode text and attribute values before adding them to your XML documents. This code can always be extended to handle maore special characters
Category:   Java > Tips and Tutorials > XML and Java

Date Added: Jun 30, 2006 Hits: 10 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

3. Tip: Set up SAX Parsers



This is the first in a series of tips that will serve as a comprehensive guide to using XML from the Java programming language. I begin with coverage of the SAX API. This tipreviews getting an instance of a SAX parser and setting various features and properties on that parser.
Category:   Java > Tips and Tutorials > XML and Java

Date Added: Jun 30, 2006 Hits: 8 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

4. Parsing XML using Apache Digester



This is a quick start guide to using the Apache Digester framework for parsing XML files to generate Java Objects.Digester is a SAX based XML framework which parses XML and by using the patterns defined in your document and object mappings, convert the XML into Objects.
Category:   Java > Tips and Tutorials > XML and Java

Date Added: Jun 30, 2006 Hits: 6 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

5. Declarative programming of JSP web sites using XML.



In any JSP based web site, there could be lots of repetitive web pages. By using tag libraries and XML based definition files, this can be generalized into a framework based rendering. This article illustrates such usage to render a web site.
Category:   Java > Tips and Tutorials > XML and Java

Date Added: Jun 30, 2006 Hits: 3 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

6. XML generation with JAVA



XML developers used to rely on XML parsers to read XML files. They also used to rely on XML processors to transform XML to *ML (HTML, XML, etc.). However, most of them forget these tools to generate XML from scratch. They should not. This article presents code samples for generating XML with JAVA/JAXP.
Category:   Java > Tips and Tutorials > XML and Java

Date Added: Jun 30, 2006 Hits: 3 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

7. Long-term persistence: Serialize JavaBean component state to XML



The ability to save the JavaBean component state for long-term persistence within an XML document has been a topic of much discussion with Java developers in the past few years. This feature has finally been adopted in the 1.4 version of J2SE. This article shows you how to use the new XMLEncoder and XMLDecoder classes, bypassing serialization and allowing you to generate fully initialized bean instances.
Category:   Java > Tips and Tutorials > XML and Java

Date Added: Jun 30, 2006 Hits: 10 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings


Home      New Listings      Hot Listings      Top Rated      Editor Pick      Add a Listing      Update a Listing      Get Rated
Copyright © 2006 SCRIPTSANDSTUFFS.COM. All Rights Reserved. Powered by INDEXU 5.2.0
Valid XHTML 1.0 Transitional   Valid CSS