Swing with Style
This video explains how to implement consistent Swing applications in a comprehensible and clearly arranged way. We show detailed sources for a contact editor example and discuss a bunch of tips.
This video explains how to implement consistent Swing applications in a comprehensible and clearly arranged way. We show detailed sources for a contact editor example and discuss a bunch of tips.
Cloud computing and the Java EE platform have evolved to provide a runtime environment for Java EE applications with minimal architectural interference. This evolution is addressing issues from the application server and cloud infrastructure point of view.
This video goes through the concurrency options that GPars, an open-source concurrency library for Groovy and Java, gives to your Groovy/Grails/Griffon or Java applications.
Are you curious about Java EE 6? If you left the Java EE world in the Release 1.4 and 1.5 era, you might be missing out on where it’s evolved to today in Release 1.6. If you are a Spring expert already, you will need the proper tools and frameworks …
If you’re a Java developer and you want to get into Scala you first have to address how to start “thinking in Scala”. This presentation shows you how to do just that by helping you figure out functional approaches, yet without abandoning objects. Additionally, some classic GoF (Gang of Four) …
Today many Java applications operate in a multithreaded environment. Atomic data structures have the benefit of not blocking the accessing threads when used concurrently. This session demonstrates how this is made possible by looking at a few high-level atomic data structures, Maps and Queues, taking them apart and looking at …