users@jaxb.java.net

Unmarshalling

From: Shane Gabie <shane_gabie_at_BANKONE.COM>
Date: Fri, 01 Aug 2003 08:09:45 -0600

Regarding the unmarshalling of xml with JAXB. I have found the processing
time to be quite slow. We must unmarshall potentially thousands per
minute. What I would like to see is a means of overriding the default
implementation of unmarshalling to have jaxb use pre-existing instances of
classes in a collection pool or session beans rather than create instances
from scratch.

Is there any such proposal for this enhancement?