MongoDB Quiz
MongoDB questions for practice series is used for cracking your MongoDB interview. I tried to put together some questions in a different section of MongoDB
MongoDB questions for practice series is used for cracking your MongoDB interview. I tried to put together some questions in a different section of MongoDB
Understanding of High Availability of nonfunctional requirements is not easy, it’s an art with science. Being an architect, it is very important to understand cost vs acceptable downtime. I mean to say, how much cost you are going to invest on servers and how much your acceptance on downtime? These are essential things before committing
Understanding of High Availability NFR (Non Functional Requirement) Read More »
What is distributed system? Sometimes, this is very critical to define a system, whether the provided system is distributed or not? well, so this completely depends on the surrounding attributes which you are looking for.
What is Distributed System Read More »
Java to JSON conversion by using Google’s famous library Gson. There are different libraries available to convert from java object to JSON and JSON to Java Object. The 2 are the most popular first one is Google’s Gson API and the other is Jackson API.
How To Convert Java Object to JSON using Google’s Gson Read More »
JAX-RS cookie example using @CookieParam annotation in Jersey rest API, for retrieving cookie parameter in Jersey rest API. Server can store state information in cookies on the client, and the same can be retrieved that information when the client makes its next request. Many web applications use cookies to set up a session between the
JAX-RS : Get Cookie value using @CookieParam in Jersey Read More »
JAX-RS headerparam used for binding of request header values and retrieving of header param values in the controller.
JAX-RS : Binding of Request header using @HeaderParam in Jersey Read More »
JAX-RS path parameter using @PathParam annotation for retrieving path param variables.
JAX-RS: How to Get Values from @PathParam in Jersey Read More »
In JAX-RS, mapping of formParam in the controller/service method is very easy by using @FormParam annotation.
JAX-RS : Binding of Html Form Fields Using @FormParam annotation in Jersey Read More »
How to Install MongoDB on Windows OS is very easy by following these powerful steps.
How to Install MongoDB 3.2 on Windows Read More »
Install MongoDB CentOS Linux or RedHat Enterprise Linux with step by step process.
How to Install MongoDB 3.2 on CentOS 6.5 or Redhat Enterprise Linux Read More »