[jboss-dev-forums] [JBoss XML Binding Development] - Re: XB profiling during the AS start-up
adrian@jboss.org
do-not-reply at jboss.com
Wed Sep 30 13:30:16 EDT 2009
"bill.burke at jboss.com" wrote : Adrian, I'd have to disagree as the number of JbossXB classes will probably be very similar to the number of JAXB annotated classes that AS will use.
Which actually argues against it being the classloading making a difference in this test. ;-)
| $ jar -tf jboss-xml-binding.jar | wc -l
| 351
|
So your argument is reversed once there are more than ~350 classes in all the object models that need to be parsed, e.g.
| $ jar -tf jboss-metadata.jar | wc -l
| 812
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257960#4257960
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257960
More information about the jboss-dev-forums
mailing list