| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles |
- "Castor JDO": Simply False Advertising by David Jordan - [Clicks: 33]
If you are considering the use of the Castor JDO product, you are now aware that it does not support the JDO standard. You would have access to a free object-relational mapping tool, but one with a proprietary API. However, if you would like to build your applications using the JDO standard, you should consider one of the many commercial implementations now available.
http://www.onjava.com/pub/a/onjava/2002/12/04/realjdo.html - Dec, 2002 - Using Castor JDO for SQL Mapping by Jeff Lowery - [Clicks: 41]
While XML data binding is very useful, this article will focus on another aspect of Castor: data binding of Java objects to tables, columns, and rows in a SQL database. This functionality falls under the heading of Castor JDO.
http://www.onjava.com/pub/a/onjava/2002/10/02/jdosql.html - Oct, 2002 - Persist data with Java Data Objects, Part 2 by Jacek Kruszelnicki - [Clicks: 46]
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.
http://www.javaworld.com/javaworld/jw-04-2002/jw-0412-jdo.html - Apr, 2002 - XML and Java technologies: Data binding with Castor by Dennis M. Sosnoski - [Clicks: 123]
XML data binding for Java is a powerful alternative to XML document models for applications concerned mainly with the data content of documents. In this article, enterprise Java expert Dennis Sosnoski introduces data binding and discusses what makes it so appealing. He then shows readers how to handle increasingly complex documents using the open source Castor framework for Java data binding. If your application cares more about XML as data than as documents, you'll want to find out about this easy and efficient way of handling XML and Java technologies.
http://www-106.ibm.com/developerworks/xml/library/x-bindcastor/ - Apr, 2002