Monthly Archives: April 2009

Hibernate and primary key unique constaint exception

Its one of those things – you have the same problem every now and then, but not often enough to remember what the solution was. I was implementing some hibernate code, but the tests for it failed due to primary … Continue reading

Posted in Aleksa's Blog | Tagged , , , , , , , , | 2 Comments

The first Spring User Group in Manchester

The first Spring User Group (SUG) event was held in Manchester on the 8th April at the Core Technology Centre in Manchester (a superb venue for anyone looking to hold an event in the North West). 46 people attended, which … Continue reading

Posted in Guy's Blog | Tagged , , , , , , | Leave a comment

Building Spring 3 web applications

An update to the PDF is ready for download; I have included the cookbook service implementation and begun the discussion of the web application.

Posted in Jan's Blog | Tagged , | Leave a comment

SUG source code

You can now download the source code for my talk here. You will need to modify the location of the HSQL data file. Currently, it is /Users/janm/Writing/s3wa/code/uk.org.springusergroup.s3wa.repository/src/test/db/t for the test database and /Users/janm/Writing/…/…/p for the “production” database. You will need … Continue reading

Posted in Jan's Blog | Tagged | 1 Comment

The next Spring User Group

I have several ideas for the next SUG talk, I think they are all really exciting, but I will welcome your comments. The choices are: Securing Spring web and WS applications. Introduction to OSGi with Spring Dynamic Modules and dm … Continue reading

Posted in Jan's Blog | Tagged , , , | 6 Comments

Building Spring 3 web applications

The saga continues; I have added a few more pages to the chapter, which is available to download here. Keep an eye on this space, there will be much more to follow soon. I am giving a talk at the … Continue reading

Posted in Jan's Blog | Tagged | Leave a comment

UTF-8 encoding and Spring message sources

Take a look at the update from October 2011′s perspective here. I was working on a pretty much straight-forward web application. As usual, i used Spring’s org.springframework.context.MessageSourcesupport, to be more precise, i used standard implementation – ResourceBundleMessageSource. Simple configuration, as … Continue reading

Posted in Aleksa's Blog | Tagged , , , , | 8 Comments