Currently the conversion occurs when a value is looked up and not when it is initially read in. It makes more sense to convert when you read in, though this slows down loading time.
It would make th erest of the systme nicer as special variables like 'type' do not have to be able to fit into the system. Optionally, every HierarcahialMap needs to have a Value for when values are set directlry on it. ie) Our nodes may be leafs too. |
|
Comment by bayard [ Tue, 4 May 2004 21:38:15 -0700 (PDT) ] |
| Nope, bad idea. Instead will hold onto the type information in a value rather than doing lots of upfront conversion. Node's cannot be leafs too, this breaks JNDI. |