InfoQ Homepage Development Content on InfoQ
-
SpringOne 2GX Keynote: Spring 2010 Technology
Adrian Colyer talks about Spring 3.1: environment profiles and cache abstraction. Graeme Rocher demoes GORM for NoSQL. Keith Donald demoes Greenhouse. Jon Travis demoes Spring Insight.
-
Tomorrow’s Tech Today: HTML5
Scott Davis reviews some of the most important HTML5 features: semantic elements (header, footer, nav, section, and article), form enhancements, video and mobile support, already in use today.
-
Clojure's Solutions to the Expression Problem
Chris Houser presents the expression problem showing how to solve it using multimethods and protocols in Clojure, mentioning pros and cons of each method.
-
What's New in Spring Framework 3.1?
Jurgen Holler reviews Spring 3.0, he previews Spring 3.1, planned to have its first milestone release in late November 2010, and he takes a sneak preview at Spring 3.2 supposed to support Java 7.
-
Rod Johnson SpringOne 2GX Keynote
Rod Johnson talks on the future of Spring: making Spring the de-facto Java programming model for the cloud starting with Code2Cloud, an integrated desktop-cloud development environment.
-
Extending Spring Integration
Josh Long and Oleg Zhurakousky demo Spring Integration, and explain how it can be customized to create routers, transformers, splitters and aggregators for scenarios it does not already cover.
-
Making Your Open Source Project More Like Rails
Yehuda Katz presents the evolution of the Ruby on Rails project, the challenges it had to overcome and what are the lessons that could be helpful in making other open source projects successful.
-
Machine Learning: A Love Story
Hilary Mason presents the history of machine learning covering the most significant developments in the area, and showing how bit.ly uses it to discover various statistical information about users.
-
Android Squared
Bob Lee and Eric Burke present Square, a card reader used to receive payments through an Android device, presenting a point-of-sale API, and a library for persistence and REST communication.
-
Computation Abstraction: Going Beyond Programming Language Glue
Sadek Drobi talks about abstracting the control syntax (glue) in mainstream and FP languages: Null, propagating errors, events, lists, streams, channels, functors, monads, and custom abstractions.
-
Functional Design Patterns
Aino Vonge Corry reviews a number of well known design patterns showing that their implementation is simpler in functional languages because such languages have pattern-based constructs.
-
Parallel Programming with Node.js
Ryan Dahl presents Node.js, what it is and how to program against it by exemplifying with code samples, and shows how to do highly scalable parallel programming with event-based processes.