Hello,

What is the recommended technique for generation of pages (usually served by wicket in a web server), statically so that they can be served by say, a CDN.

I want to use Wicket since its great for iterative development. However, all my pages are stateless and hence do not need to persist state on the server. In order to scale, I want to generate the pages in an offline stage and distribute them on a CDN.

One option I have is to use wget to build the entire site statically. Is there a more "Wicket" approach to do this?

What techniques would you suggest?

Thanks,
Vinayak

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

Reply via email to