It is a good choice to use JSP with Wicket at long term? There is also another tool that allows to work with Wicket?
Thanks
It is a good choice to use JSP with Wicket at long term? There is also another tool that allows to work with Wicket?
Thanks
This is a strange question. Wicket does not work with JSPs. JSPs work with action-oriented web frameworks (e.g. Struts or Spring MVC) or pure servlet development, Wicket is a component oriented framework which works with html and java only. There is no logic in templates in wicket (and hence no suport for JSPs). In my opinion that is the key feature of wicket.