We started building our website / application back in 2006, and chose to use appFuse 1.9.4 as our application framework. There isn't a direct upgrade path to AppFuse 2.x and now AppFuse has been discontinued.
We're stuck on Spring 2.0 and Hibernate 3.2 and we're using JSTL, along with XFire (and SOAP).
We'd like to upgrade our framework to take advantages of some of the new programming paradigms (like Annotations, and moving to CXF) and allow our programming group more flexibility and faster development cycles.
Grails looks like a possibility, as does Roo.
But, we have more than 850 java source code files and 165k lines of code. On the JSP / JSTL page, we have more than 266 pages and 78k lines of code. Anything that can be done piecemeal would be great, rather than re-writing the majority of the code / framework.
Any ideas?