[Json-rpc-java] Garbage collector
Charles SALMON
salmon.charles at gmail.com
Mon May 28 15:38:25 SGT 2007
Hello,
Can somebody explain me how is done the garbage collector (on Java side)
when dealing with object created on javascript side.
The goal is to know when the class instances created on client side will be
clean up on server side.
Let's take an example:
- My web application (client side, javascript) create one 'references' to a
Java class : javaInst1
- The web application will then use the javaInst1 for its need, then delete
the 'javaInst1' javascript variable:
More information about the Json-rpc-java
mailing list