Re: [jelly] variable scope

2002-10-03 Thread James Strachan
From: Jason Horman [EMAIL PROTECTED] I am creating objects via usebean that are quite large, 300-400mbs. What are my options currently for removing these objects from memory once I am done with them? Right now I am doing this: useBean var=largeObject class=blah/ bsh:script

[jelly] variable scope

2002-10-02 Thread Jason Horman
I am creating objects via usebean that are quite large, 300-400mbs. What are my options currently for removing these objects from memory once I am done with them? Right now I am doing this: useBean var=largeObject class=blah/ bsh:script jellyContext.removeVariable(largeObject);