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.
JAXRS path param will be used for mapping of path variables by using @Path annotation.
JAX-RS queryparam example retrieving query parameter value from the query string in Jersey rest API
JAX-RS matrix parameters example demonstrates how you retrieve parameter value from the request using @MatrixParm annotation in Jersey rest API.
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.
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!
How to read .properties file in java especially single
.properties file or multiple properties file in Java spring framework is very easy.