Completed
Final example: JDBC
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using Spring with Scala
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Target audience
- 4 Why Scala?
- 5 Why Scala & Spring
- 6 2. Examples
- 7 First example: serving web content with Spring MVC
- 8 Make Gradle work with Scala
- 9 Application class
- 10 Template
- 11 Controller
- 12 Example: consuming REST services
- 13 Beans in Scala
- 14 Asynchronous version using Lambdas
- 15 Java 8 Lambdas vs. Scala function literals
- 16 We need ugly anonymous classes
- 17 Person resource in Scala
- 18 Repository
- 19 Final example: JDBC
- 20 JDBC: Java Batch Update
- 21 JDBC Scala names collection
- 22 JDBC Scala batchUpdate
- 23 Convert from Scala
- 24 JDBC Scala print query
- 25 Convert from Java
- 26 Translation steps . Use Scala mutable collection when calling Java
- 27 3. Evaluation
- 28 Simple translation steps
- 29 Scala SDK is getting better dealing with Java
- 30 Conclusion