JDBC, What Is It Good For?

December 19, 2017
SpringOne Platform 2017 Thomas Risberg, Pivotal 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.
Previous
What's New in Spring for Apache Kafka 2.0
What's New in Spring for Apache Kafka 2.0

SpringOne Platform 2017 Gary Russell, Pivotal Discussion of important new features in this Spring abstract...

Next Presentation
Reactive frontends with RxJS and Angular
Reactive frontends with RxJS and Angular

SpringOne Platform 2017 Sergi Almar, Independent "Reactive programming has changed the way we develop mode...