Label: spring

All content with label spring.
Related Labels: mvc , grails , jmx , hibernate

MBean export in Grails how to (Grails)
Introduction This short tutorial will show you how to export an MBean in Grails. The example uses Hibernate StatisticsService http://www.hibernate.org/hibdocs/v3/api/org/hibernate/jmx/StatisticsService .html but can be applied to any MBean. What is a MBean? In a nutshell, an MBean ...
Trails with Spring MVC (Trails Framework)
Spring MVC variant of Trails can be found on this branch: http://trails.inspring.nl/branches/trailsspringmvc. The main parts of the Spring MVC Version are: {{org.trails.spring.mvc.TrailsMultiActionController}} {{org.trails.spring.mvc.ObjectDataDescriptorList}} {{org.trails.spring.mvc.TrailsServletRequestDataBinder}} The JSTL views and property tags. The TrailsMultiActionController. For Spring controller we choose to extend the {{org.springframework.web.servlet.mvc.multiaction.MultiActionController ...