Re: [opennms-devel] Spring MVC Annotated Controllers

2011-07-29 Thread Seth Leger
OK, your changes in that revision to opennms-webapp/src/main/webapp/WEB-INF/dispatcher-servlet.xml are identical to mine that I committed to 1.10 except that your edits have some double- and triple-duplicated lines for the AnnotationMethodHandlerAdapter and DefaultAnnotationHandlerMapping bean defi

Re: [opennms-devel] Spring MVC Annotated Controllers

2011-07-28 Thread DJ Gregor
Hey Seth, Did you push your changes to sf.net? Into which branch? I pushed Melania's support for controller annotations to master on sf.net on 7/22 along with the conversion of element/service.jsp (commit 3b378424bcb15de58359669ce09fde51ce91152f). I want to make sure we aren't stepping on each

Re: [opennms-devel] Spring MVC Annotated Controllers

2011-07-28 Thread Seth Leger
Hi Melania, I happened to be looking at the Spring annotation-based servlets today. I committed a change that should allow us to start using @Controller and @RequestMapping attributes to map Spring servlets into the webapp. The only examples in our current codebase of this are very simple cases: