InfoQ Homepage JVM Languages Content on InfoQ
-
Industrial Strength Groovy
Paul King presents some of the tools helping one programming in Groovy: Cobertura, CodeNarc, EasyB, GroovyDoc, GroovyMock/Spock, Hudson, Maven/Ant/Gant/Gradle, OSGi, and Spring/Guice.
-
QCon SF Keynote: Techie VC's Talk About Trends & Opportunities
Kevin Efrusy and Salil Deshpande talk about what makes a business successful or not, presenting three actual cases they have been involved with: Hyperic, G2One, SpringSource.
-
JRuby: You've Got Java in my Ruby
Tom Enebo explains reasons for choosing JRuby: Hotspot optimizations, JVM Garbage Collectors, tools like profilers. Also: how JRuby helps to write cleaner, more expressive code with Java libraries.
-
Evolving the Key/Value Programming Model to a Higher Level
Billy Newport discusses the ways that developers interact with key/value stores, entity vs column-oriented approaches, sync vs async operations, large data sets, and collocating closures and data.
-
What's New in SpringSource Tool Suite
Christian Dupuis discusses the SpringSource Tool Suite (STS), STS features, demos of STS, Groovy/Grails, Spring 3.0, REST, Spring Roo, Cloud Foundry, tc Server, dm Server, VMWare, and the STS roadmap.
-
JRuby, Duby, and Surinx: Building a Better Ruby
Charles Nutter discusses JRuby, invokedynamic, JRuby performance, Duby, Duby syntax, future Duby plans, Surinx, the motivation for making Duby and Surinx, and how Duby and Surinx are helping JRuby.
-
Scala Basics - Byte-code Fancypants
David Pollak makes an introduction to Scala showing how basic language constructs like boxing, generics, structural types, tail calls, and others, are used and how they are translated into byte code.
-
SpringOne/2GX 2009 Keynote
Rod Johnson covers the history of Spring, Spring 3.0, Spring Integration, Groovy, Grails, tc Server, Spring Insight, SpringSource Tool Suite, the VMWare acquisition and the Enterprise Java Cloud.
-
Simplifying Java EE with Grails
Graeme Rocher introduces Groovy and its corresponding web framework, Grails, followed by a code writing demo intended to highlight the advantages of using Grails over Java EE for web applications.
-
Persistent Data Structures and Managed References
Rich Hickey talks on identity, state and values. He explains how to represent composite objects as values and how to deal with change and state, as it is implemented in Clojure.
-
Buy a Feature: An Adventure in Immutability and Actor
This presentation discusses the functional programing paradigms used to build Buy a Feature, (a multi-user, web-based, real-time, serious game), including Actors, event streams, Scala and lift.
-
Lift Web Framework
This presentation discusses Scala (a hybrid Object Oriented and Functional language) and Lift, and how many Lift features are based on Scala pattern matching and functional composition.