[jboss-dev-forums] [JBoss XML Binding Development] - Re: XB profiling during the AS start-up
jason.greene@jboss.com
do-not-reply at jboss.com
Wed Sep 30 12:50:19 EDT 2009
"alex.loubyansky at jboss.com" wrote : Fast jaxb doesn't parse schema itself. It maybe the SAX parser behind the scene. But the same SAXParserFactory is used by XB. All the initialization is in the test. XB does enable validation and schema awareness. There must be something else.
Yes this is what I was referring to. Making sure they have identical sax parsers and configuration.
One issue I just noticed is that the generated parser does a if/else switch style tree with equalsIgnoreCase(). JBossXB uses maps internally, so this could be one area of difference.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257939#4257939
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257939
More information about the jboss-dev-forums
mailing list