From: Eric B. R. <eb...@tc...> - 2006-03-08 00:29:56
|
On Mar 7, 2006, at 1:28 PM, Holger King wrote: > Dear group, > > in former webmacro releases a "Context"-class method called "recycle > ()" was available. This method has changed in current releases. Can > you tell me the corresponding java method in webmacro release 2.0.1? I think we got rid of this because Context creation is a pretty cheap operation nowadays, and the advantages of caching/pooling/recycling Contexts didn't outweigh the added code we had to maintain. Simply make a new Context in the same manner that you created the original. eric |