Thursday, August 20, 2009

Generate JPA Source Code

The JPM2Java project now has an updated user guide, You can access the same from here.

The following chapters have been added in this updated.
  1. Introduction
  2. Getting started guide
  3. Generating JPA code - A simple example
  4. Using the jpm2java ant task
For comments and suggestions please mail to dev@jpm2java.dev.java.net

JPM2Java binary download

A stable version of JPM2java binary was made available for download early August 2009 from the project download page. This binary drop is tagged as technology preview drop 3, The binary also has a samples directory that includes some sample orm.xml files.

JPM2Java (Java Persistence Mapping to Java)is a simple persistence code generator which generates code that uses Java Persistence API (JPA). In short the project aims to automate the process of writing persistence entity classes and also generates helper services which help in persist/query/delete this classes to a datastore.

This technology preview drop 3 includes

  1. An option to generate JPA serializers classes. JPA serializers are classes with utility methods that help in persisting/querying/deleting JPA entities. The generation of serializer is completely optional.
  2. An jpm2java ant task - A sample build.xml is available under the samples directory which builds all the sample orm.xml files

For comments and suggestions please mail to dev@jpm2java.dev.java.net

Wednesday, August 19, 2009

Hello World

This is the official blog for the jpm2java project. All project related announcements, milestones and documents would be cross posted here.

JPM2Java (Java Persistence Mapping to Java) is an open source persistence source code generator which generates Java source code that uses Java Persistence API (JPA). In short the project aims to automate the process of writing persistence entity classes and helper services which help in persisting the entities to a datastore.

If you have any questions, comments or suggestions consider joining the users@jpm2java.dev.java.net mailing list and post your questions.Link