JavaOne 2004 - J2EE and .NET Web Services Interoperability
This session is by the JWSDP product team. (Ramesh, )
Web Services in Java are implemented by
For Xml processing, Java offers
- SAX (Streaming Parser) which is not ver comfortable
- DOM - which consumes A LOT of memory
- JAXB - the logical choice
Web Services in .NET
Application Infrastructure
- Claim - ADO.NET does not support common APIs like in JDBC to support a different provider.
- No SOAP Fault bindings
Overall a pretty nice session - these guys are in benchmark engineering and they have done a great job, given that they have only *very* limited resources on Windows/.NET. Java Performance rocks!
Posted at
06:20PM Jul 01, 2004
by beuchelt in Java |