users@jaxb.java.net

AW: The com.sun.xml.bind.util.ListImpl story

From: Wiedmann, Jochen <jochen.wiedmann_at_softwareag.com>
Date: Tue, 4 Nov 2003 18:49:58 +0100

> I just think there's too much complexity involved in your
> proposal. I think better long-term approach is to eliminate
> the need for the wrapping altogether.

> It just makes things simpler.

I agree. My personal opinion is, that whoever wants that much
control on the list, should better have accessor methods like

    void addFoo(String pFoo);
    String[] getFoos();
    void clearFoos();

Whoever's happy with accessing the list directly, should also be
happy to deal with defaults and fixed values himself. How about
an update of the spec in that direction?


Jochen