Write a review to share your experiences with open source!
On DevRates we focus on reviews by developers using libraries on their daily work.
Interested in the latest trends and top-rated open source projects for all layers of your application?
DevRates contains projects reviews of most popular tagged categories and programming languages.
Follow projects and don't miss any news from blogs and twitter on your wall.
Your company is looking for talented developers? Register on DevRates and show your technology stack on your company profile.
full review »Recently started a JEE project that needs to run on Tomcat so I'm using EclipseLink directly. It works as advertised.
What I really appreciate the most about EclipseLink are its well written and detailed error messages if something goes wrong.
(This would be in contrast to the seemingly mysterious random exceptions thrown by Glassfish)
full review »I've used FlyWay for several projects and it has always worked flawlessly. I have only used it in combination with JPA and PostgreSQL.
The only gripe I have with it is that it is unable to "clear" the schema if there are lots of constraints on the tables. This makes unit testing more difficult.