Hacker News new | ask | show | jobs
Why nothing rails-like for Java stacks? (develomuse.blogspot.com)
1 points by broadbear 4151 days ago
1 comments

Call me weird, but I like mybatis over jpa. You can create an xml file with your sql or use a java annotation to define it. Everything else is just pojo after that.
Thanks for the comment. I have never worked with mybatis, I will definitely take a look at it. The reason I was drawn to JPA is because Spring seems to have made integrating JPA into your project very trivial.