java

Java JEE related post, Java tutorial, Java Threading, Java collection, Java data structure, basic of Java, Java dates, Java loop

Servlet Best Practices

Java Servlet Best Practices. This post is about tips and techniques for JSP servlet best practices for developer architect. Servlet-based technologies designed to make web application development easier and more effective.

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 ยป