You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Stefan Fußenegger <st...@molindo.at> on 2011/03/16 15:05:29 UTC

Serving Wicket Resources from CDN (Announcement/Tutorial)

Hi all,

I've just released a new version of wicketstuff-merged-resource to Maven
Central. It supports serving wicket-mounted resources through CDNs using a
pretty simple URL coding strategy (which may be used on its own too). This
only works for CDNs that fetch the resources as users request them though,
i.e. not those that require you to upload first. Amazon CloudFront would be
such a CDN.

For those interested:
http://techblog.molindo.at/2011/03/serving-wicket-resources-from-cdn.html
Download:
http://repo1.maven.org/maven2/at/molindo/wicketstuff-merged-resources/3.1-alpha-1/
GibHub: https://github.com/molindo/wicketstuff-merged-resources

Hope you like it.

Cheers, Stefan