From: Panayotis K. <pan...@pa...> - 2010-03-23 17:29:22
|
Java will never stop surprise me! I really didn't know that it supported weak references! Your idea is very good, I'll follow this path, then! -- Panayotis 23 Μαρ 2010, 5:47 μ.μ., ο/η Tor Lillqvist <tm...@ik...> έγραψε: >> although I am not sure that this is something that should be >> exposed in Java, but anyway. > > Java is supposed to have weak references, isn't it? > http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ref/WeakReference.html > So if you expose them to Java as the spec describes, it should just > be a good thing and make even more Java code work with XMLVM. > > --tml |