If I want to create site which would be great as PUBLIC SITE, which would be good indexed by Google with human readable paths in http-get requests, fast in runtime and fast and flexible to develop and support etc. Or if i using Java i should use Spring MVC for this purposes ?
Apache wicket seems good for me but I’m not sure about how fast it would be and if it is good solution to create public sites.
Could you help with this question?
Apache Wicket is my favorite Java framework. It’s component based which actually breaks the very nature of the web. May be useful for intranet sites but if you want to build a public site with probable need of handling high volume then request based framework like Spring MVC would be more suitable.