Understanding of High Availability NFR (Non Functional Requirement)

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 »

JAX-RS : Get Cookie value using @CookieParam in Jersey

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 »