Scala is fast becoming the “next Java” in the eyes of many leaders in the Java world. Besides it’s powerful integration of the object-oriented and functional programming paradigms, it has strong capabilities for integrating with existing Java code. One very effective mechanism for bringing Scala into your environment is to use it for exploring the capabilities of Java libraries. Every experienced Java developer understands the pain of setting up the scaffolding needed to try out a new library (not to mention the well known “dependency hell” that comes along for the ride). With Scala and the tools available with it, you can reduce this pain by orders of magnitude. This talk will briefly introduce Scala and Simple Build Tool and then move on to show you how to quickly get started integrating Java libraries and exploring them in code. Through these examples, you will also learn how make use of Scala alongside your existing code.
Thomas has over a decade of experience working with Java and wrestling code in various forms. He started PDXScala, the Portland Scala users group, after realizing that Scala was the way forward. He can usually be found staring at a glowing screen somewhere in Portland, Oregon.
Trenton has been heads-down in Java code since 1998. Having led teams through enterprise projects at CNET and an online advertising startup, he was looking for a new way to express himself and found it in Scala. Trenton lives in Portland, Oregon.
Comments on this page are now closed.
For information on exhibition and sponsorship opportunities at the conference, contact Sharon Cordesse at scordesse@oreilly.com
Download the OSCON Sponsor/Exhibitor Prospectus
Download the Media & Promotional Partner Brochure (PDF) for information on trade opportunities with O'Reilly conferences or contact mediapartners@ oreilly.com
For media-related inquiries, contact Maureen Jennings at maureen@oreilly.com
To stay abreast of conference news and to receive email notification when registration opens, please sign up for the OSCON Newsletter (login required)
Have an idea for OSCON to share? oscon-idea@oreilly.com
View a complete list of OSCON contacts
Comments
Both Trenton and Thomas did a great job at really exposing the power in leveraging Scala as a Java developer to quickly get down and dirty with a library as you attempt to learn and master it.