Another Hibernate Example
Konstantin Priblouda has put together a small demo showing hibernate in action:
- XDoclet generated mappings & service descriptor for JBoss (.sar file) - these were mentioned by Marc Fleury at his presentation. The basically are Service ARchives and allow for pluggability/removeability in JBoss.
- Session bean accessing hibernate.
- Small client.