Hello Swing - Tiny ‘Hello World’ program using swing
Basic Web Applet - Simple Scala web-applet, with Java version for comparison.
JUnit Tests - using the JUnit test framework for Scala code
Simplifying JDBC - Scala’s smart type system and shorthands make it easy
ScalaGUI - A Scala framework wrapping Swing. It uses event loops to solve the inversion-of-control problem of Swing’s callback events. It uses multiple-inheritance for clean composition of widget properties.
Integrating with Jaxen - Implements a Jaxen Navigator so XPath expressions can easily be used to navigate through Scala objects.
Literate Programs - A wiki site that wants to present algorithms in different programming languages.
Book examples - “Structure and Interpretation of Computer Programs” (Hal Abelson, Jerry Sussman and Julie Sussman, MIT Press) examples in Scala and other p.l.