InfoQ Homepage Development Content on InfoQ
-
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.
-
Lean & Mean Tokyo Cabinet Recipes
In this FutureRuby talk, Ilya Grigorik explores Tokyo Cabinet's features such as the key-value store, ordered traversal, attribute search, schemaless data structures,indexing, and scripting with Lua.
-
Systems that Never Stop (and Erlang)
Joe Armstrong on 6 reliability laws, Isolation, Concurrency, Failure Detection, Fault Identification, Live Code Upgrade, Stable Storage, showing how they are respected in Erlang, plus some examples.
-
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.
-
Functional Programming with a Mainstream Language
Sadek Drobi shows how he applied functional programming principles, like recursion, functions, monads, to a real-life project which needed to meet certain performance requirements.
-
Controlling Your Architecture
Magnus Robertsson shows how to control the code architecture to avoid an architectural drift leading to a big-ball-of-mud: peer review, code analysis, and zero tolerance to warnings and errors.
-
JavaScript in the Enterprise
Attila Szegedi discusses Javascript in the enterprise, scalability, architectural solutions, continuations, organizational benefits and challenges, code quality, modularity and threading.
-
Real World IronPython
Michael Foord discusses IronPython, the DLR, static vs. dynamic typing, VS.net integration, Resolver One, embedding IronPython, error handling, dynamic operations, and functions as delegates.
-
Between the Battleship and the Failwhale
In this talk from FutureRuby, Paul Downman takes a look at scalability - what it is, how to achieve it and which tools and software to use.
-
From Good to Great Developer
A good developer writes code quickly but hard to maintain. A great one keeps an eye on the future trying to make sure the code evolves cleanly. Hedgate advices on how to move from good to great.
-
Enterprise Java FX for the Web Platform
Peter Pilgrim makes an introduction to Java FX, presenting its scripting language, the standard deployment method of applications, client integration with the server and what’s planned for its future.
-
Domain Specific Languages - What, Why, How
Ola Bini makes an introduction to DSLs explaining what they are and aren’t, what they are useful for, how to implement an internal/external DSL in Java and why are DSLs and Ruby so related.