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
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.
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.
Oracle has a article here on how to do paging/cursoring with a ORM layer.