Sponsored By
ABSTRACT: Functional Wrappers for Legacy API’s
There are many challenges in introducing a new technology into an existing project or organization. This presentation details an approach to introducing Scala into JDBC applications, but the lessons and techniques can be applied in a general sense to introducing functional programming into any non-functional project. Specifically, a line-by-line construction is provided of a Scala wrapper for portions of JDBC. The chosen example serves to highlight the mechanics, benefits and underlying principles of functional programming in such a way that they can be generally applied.
SPEAKER BIO: Martin Snyder
MEETING SLIDES: Video of the presentation can be found here. Martin’s slides on GitHub here and the code on GitHub is here