Categories
Development

DNS insanity with Java

Note to self. Don’t trust long running Java apps when it comes to changing DNS.

Categories
Development

Hibernate as an JTA participant

Java.net has an article on using Hibernate within container managed transactions here.

Categories
Development

Object Validation through annotations

This would be cool to have in our current project. We’re pretty much swamped in XML config files. Setting up stuff like this right at the source level would be good. I’ll have to wait for our production environment get upgraded to 1.5 in like two years. 🙂