Persistence « Data « Java Articles

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
Microsoft Office Word 2007 Tutorial
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 » Data » Persistence 
1. Persist data with Java Data Objects, Part 1
Author:Jacek Kruszelnicki
URL:http://www.javaworld.com/javaworld/jw-03-2002/jw-0301-jdo.html?
Summary: The Java Data Objects (JDO) standard provides a unified, simple, and transparent persistence interface between Java application objects and data stores, and can significantly affect how we deal with persistent data. In this article, Jacek Kruszelnicki discusses the issues encountered with persistence, presents traits for an ideal persistence layer, and reviews available JDO solutions. (2,600 words; March 1, 2002)


2. Persist data with Java Data Objects, Part 2
Author:Jacek Kruszelnicki
URL:http://www.javaworld.com/javaworld/jw-04-2002/jw-0412-jdo.html?
Summary: The Java Data Objects (JDO) standard provides a unified, simple, and transparent persistence interface between Java application objects and data stores, and can significantly affect the way we deal with persistent data. This article presents two major JDO specifications: the Sun Microsystems JDO and the open source Castor JDO. Jacek Kruszelnicki discusses their relative pros and cons, and their similarities and differences. (2,800 words; April 12, 2002)


3. Write once, persist anywhere
Author:James Carman
URL:http://www.javaworld.com/javaworld/jw-03-2002/jw-0301-dao.html?
Summary: Most J2EE (Java 2 Platform, Enterprise Edition) applications strive to abstract the database tier by employing the Data Access Object (DAO) design pattern. However, these implementations typically deal with project-specific object types. This article shows you a DAO pattern framework that you can reuse on all your projects, regardless of object type. (2,700 words; March 1, 2002)


4. Serialization grab bag
Author:Mark Johnson
URL:http://www.javaworld.com/javaworld/jw-04-1998/jw-04-beans.html?
Summary: The past three JavaBeans columns on object persistence and serialization have inspired some interesting questions from readers. This month we'll answer a few of those questions, with a detailed exploration of JavaBeans serialization. (2,900 words)


w___w___w___.j___av__a__2__s_.c__o__m_ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.