Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    Zend Framework – Concepts

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    Zend Framework is a collection of 60+ components. They are loosely connected with each other. They can be used as both stand-alone component as well as a group of components…

    Continue ReadingZend Framework – Concepts

    Neo4j – Where Clause

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:0 Comments

    Like SQL, Neo4j CQL has provided a WHERE clause in the CQL MATCH command to filter the results of a MATCH Query. Syntax Following is the syntax of the WHERE…

    Continue ReadingNeo4j – Where Clause

    Zend Framework – MVC Architecture

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    Before proceeding with this chapter, let us have a brief understanding of MVC. A Model View Controller is a software approach that separates the application logic from the presentation. In practice, it…

    Continue ReadingZend Framework – MVC Architecture

    Java StAX Parser – Overview

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Java/XML
    • Post comments:0 Comments

    StAX is a Java-based API to parse XML document in a similar way as SAX parser does. But there are two major difference between the two APIs − StAX is…

    Continue ReadingJava StAX Parser – Overview

    Java JDOM Parser – Modify XML Document

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Java/XML
    • Post comments:0 Comments

    Demo Example Here is the input text file that we need to modify − <?xml version = "1.0" encoding = "UTF-8" standalone = "no"?> <cars> <supercars company = "Ferrari"> <carname…

    Continue ReadingJava JDOM Parser – Modify XML Document

    Java JDOM Parser – Create XML Document

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Java/XML
    • Post comments:0 Comments

    Demo Example Here is the XML file that we need to create − <?xml version = "1.0" encoding = "UTF-8"?> <cars> <supercars company = "Ferrari"> <carname type = "formula one">Ferrari…

    Continue ReadingJava JDOM Parser – Create XML Document

    Java JDOM Parser – Query XML Document

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Java/XML
    • Post comments:0 Comments

    Demo Example Here is the input xml file that we need to query − <?xml version = "1.0"?> <cars> <supercars company = "Ferrari"> <carname type = "formula one">Ferarri 101</carname> <carname…

    Continue ReadingJava JDOM Parser – Query XML Document

    Zend Framework – Skeleton Application

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    Let us create a skeleton application using the Zend Framework MVC layer and module systems. Installation using Composer The easiest way to create a new Zend Framework project is to…

    Continue ReadingZend Framework – Skeleton Application

    Zend Framework – Installation

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    To install the Zend Framework, we must first install the Composer and the latest version of PHP as shown in the following steps. Install Composer − Zend uses Composer for managing…

    Continue ReadingZend Framework – Installation

    Java JDOM Parser – Parse XML Document

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Java/XML
    • Post comments:0 Comments

    Steps to Using JDOM Following are the steps used while parsing a document using JDOM Parser. Import XML-related packages.Create a SAXBuilderCreate a Document from a file or streamExtract the root…

    Continue ReadingJava JDOM Parser – Parse XML Document
    • Go to the previous page
    • 1
    • …
    • 465
    • 466
    • 467
    • 468
    • 469
    • 470
    • 471
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP