I have an application which are using Hibernate / Spring and Spring MVC, but as a motivation to learn and also compare the differences I want to port the application to an Hibernate / Guice / Wicket.
The questions I have are pretty basic, but where do I start. Should I start with replacing the Spring layer, then the Spring MVC layer?
Can the two work i the same environment, so that I can start with editing just one controller/view and then expand, and how do I do this?