Paresh Bhavsar
Friday, October 9, 2015
Continuious Integration Using Artifactory and Jenkins
›
What is difference between SNAPSHOT And Version ?
Wednesday, September 9, 2015
Creating Your Own Annotation
›
Create Annotation using @Interface @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) public @interface ServiceType { Typ...
Friday, February 27, 2015
MongoDB Write Operations
›
Write Operations Overview : Write operations modify the data in mongodb. Write operations are atomic at document level. If update opera...
MongoDB Query Plan and Distributed Queries
›
Mongodb query optimizer processes query and chooses the most efficient query plan for query. The results are buffered and query plan is cac...
Mongodb Installation and crud operation with index overview
›
Mongodb current version at the time of writing this blog is 2.8. It can be downloaded from curl -O http://downloads.mongodb.org/osx/mongo...
Tuesday, February 24, 2015
Certificates Using Java KeyTool and Portecle
›
Keystores stores certificates, using below mentioned command mysite-keystore.jks file will be created. There are two password to be provide...
Monday, February 23, 2015
Spring Boot (RESTful WS, https and swagger)
›
RESTful web services provides http endpoints. Http endpoints can have functions like POST, PUT, DELETE and GET. Http methods can be mapped...
›
Home
View web version