Hacker News new | ask | show | jobs
by karmakaze 1568 days ago
I don't consider Spring Boot to be modern Java. At least not if it uses JPA/Hibernate which is solving the 1990s problems of enterprise Java apps.
2 comments

Spring Boot has other options to solve storage from Mongo to JOOQ to cloud storage. I use JPA. Maybe it's because I'm from the 90's and believe in technologies that work...
What do you use instead of JPA/Hibernate?
Jdbi is also really good.
JOOQ
I use JOOQ in places as well and it's a great tool but it definitely doesn't do what JPA/Hibernate do. Different use cases...