Y
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
invalidname
1568 days ago
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...
link
azth
1568 days ago
What do you use instead of JPA/Hibernate?
link
silentprog
1567 days ago
Jdbi is also really good.
link
panick21_
1568 days ago
JOOQ
link
soco
1567 days ago
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...
link