You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/10 03:42:22 UTC

[Jakarta-commons Wiki] Update of "Digester/WhyUseDigester" by SimonKitching

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.

The following page has been changed by SimonKitching:
http://wiki.apache.org/jakarta-commons/Digester/WhyUseDigester

The comment on the change is:
add info about hibernate xml mapping

------------------------------------------------------------------------------
  as data rather than true objects, then digester is not for you; DOM, jDOM or other 
  more direct binding tools will be more appropriate.
  
+ === Hibernate xml mapping ===
+ The hibernate library is best known for doing OO <-> Relational database mappings.
+ However version 3.0 and later have the ability to also map objects to and from xml.
+ 
+ This would appear to be quite similar to Digester/betwixt in features; the classes being
+ mapped are real classes, and configuration information (an external xml file or
+ annotations within the source code) define how the bean properties are to be mapped.
+ 
+ I haven't actually used this hibernate feature, so can't offer any more info. If you
+ have used hibernate's xml mapping functionality then please describe your experience
+ here.
+ 
  === Pre-processing tools ===
  
  Tools like JAXB take an xml schema as input to a "compiler" and generate
@@ -106, +118 @@

   * JBind (http://sourceforge.net/projects/jbind/)
   * JXM (http://jxm.sourceforge.net/)
   * Skaringa (http://skaringa.sourceforge.net/)
+  * hibernate (http://www.hibernate.org)
  
  == Articles ==
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org