7 ms·
Why nothing rails-like for Java stacks?
- tarminian 12y agoCall 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.
- broadbear 12y agoThanks 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.