2 projects tagged "spring"
Beanoh (pronounced Bean-oh) is a simple tool for verifying your Spring context. It verifies that all of your beans are wired correctly, reconciles the beans marked with @Component in the classpath with the beans loaded in the Spring context, and prevents duplicate bean definition overwriting.
SpringTemplate is a template Spring project to create new Web projects. It uses Spring, Spring security, and hibernate. It uses the database (derby) to save Spring Security users. It is configured with annotations, and has all libraries necessary to run Spring, Spring security, and Hibernate with annotations. In the GUI you can list, add, and remove users from Spring security database tables.