RE: Configurable Resource's url (use CDN or not)

2012-10-03 Thread David Loidolt
Dear All, I'm currently experiencing some problems using SimpleCDN in Wicket 1.5.4 in combination with mountResource for image/texttemplate/css resources. When used, the according resources are then no longer resolved via CDN but served from the origin host as relative paths. Works: -- Inside

Re: Configurable Resource's url (use CDN or not)

2012-01-30 Thread willo
Dear all, Looks like molindo isn't going to upgrade their solution to wicket 1.5. Is there something build into wicket 1.5 where serving resources via CDN's is easily done? Many thanks Thomas -- View this message in context:

Re: Configurable Resource's url (use CDN or not)

2012-01-30 Thread Martin Grigorov
Hi, See http://blog.55minutes.com/post/16529577810/simplecdn-and-the-newly-released-fiftyfive-wicket-3-2 On Mon, Jan 30, 2012 at 5:30 PM, willo wi...@test.at wrote: Dear all, Looks like molindo isn't going to upgrade their solution to wicket 1.5. Is there something build into wicket 1.5

RE: Configurable Resource's url (use CDN or not)

2012-01-30 Thread Chris Colman
Grigorov [mailto:mgrigo...@apache.org] Sent: Tuesday, 31 January 2012 3:46 AM To: users@wicket.apache.org Subject: Re: Configurable Resource's url (use CDN or not) Hi, See http://blog.55minutes.com/post/16529577810/simplecdn-and-the-newly- released-fiftyfive-wicket-3-2 On Mon, Jan 30, 2012 at 5:30

Configurable Resource's url (use CDN or not)

2011-10-12 Thread Fabio Cechinel Veronez
Hello all, I would like to implement my resources references (css files, js files like jquery and sfuff) instances in a way that I could change the URL it uses at head tag at runtime. My goal is to easily change whether my references are fetched from a CDN repository or internally by my own