Hi,

What are the general directions with the persistence system?
What I know about it is:
- It works with JPA (javax.persistence) annotations
- But rather than integrating a general JPA implementation such us
hibernate, eclipselink or OpenJPA it uses its own query generator and DAO
classes to generate SQL statements.

Questions:
- Are you planing to use JPA? What is the motivation behind the custom DAO
system?
- There are some capabilities in the DAO system that are not used. Should
these capabilities be maintained or is it ok to remove the support for
unused features in small steps?

-- 

EOF

Reply via email to