load external image from url and use it application wide

2010-05-09 Thread Christoph Grün
Hi, I would like to load an image from an external url, store it in a domain object and use it application wide without reloading it again from that URL. It should be only loaded the first time it is accessed, then stored in the domain object. In the constructor of the domain class, I have

Re: load external image from url and use it application wide

2010-05-09 Thread Zilvinas Vilutis
There are examples how to load external images here: https://cwiki.apache.org/WICKET/how-to-load-an-external-image.html All you've got to do is implement your own image cache Žilvinas Vilutis Mobile: (+370) 652 38353 E-mail: cika...@gmail.com On Sun, May 9, 2010 at 7:23 AM, Christoph Grün