Tags
Authors
We have been recently working a lot on the Bean Validation spec (JSR 303) and have two good news for you:
Seam 2.1.0.BETA1 brought Wicket support to Seam, but how do you use this support?
Handling failure with Hibernate
I'm sitting in at Michael Nygard's talk at JAOO about handling failure in production systems. He wrote 'Release It!' a pattern book that describes common anti-patterns and illustrates how they can cause massive downtimes and lost business. During his talk he called out ORM Tools to be bad at handling some of these which urged me to make this blog.
Screencasts for JBoss Tools
We recently started updating and adding screencasts of various functionality in JBoss Tools and Developer studio at JBoss Tools Movies.
Want an introduction to Seam?
Well, you're in luck!
Herbstcampus Nürnberg
Just came back from Nürnberg where I was invited to present Hibernate Search at the Herbstcampus conference. It was the first year for this conference with the hope of making it an established yearly event. Given that already in the first year over 200 people showed up Herbstcampus might be on the right track.
Hibernate Core Modules (3.3)
Quite a few folks have asked about the new Hibernate Core modules introduced with the 3.3 release: what each is for, when to use which, etc. I wanted to take a bit to describe what each of the main modules is for and when/how you would use certain combinations. (These modules also define maven artifacts; all Hibernate Core artifacts use org.hibernate groupId).
Hibernate Core 3.3.1 released
Hibernate Core 3.3.1 has just been released with its artifacts published to the JBoss Maven Repository. This release fixed a serious issue with CurrentSessionContext (SessionFactory.getCurrentSession()) when running on IBM WebSphere. It also includes quite a few improvements to the enhanced id generators. For details about all the changes in this release, check out it's changelog