[EMAIL PROTECTED] wrote: > I would really like to see the Collections framework be supported, with > mapping of java.util.Map to <struct> and java.util.List to <array>.
I second that, and have a question (sorry if it's dumb) - in various places the current API uses Vector, is this really required? List would be better and still be backwards-compatible with client code. Good to see some discussion here :) Holger
