VOOZH about

URL: https://www.javacodegeeks.com/author/arpit-aggarwal/page/2

⇱ Arpit Aggarwal, Author at Java Code Geeks - Page 2 of 3


  • Enterprise Java👁 spring-interview-questions-answers
    Arpit AggarwalMay 16th, 2017
    0 126

    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👁 Image
    Arpit AggarwalMay 11th, 2017
    0 1,019

    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👁 spring-interview-questions-answers
    Arpit AggarwalJanuary 26th, 2017
    3 4,067

    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👁 Image
    Arpit AggarwalJanuary 18th, 2017
    0 763

    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👁 Image
    Arpit AggarwalDecember 27th, 2016
    0 179

    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👁 java-interview-questions-answers
    Arpit AggarwalDecember 23rd, 2016
    0 125

    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👁 spring-interview-questions-answers
    Arpit AggarwalJuly 18th, 2016
    7 1,774

    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👁 Image
    Arpit AggarwalJune 14th, 2016
    0 309

    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👁 Image
    Arpit AggarwalDecember 19th, 2015
    1 138

    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 »
  • «
  • 1
  • 2
  • 3
  • »
Back to top button
Close