Author Archives: Aleksa Vukotic

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 … Read more

UTF-8 encoding and Spring message sources

Take a look at the update from October 2011′s perspective here.

‘Oracle Database Security and Compliance’ Conference

I have attended Oracle one-day conference titled ‘Database Security and Compliance’ in London last week, and here is the brief report. There were 3 very useful talks (and a very good lunch after:) – as expected of Oracle I guess.

Spring WebFlow – Passing Objects Between Parent Flow and Subflows

While I was implementing web application using Spring WebFlow, I came to the point where i wanted to pass object created in the subflow to its parent flow. I looked at the WebFlow documentation, and forums and blogs as well, … Read more