Davanum Srinivas wrote:
Me Neither. We need to fix it.
-- dims
On 9/30/05, Tom Jordahl <[EMAIL PROTECTED]> wrote:
Simon Fell wrote:
It seems incredable to me, that you need to generate 20x more files
than
Axis 1.1, yet its considered acceptible, Am I the only one that thinks
this is completely out of control ?
Nope.
--
Tom Jordahl
Macromedia Server Development
A lot of this stuff is XMLBeans, which shows massive code generation
when faced with any moderately complex schema.
I am personally backing off from it for other reasons, related to
general flexibility and XSD handling. I find XmlBeans works for
generating messages, but is not adequate for endpoints receiving fairly
complex documents with lots of extensibility points.
Instead I've got an initial Xom to Axis2 bridge going, using someone
else's StaX parser support for Xom, and, on the xom to Axis2 side,
saving the XML to a buffer and reparsing. Something better there would
be nice, though I dont find it a performance issue right now...