Re: Static generation of pages from Wicket

2009-03-04 Thread James Carman
Yeah, scratch that idea.  I thought you meant from your own server.
You could try something like HTTrack (http://www.httrack.com/) and
point it at your local installation of Wicket.  Once you "download"
the entire site, you just zip it up and upload it.

On Wed, Mar 4, 2009 at 2:18 PM, Vinayak Borkar  wrote:
> James,
>
> We are planning to use Amazon S3 to host all static pages -- The idea is to
> create a CNAME to the vhost on S3. This way all pages get served from S3.
>
> How would I use the caching filter to do this? I have no way to intercept
> the request once it is made to S3.
>
> Thanks,
> Vinayak
>
> James Carman wrote:
>>
>> You could just introduce a caching filter in front of the pages, right?
>>
>> On Wed, Mar 4, 2009 at 12:54 PM, Vinayak Borkar  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: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



Re: Static generation of pages from Wicket

2009-03-04 Thread Vinayak Borkar

James,

We are planning to use Amazon S3 to host all static pages -- The idea is 
to create a CNAME to the vhost on S3. This way all pages get served from S3.


How would I use the caching filter to do this? I have no way to 
intercept the request once it is made to S3.


Thanks,
Vinayak

James Carman wrote:

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

On Wed, Mar 4, 2009 at 12:54 PM, Vinayak Borkar  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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




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





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



Re: Static generation of pages from Wicket

2009-03-04 Thread James Carman
You could just introduce a caching filter in front of the pages, right?

On Wed, Mar 4, 2009 at 12:54 PM, Vinayak Borkar  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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



Re: Static generation of pages from Wicket

2009-03-04 Thread Igor Vaynberg
you can try wickettester

-igor

On Wed, Mar 4, 2009 at 9:54 AM, Vinayak Borkar  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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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