I spent time today updating the Spring-Hibernate sample app. My goals
were 1) to reduce the amount of code clutter and make it very simple
and 2) to use the latest Spring/Hibernate best practices, especially
annotation configuration.
I'd appreciate any feedback on the changes I committed, including
ideas, criticisms, or requests for demonstrations of other JSecurity
features. You should be able to checkout from SVN and run the
"samples.spring-hibernate.deploy" ant task to deploy the app to a
local Tomcat instance.
The sample app code is located under samples/spring-hibernate.
Jeremy