Tag Archives: hibernate

Using JAX-RS (Jersey) to build a JPA/JAXB-backed JSON REST API

I’ve been looking for a while though to find that perfect combination of frameworks and libraries that would give me the expressive power that I want for building web applications — now I think I’ve found it. Continue reading

Posted in Java, Technology | Tagged , , , , , , , , , , , | View Comments

JPA 2.0 with Criteria

(see: JSR 317 Persistently Improving) I love the idea of adding a criteria API to JPA, the only thing I hope that they do differently than Hibernate is to implement that API in addition to string queries.  In Gauntlet we had … Continue reading

Posted in Java, Technology, gauntlet | Tagged , , , , , | View Comments

Generate JPA (or GORM) classes from your database for Java and Grails

Whether you start with the database or start with code, no one wants to do the other one. Certainly by the DRY principle it is a waste of time and potentially a place where you could introduce bugs into your … Continue reading

Posted in Java, Technology | Tagged , , , , , , , , , , | View Comments