JDBC, What Is It Good For? - Thomas Risberg

December 14, 2017

Is JDBC still a relevant API that a Java developer should bother learning? We'll review what has been happening in the world of JDBC lately and how it fits with the latest trends like Reactive, Non-Blocking APIs, Microservices, CQRS and Event Sourcing. Back in the days when we were writing monoliths it seemed like Hibernate and JPA where the obvious choices for accessing the database and JDBC was the API used by these frameworks. Now that we are moving towards different application architectures we see more and more examples using the classic `JdbcTemplate` for large portions of the database code. This talk will give a whirlwind tour of the basics of the Spring JDBC support and then give an overview how it fits in with these new architectural styles. Thomas Risberg, Staff Engineer, Pivotal Filmed at SpringOne Platform 2017

Previous
Introducing Micrometer Application Metrics - Jon Schneider
Introducing Micrometer Application Metrics - Jon Schneider

Spring Boot has adopted Micrometer as its built-in metrics instrumentation library with out-of-the-box supp...

Next Video
JUnit 5 — New Opportunities for Testing on the JVM - Sam Brannen, Swiftmind
JUnit 5 — New Opportunities for Testing on the JVM - Sam Brannen, Swiftmind

Take a Deep Dive into JUnit 5 with core committer Sam Brannen! Over the last decade a lot has happened in ...