Converting Wicket to AngularJS/Spring MVC

2014-01-03 Thread Richard W. Adams
My corporation has decided to change its standard Web framework from Wicket to AngularJS/Spring MVCC (not my decision; was not asked for input). I am faced with the expensive prospect of having to convert a large app (runs on Jboss with about 250 Wicket/Web related classes). 1. Does anyone

Re: Converting Wicket to AngularJS/Spring MVC

2014-01-03 Thread Andrea Del Bene
Hi, I don't have a direct experience migrating a Wicket app to a AngularJS/Spring MVCC, but in my current project we have a Wicket application with a Spring MVC part for REST APIs. We are using to different servlet filters, one for the Wicket part and one for Spring MVC. In this way you can use

Re: Converting Wicket to AngularJS/Spring MVC

2014-01-03 Thread Ernesto Reinaldo Barreiro
Hi, On Fri, Jan 3, 2014 at 1:54 PM, Richard W. Adams rwada...@up.com wrote: My corporation has decided to change its standard Web framework from Wicket to AngularJS/Spring MVCC (not my decision; was not asked for input). I am faced with the expensive prospect of having to convert a large