Re: java.lang.ref in GWT

2009-04-25 Thread zold...@gmail.com
not), it will be eligable for garbage collection. Others can probably tell you which browsers to  watch out for (IE6?), and some pitfalls that might cause problems (circular references?) On Apr 23, 6:41 am, zold...@gmail.com zold...@gmail.com wrote: I have GWT application. Use loads page, then visits links (I

java.lang.ref in GWT

2009-04-23 Thread zold...@gmail.com
I have GWT application. Use loads page, then visits links (I use GWT's Hyperlink, so page is not reloaded). Amount of data that page contain is increased (I use AJAX requests to get data from server). I have some data that shouldn't necessarily exist always, I can load it from server again. Is