You could just introduce a caching filter in front of the pages, right?

On Wed, Mar 4, 2009 at 12:54 PM, Vinayak Borkar <[email protected]> wrote:
> 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: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to