InfoQ Homepage Jfokus 2009 Content on InfoQ
Presentations
RSS Feed-
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.
-
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.
-
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.
-
An Introduction to Data Grids
Cameron Purdy explains techniques used to process data in a grid, presents examples of data grids solving complex problems and introduces Coherence, Oracle’s data grid solution.
-
What's New and Exciting in JPA 2.0
JPA 2.0 adds in many things which were missing in JPA 1.0. This talk covers features like advanced locking, enhanced query language, expression/criteria API and more advanced O/R mapping support.