Archive for the tag 'framework'

Sep 01 2008

Abstractions always leak

Published by under Development,Java,Personal,Web

A quote of a quote in a InfoQ article on the release of GWT 1.5:
Key point: GWT gives you a lot of leverage, but it isn’t intended to be a “walled garden” in any way. Abstractions always leak, so it’s better to embrace that fact. We intentionally make it easy for you to punch through [...]

One response so far

Mar 13 2008

Spring Batch concepts

Published by under Java

I’m mostly doing batch these days, so I’m keeping an eye out for what’s happening with Spring Batch. It does have a lot of concepts that resemble what our home grown framework is built around, so I can relate to a lot of it. The same reason will also hopefully make us able to migrate [...]

No responses yet