• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hyperjaxb2 0.6.0 release - combining XML Schema, JAXB and Hibernate

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
I am pleased to announce the 0.6.0 release of Hyperjaxb2.

Hyperjaxb provides a solution for the prevalent task of XML persistence which essentially lies in the following three operations:

  • importing or saving the document;
  • exporting or loading the document;
  • querying for documents or their parts.


  • To solve this task, Hyperjaxb combines two technogies: Java Architecture for XML Binding and Hibernate. JAXB converts between XML and objects; Hibernate is used to persist object in a relational database.

    This release features:
  • Build system moved to Maven.
  • Hyperjaxb2 Maven plugin.
  • Sample project for Maven.
  • Sample project for Ant.
  • Tested with over 20 test scenarios.
  • hibernate.cfg.xml generation.
  • Fixed a number of bugs.
  • Improved customizations.
  • Improved website documentation.


  • It's freeware/open source project.

    Please visit https://hyperjaxb2.dev.java.net/ for details.

    Bye.
    /lexi
     
    Consider Paul's rocket mass heater.
    reply
      Bookmark Topic Watch Topic
    • New Topic