[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Data binding size
I checked and here are the results:
alpha-4 (alpha-4-xmltypes.jar) is 222612 bytes
the three libraries are:
jaxen-1.1-beta-2.jar 223259 bytes
xbean.jar 1903579 bytes
xbean_xpath.jar 15704 bytes
So under 2.5 megs for the data bindings. At least xbean.jar is included for
exception throws if the parser does not work, but that of course could be
optimized out -- just including the exception class by itself. I expect if
that is the case, then the data bindings would be around 250K.
Yuzo