wintermuteblog.blogspot.com
Wintermute Blog: November 2009
http://wintermuteblog.blogspot.com/2009_11_01_archive.html
Saturday, November 7, 2009. Relational storage using JAXB, JPA and HyperJAXB. Few variants are possible. You can start with DDL, generate. JPA-annotated beans using Hibernate Tools. For example, and then annotate it with some JAXB stuff (or use something not requiring annotations at all, like XStream. From the other hand, you can start with some UML and generate Java Beans, then put all the necessary annotations (both JAXB and JPA) inside. But you will have to do a double amount of work fixing the be...
radobenc.blogspot.com
Java Novice's Notes: Generating OFX database schema using hyperjaxb
http://radobenc.blogspot.com/2007/01/generating-ofx-database-schema-using.html
Sunday, January 07, 2007. Generating OFX database schema using hyperjaxb. There is a great project at java.net. Objects with a relational persistence layer, in other words, you can generate database schema right from your XML schema definitions. In the last few days, I tested generating database schema for OFX 2.1.1. Arg line="-Xhyperjaxb3" / / - /xjc taskdef name="export.schema" classname="org.hibernate.tool.hbm2ddl.SchemaExportTask" classpathref="classpath.xjc" / export.sche...View my complete profile.