Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Hibernate is not that bad. The problem with ORMs in the Java web space is lots of people used them as an 'extreme DRY' solution to link database 'objects' to the front-end which breaks separation of concerns and forces you to use the same model or resort to ugly hacks for further mapping. In a properly separated application it works fine.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: