[
http://jira.jboss.com/jira/browse/JBWS-925?page=comments#action_12383398 ]
Alexander Philippou commented on JBWS-925:
------------------------------------------
Fast Infoset can also be used on .NET as a message encoding for WCF-based Web Services.
If you are not convinced yet, check out the size comparisons at
http://www.noemax.com/products/fastinfoset/size_comparisons.html. The point is that you
can get a good reduction of message size without processing performance penalties. Fast
Infoset is also used as a stateful message encoding in the new SOAP/TCP transport, which
is already available for GlassFish and WCF.
Add support for FastInfoset
---------------------------
Key: JBWS-925
URL:
http://jira.jboss.com/jira/browse/JBWS-925
Project: JBoss Web Services
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: jbossws-jaxws
Reporter: Thomas Diesler
Fix For: jbossws-2.1.1
A standard way of doing binary WS is FastInfoset
http://java.sun.com/developer/technicalArticles/xml/fastinfoset/
The Fast Infoset standard draft (currently being developed as joint work by ISO/IEC JTC 1
and ITU-T) specifies a binary format for XML infosets that is an efficient alternative to
XML. An instance of this binary format is called a fast infoset document. Fast infoset
documents are analogous to XML documents. Each has a physical form and an XML infoset.
Fast infoset documents are, given the results presented, faster to serialize and parse,
and smaller in size, than the equivalent XML documents. Thus, fast infoset documents may
be used whenever the size and processing time of XML documents is an issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira