Sunday, 14th March 2004
Friday, 12th March 2004
Thursday, 11th March 2004
Hibernate in Action
A preview chapter from Hibernate in Action is available on TheServerSide, conveniently it's the chapter on retrieving objects efficiently which has come in very handy today :-)Tuesday, 9th March 2004
Display Tag Library
Display Tag Library (documentation here): A JSP tag library that provides a way to display tabular data including support for paging and sorting.Sunday, 7th March 2004
PyAmazon: support for international Amazon sites
A while back I added support for Amazon.co.uk to PyAmazon for use on one of my personal projects. This is now incorporated into a new release of PyAmazon: PyAmazon 0.62.To make use of the international support you need to call amazon.setLocale(locale) before performing a search. locale can be any of "uk", "us", "de", "jp" - the country sites currently supported by Amazon Web Services.