Electric
XML is an XML Java parser that has very little memory footprint. This
parser is based on the Glue computing platform. Glue is a modular platform
for web services. It is only 200K jar file that is distributed by embedding.
Any unmodified java object is exposed to this Glue.
_______________________________________________
_______________________________________________
This
parser parses the SOAP messages faster than parsing the DOM objects.
The main goal in the design of this parser is to parse the SOAP messages
faster and it is achieved. This parser also parses the DTD but does
not validate them.
The company
that has create this parser claims that this Electric XML parser works
faster by 3 to 10 times than any other parser in the market. You can
use this parser to generate different types of documents including XHTML
and WML.
XML Namespaces,
XPath and other encodings are supported by this parser. Support for
Unix and Windows is available and you can use this parser with a conditional
license.
Recent Original Stories (OS News)
George Ou compares Microsoft Office 2007 to OpenOffice 2.2 in memory and CPU usage using the OOXML and ODF file formats. The conclusion according to Ou: "We can see that the OpenOffice.org ODF XML parser (while vastly improved) is still about 5 times slower than Microsoft's OOXML parser.
George Ou compares Microsoft Office 2007 to OpenOffice 2.2 (New Mobile Computing)
in memory and CPU usage using the OOXML and ODF file formats. The conclusion according to Ou: "We can see that the OpenOffice.org ODF XML parser (while vastly improved) is still about 5 times slower than Microsoft's OOXML parser.
Polyglot Plurality (Java World)
Submitted by Ted Neward on Wed, 07/02/2008 - 19:13. The Pragmatic Programmer says, "Learn a new language every year". This is great advice, not just because it puts new tools into your mental toolbox that you can pull out on various occasions to get a job done, but also because it opens your mind to new ideas and new concepts that will filter their way into your code even without explicit ...