Archive for February, 2010

HTML Forms

HTML Forms Forms are a very important tool for the webmaster to collect information from the web, like: name, email address, credit card, etc. A form will take input from the viewer and depending on your requirements; you may store up that information into a folder, place an order, gather user information, register the person [...]

SOAP- Simple Object Access Protocol

What is SOAP? SOAP stands for Simple Object Access Protocol SOAP is a communication protocol SOAP is for communication between applications SOAP is a format for sending messages SOAP communicates via Internet SOAP is platform independent SOAP is language independent SOAP is based on XML SOAP is simple and extensible SOAP allows you to get [...]

Java XML API comparison

Feature StAX SAX DOM TrAX API Type Pull, streaming Push, streaming In memory tree XSLT Rule Ease of Use High Medium High Medium XPath Capability Not supported Not supported Supported Supported CPU and Memory Efficiency Good Good Varies Varies Forward Only Supported Supported Not supported Not supported Read XML Supported Supported Supported Supported Write XML [...]