JAX-RS : Mapping of URL Using @Path Annotation in Jersey
JAXRS path param will be used for mapping of path variables by using @Path annotation.
JAX-RS : Mapping of URL Using @Path Annotation in Jersey Read More »
JAXRS path param will be used for mapping of path variables by using @Path annotation.
JAX-RS : Mapping of URL Using @Path Annotation in Jersey Read More »
JAX-RS queryparam example retrieving query parameter value from the query string in Jersey rest API
JAX-RS : How to Get Values from @QueryParam in Jersey Read More »
JAX-RS matrix parameters example demonstrates how you retrieve parameter value from the request using @MatrixParm annotation in Jersey rest API.
JAX-RS : How to Get Values from @MatrixParam in Jersey Read More »
4 Types of NoSQL databases: document-oriented, key-value store, column-based store, and graph-based store. Optimized for heavy write workload and heavy read workload on a large scale. Key features: Performance, horizontal Scalability, replication, clustering etc.
4 Types of NoSQL databases Read More »
[contact-form-7 id=”3968″ title=”Contact form 1″] Note: If you are interested to be author and to contribute tutorial/article/post , please submit contact form or send mail on mysoftkey[dot]com[@]gmail[dot]com
HTTP status codes are very much important in the restful web service and we should use appropriate status code from the server. HTTP provides response codes to inform clients of the status of their request. Use them carefully!
Understanding of HTTP Response Code Read More »
How to read .properties file in java especially single
.properties file or multiple properties file in Java spring framework is very easy.
How to Read key value from .properties file in Spring Read More »