From: Rodrigo C. <rn...@gm...> - 2007-02-15 11:19:14
|
Well, just some ideas concerning what I think should be the nature of a "context": - As light as possible to generate, manipulate and access (so just use a simple context with minimun clutter). - Comparable. - Hashable efficiently (good and fast dispertion function). - Possible to associate with VTDNav (so contains a pointer to VTDNav). - Usable in another VTDNav (that's a tricky one, and unsafe, but makes sense if you have various equal VTDNavs and a RMI-based system, so it should be possible despite perhaps including dire warnings in the documentation). Jimmy Zhang wrote: Yes, will try, but then again, there will always be a 2.1 :) |