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
Replying to @odrotbohm
Raise your hand if you don’t use a proprietary database exposing a standardized query language accessed via a proprietary network protocol accessed via a standard API encapsulated by an open source library exposed via a standard API

Jul 28, 2020 · 8:51 AM UTC

1
8