Tuesday, April 23, 2013

SaaS(Multitenant) Application Design Best Practices

Overviw: Now-a-days with the increasing popularity and penetration of the cloud, SaaS (Software as a Service) is rapidly becoming the preferred software delivery model for organizations across the world - software buyers as well as vendors. In SaaS model, software is centrally hosted by the vendor (service provider) in the cloud and accessed by the users over the Internet...

Saturday, November 12, 2011

Introduction to X-Path

XPath XPath is a language for finding information in an XML document. XPath uses path expressions to navigate in XML documents. XPath is a W3C recommendation The basic XPath syntax is similar to filesystem addressing. If the path starts with the slash / , then it represents an absolute path to the required element.   /AAA Select the root element AAA ...