Java Bean With XML : \ JavaBeans \ Java Articles (documents) Organized by topic

Java Articles
1. Class Definition
2. Data
3. Development
4. GUI
5. J2EE
6. J2ME
7. JavaBeans
8. Language
9. Microsoft Collabration
10. Network
11. Swing
12. System Resource
13. XML
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Articles » JavaBeans » Java Bean With XML 
1. Generate JavaBean classes dynamically with XSLT
Author:Victor Okunev
URL:http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-xslt.html?
Summary: For some projects, you need a more flexible business object structure. For example, different companies may have different requirements for Product bean properties. Without a proper framework, you may end up spending long hours customizing your data structures for every new customer, soon finding yourself with parallel software versions. This article lays a foundation for a simple framework to build truly adaptive systems, saving you hours of routine programming. As a bonus, you get a refresher on JDBC (Java Database Connectivity) and JSPs (JavaServer Pages), and you'll also learn how to use XSLT (Extensible Stylesheet Language for Transformations) to generate Java source code. (4,800 words; February 1, 2002)


2. Generate JavaBean classes dynamically with XSLT
Author:Victor Okunev
URL:http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-xslt.html?
Summary: For some projects, you need a more flexible business object structure. For example, different companies may have different requirements for Product bean properties. Without a proper framework, you may end up spending long hours customizing your data structures for every new customer, soon finding yourself with parallel software versions. This article lays a foundation for a simple framework to build truly adaptive systems, saving you hours of routine programming. As a bonus, you get a refresher on JDBC (Java Database Connectivity) and JSPs (JavaServer Pages), and you'll also learn how to use XSLT (Extensible Stylesheet Language for Transformations) to generate Java source code. (4,800 words; February 1, 2002)


3. XML JavaBeans, Part 2
Author:Mark Johnson
URL:http://www.javaworld.com/javaworld/jw-03-1999/jw-03-beans.html?
Summary: In last month's cover story -- part one of a three-part series -- columnist Mark Johnson discussed XML, the eXtensible Markup Language, which some say will soon replace HTML for many applications. He also developed a class for creating a running, configured JavaBean from the contents of an XML file. This month in Part 2 of "XML JavaBeans", Mark goes the other way: he develops a class that writes JavaBeans as XML files, using the same XML "dialect". (4,200 words)


4. XML JavaBeans, Part 1
Author:Mark Johnson
URL:http://www.javaworld.com/javaworld/jw-02-1999/jw-02-beans.html?
Summary: The buzziest of buzz words these days is XML, the acronym for the Extensible Markup Language. But it's more than buzz. This rapidly developing technology is well-suited for use with JavaBeans -- and nicely complements Java, whose write-once, run-anywhere philosophy has given the world unprecedented network mobility. This article, the first of a two-part series, describes just one possible application for XML: making JavaBeans mobile and interoperable by representing them as XML documents. Follow along as columnist Mark Johnson describes XML, defines his own custom markup language, and creates a class that converts XML files to JavaBeans running in memory. (4,200 words)


5. XML JavaBeans, Part 3
Author:Mark Johnson
URL:http://www.javaworld.com/javaworld/jw-07-1999/jw-07-beans.html?
Summary: The two previous JavaBeans columns presented the XMLBeans package that reads and writes JavaBeans objects to and from XML documents. This month's article extends and completes the XMLBeanReader and XMLBeanWriter classes. Mark Johnson improves both classes, extending and generalizing how they do their jobs. Mark also shows you how to give programmers complete control of the XML that is written for any JavaBean, simplify the JavaBean file format, and integrate XMLBeans with the java.beans package by creating a new type of property descriptor. (6,700 words)


w_ww_.___j_a___v___a___2s_.co_m__
Home | Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.