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
Who'd have thought thirty year ago we'd all be sittin' here drinking Château de Chasselas, eh?
Jul 28, 2020 · 8:53 AM UTC
2



