Categories
Development

Yahoo UI design patterns and library

Yahoo has a page here describing some of their standard patterns for UI design on the web, some of them AJAX based. They also seem to have a opensource Javascript library available for download.

Categories
Development

Junit 4.0 released

So JUnit 4.0 is released. It takes use of all the new Java 5 features to simplify testing, but isn’t compatible with Java 1.4. So hold your horses because most of us won’t be able to use it for a while.

Categories
Development

Paging in ORM apps

Oracle has a article here on how to do paging/cursoring with a ORM layer.