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 both the two frameworks, but I don't know
how you could make them "communicate" (i.e. Wicket pages with Spring
controllers).
I guess you want to create some kind of REST application with Spring MVC
with Angualr on client side to invoke REST APIs...the best solution
would be to continue using Wicket :-) and to implement REST APIs with
the WicketStuff module for REST applications
(https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/wicketstuff-restannotations-parent).
> 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 have experience in this kind of conversion, or know of Web 
> resources that could provide insight into best practices?
>
> 2. My management is asking is if the conversion can be done incrementally 
> (because we still have to support the existing app until it's retired). I 
> interpret that to mean "Can an app have both Wicket & AngularJS/Spring MVC 
> pages at the same time?" From what I've read so far, Spring MVC & Wicket 
> can't coexist in the same app. (Though I'm hoping I'm wrong!)
>
> **
>
> This email and any attachments may contain information that is confidential 
> and/or privileged for the sole use of the intended recipient.  Any use, 
> review, disclosure, copying, distribution or reliance by others, and any 
> forwarding of this email or its contents, without the express permission of 
> the sender is strictly prohibited by law.  If you are not the intended 
> recipient, please contact the sender immediately, delete the e-mail and 
> destroy all copies.
> **
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to