MINNEAPOLIS — When Rep. Michele Bachmann grabbed the microphone and electrified a crowd of Tea Party loyalists in her home state of Minnesota on Thursday, her words — as well as a few other characteristics — bore striking similarities to another galvanizing force within the movement: Sarah Palin.
Palin and Bachmann have emerged as leading figures [...]
Archive for the ‘IT/Computers’ Category
Tea for Two: Partiers Bask in the Glow of Palin and Bachmann
SAXParser Example
// —————————————————————————–
// SAXExample.java
// —————————————————————————–
// imports
import java.io.*;
import java.net.URL;
import org.xml.sax.*;
import org.xml.sax.helpers.DefaultHandler;
import javax.xml.parsers.SAXParserFactory;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.parsers.SAXParser;
/**
* —————————————————————————–
* Demonstrate how to use SAX.
*
* @version 1.0
* @author Muhammad Abid (abidshafiq479@hotmail.com)
* @author http://www.techstop.abidshafiq.com
* —————————————————————————–
*/
public class SAXExample extends HandlerBase{
// Store the locator
Locator locator;
[...]
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 [...]
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 [...]
I want you…!
stars are shinning in the black
hearts are beating in the mind
life is running on the way
i am missing you all the way.
come to see me i can see you
come to hug me i can hug you
life or dead whats you want
i can give if you not.
think you were mine
when i created myself
think you no where
when [...]
XML Schema Design Pattern Introduction
Here we shall define the four most used design patterns regarding XML schema, which are Russian Doll, Salami Slice, Venetian Blind, and Garden of Eden. These patterns can be distinguished by two easy conventions,
Ease of use for instance developers
Ease of reuse for schema developers
XML Schema
XML structures schema define a class of documents by using schema components to constrain and provide meaning to the documents, usage and relationship among their parts, like, data types, elements and attributes in addition with values. It provides the schema for specification for further information of document. Thus formally can be said that,
“XML Schema: Structures can be used to define, describe and catalogue XML vocabularies for classes of XML documents.”
Work, Family, Health, Friends and Spirit
Imagin life as game in which you are juggling some five balls in the air. You name them – Work, Family, Health, Friends and Spiri and you are keeping all of these in the Air.
You will soon understand that work is a rubber ball. If you drop it, it will bounce back.
But the other four balls – Family, Health, Friends, and spirit – are made of glass. If you drop one of these; they will be irrevocably scuffed, marked, nicked, damaged or even shattered. They will never be the same. You must understand that and strive for it.
WORK EFFICIENTLY DURING OFFICE HOURS AND LEAVE ON TIME. GIVE THE REQUIRED TIME TO YOUR FAMILY, FRIENDS AND HAVE PROPER REST.
XML Namespace
To avoid the conflict in xml schema namespace is the solution.
It provides the way to define a unique identifier in a schema context. In an XML schema, you can create elements and types, which are named distinctively within the namespace of the schema. An element is the namespace’s definition scope, which can override a namespace declaration defined in a parent element. Given that a namespace defines a context in which identifiers must be unique, schemas can safely integrate definitions from other namespaces—even those with the same names

Posted in
Tags: 





