-
Enterprise Java
Handling Events in React
In post Rendering RESTful service with React we created simple UI which render employee list fetched from RESTful service. As…
Read More » -
Enterprise Java
Configuring multiple context root for a single webapp – JBoss
Sometime back we made changes to our application to support multiple context root leveraging JBoss capabilities by defining one in…
Read More » -
Enterprise Java
Setting TTL for @Cacheable – Spring
Today I was asked to set the expiry time of cache for some of the keys our application is using,…
Read More » -
Core Java
Expected Exception Rule and Mocking Static Methods – JUnit
Today I was asked to consume a RESTful service so I started implementing it following Robert Cecil Martin’s rules for…
Read More » -
Software Development
Writing RESTful Service using Node, Express and MongoDB
Looking at the popularity of Node.js, I thought of learning and creating a rest api that should create, delete and…
Read More » -
Enterprise Java
Deploying RESTful Service on Cloudfoundry
In this post, we will deploy RESTful service on Cloudfoundry using Pivotal Cloud Foundry (PCF) Dev. As creating a restful…
Read More » -
Enterprise Java
Writing and Consuming SOAP Webservice with Spring
In the era of RESTful Web Services, I got a chance to consume SOAP Web Service. To do the same…
Read More » -
Software Development
Microservices fault and latency tolerance using Netflix Hystrix
Recently in one of my project I got a requirement to execute a fallback call for a failing webservice call.…
Read More » -
DevOps
Dockerizing Web Application with Puppet
In post Installing Puppet Modules – Librarian Puppet we provisioned a Vagrant VM to install the puppet module from Puppet Forge using librarian-puppet,…
Read More »