SAX vs DOM parser

In the last series we have explained about DOM parser in the article "Create and read XML files using DOM Parser". In today's article we will discuss about SAX Parsing model and also see the difference between SAX and DOM parser.Simple API for XML (SAX) parsing is different from DOM as it … Continue reading

All about Google Analytics

What is Google Analytics (GA)?As the name suggests GA is free and easy to use analytical software generating detailed statistics about the visitors to a website. Google does provide Google Analytics Premium service for high end business service and support. Why do we need Google Analytics?We need … Continue reading

Introduction to JMS

What is JMS?Java Message Service (JMS) API is a part of the Java Enterprise Edition (JEE) specification. JMS is all about sending and receiving messages between two or more clients. It is a specification that describes a method by which Java programs to create, send and receive messages. JMS … Continue reading