Abstractions, so you don’t have to. What a lovely way of coding your customers requirements starting right with opening a socket connection.
The Java ecosystem loves abstractions. 1. JDBC abstracts the RDBMS Driver API. 2. Hibernate abstracts how Objects are read or written using JDBC. 3. JPA abstracts Hibernate. 4. Spring Data JPA abstracts JPA. 5. Spring Boot abstracts Spring Data JPA.
3
1
15
You forgot the JVM and the database and the operating system and the virtualization and machines those are running on. Better not use any of this! ☝️
1
3
Replying to @odrotbohm
It’s a lost cause, @jnfrd – one of the constants of the IT world is that it’s utterly impossible to ever make a member of the Spring community (which I respect and like) agree that it might sometimes add unnecessary complexity :)

Jul 28, 2020 · 10:49 AM UTC

1
5
Replying to @stilkov @jnfrd
Because that would just make things more complex! 🤷‍♂️😬
2