A document-oriented database is a designed for storing, retrieving, and managing document-oriented, or semi structured data. Document-oriented databases are one of the main categories of NoSQL databases. The central concept of a document-oriented database is the notion of a Document. While each document-oriented database implementation differs on the details of this definition, in general, theyContinue reading “11 OPEN Document-Oriented Databases which comes under NoSQL DB Category!”
Author Archives: Lijin
Wink – A framework for RESTful web services from Apache
Apache Wink 1.0 is a complete Java based solution for implementing and consuming REST based Web Services. The goal of the Wink framework is to provide a reusable and extendable set of classes and interfaces that will serve as a foundation on which a developer can efficiently construct applications. Taken from Apache Wink official site:Continue reading “Wink – A framework for RESTful web services from Apache”
Story of an Old Carpenter
“Your life today is the result of your attitudes and choices in the past. Your life tomorrow will be the result.” This is a story of an elderly carpenter who had been working for a contractor for the past 53 years. He had built many beautiful houses but now as he was getting old, heContinue reading “Story of an Old Carpenter”
Creating Web Services using CXF (Contract first Approach) Part 2 : WSDL Creation.
What is WSDL and what its Structure? A WSDL document defines services as collections of network endpoints, or ports. In WSDL, the abstract definition of endpoints and messages is separated from their concrete network deployment or data format bindings. This allows the reuse of abstract definitions: messages, which are abstract descriptions of the data beingContinue reading “Creating Web Services using CXF (Contract first Approach) Part 2 : WSDL Creation.”