Working with JSP plus Wicket [closed]
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this questionIt 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.
精彩评论