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 to [...]
Archive for February, 2010
SOAP- Simple Object Access Protocol
Posted by mabid on February 22nd, 2010
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 [...]
Java XML API comparison
Posted by mabid on February 22nd, 2010
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 [...]

Posted in
Tags:






