Category: <span>Coding</span>

JRuby and Beyond: A Renaissance for the Java Platform

The Java platform is changing. No longer can a developer get by just knowing Java. There’s JRuby providing Ruby and Rails. There’s Groovy with Grails and other frameworks. Jython for Django. Scala with Lift. Rhino for JavaScript and frameworks like Phobos. And all of them provide not only access to …

GTUG – Using the Google Collections Library for Java (2 of 2)

The Java Collections Framework is indispensable to nearly every Java developer. Yet, you may often find yourself searching for a collection type, implementation, or utility that’s nowhere to be found. In this session, you’ll learn how the open-source Google Collections Library builds on the excellent foundation of java.util, to provide …

Using the Google Collections Library for Java (1 of 2)

The Java Collections Framework is indispensable to nearly every Java developer. Yet, you may often find yourself searching for a collection type, implementation, or utility that’s nowhere to be found. In this session, you’ll learn how the open-source Google Collections Library builds on the excellent foundation of java.util, to provide …

Enterprise Integration Patterns with Spring

This session introduces Spring Integration, a new addition to the Spring portfolio. We will begin with a whirlwind tour of the Spring Framework’s core support for enterprise integration including such capabilities as remoting, messaging, and scheduling. This will be followed by a brief overview of the Enterprise Integration Patterns described …