hi james

i'd like to start adding some enhancements to betwixt. my starting to do 
list is:

1. add property getter and setter for the XMLIntrospector used by 
BeanWriter. (allowing the introspection behaviour to be altered)
2. add a very simple logging method (probably just a log(String) method in 
the introspector with a debug property printing to standard out). this can 
be replaced by a more comprehensive system later.
3. solve the problem of infinite loops. (BeanWriter loops when you have 
cyclic references). you should be able to spot these by using a stack. at 
the very least, an exception can be thrown when a cycle is spotted rather 
than looping forever.

what do you think?

- robert


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to