public marks

PUBLIC MARKS from bcpbcp with tags java & web

February 2006

Processing XML with the XML Pull Parser

(via)
The DOMParser is probably the most commonly used Java object for reading and validating XML documents. The DOMParser reads the XML and (depending on the parser initialization) will validate the XML against an XML schema. If the XML is valid, the DOMParser will return a Document (DOM) object, which represents the XML as a tree structure. The XML can be processed by walking this tree. An example of how the DOMParser can be applied to processing arithmetic expressions in XML format is discussed on a companion web page.

January 2006

Slashdot | Quake2 Ported to Java, Play Via the Web

German software developer ByTonic software, you can now play Quake2 via the web with Jake2 a java port of ID Softwares seminal Quake2.

November 2005