Web Services

  • MongoDB

    MongoDB

    MongoDB is a open source document storage system and leading NoSQL & Un-Structured database. MongoDB is written in C++ programming… Read More

  • Http Methods and purpose

    HTTP METHOD CRUD ENTIRE COLLECTION (E.G. /USERS) SPECIFIC ITEM (E.G. /USERS/123) POST Create 201 (Created), ‘Location’ header with link to… Read More

  • Java Heap Memory | Garbage Collection

    Java provide automatic memory management through a program called Garbage Collector. Garbage Collection will be carried out by daemon thread… Read More

  • How to access Tomcat Admin manager console from another remote machine ?

    By Default, Tomcat Admin console can be accessed only in the machine(if necessary roles are set) it is running via:… Read More

  • SOAP – A Web Service Protocol

    SOAP (Simple Object Access Protocol) is a transport protocol for sending and receiving requests and responses on XML format, which… Read More

  • ACID Properties

    ACID Properties ACID properties are an important concept for databases or data sharing techniques. The acronym stands for Atomicity, Consistency,… Read More

  • How to decide whether SOAP or REST ?

    Here is few parameters you can consider based on your requirement when choosing type of Web Services 1. Formats of Data… Read More

  • Web Serivices

    Web services are client and server applications that communicate over the World Wide Web’s (WWW) via HyperText Transfer Protocol (HTTP).… Read More

  • How to add cacerts to the machine ?

    How to add cacerts to the machine ? keytool -importcert -alias xyzsl -trustcacerts -keystore cacerts -storepass changeit -file xyz/xyz.cer keytool… Read More

  • What is Web services ?

    Web Services is a service can be written in any supporting languages such as Java, .Net … Web Services establishes communication… Read More