Sandeep Rawat

Sandeep Rawat

My experience with Git

Azure DevOps Integration

Few days ago I came to know about git, so to give it a try I created an account on github. To those who doesn’t know much about it GIT is a fast version control system :). Since I’m using…

XStream Int parsing issue

Azure DevOps Integration

This blog is about issue in parsing int data from an xml. While working with XStream I experienced a problem, if the xml comprises an int data beginning from 0 XStream was throwing an Exception ConversionException. On digging deeper I…

Template design pattern in action part1

Azure DevOps Integration

So finally I got time to complete the blog 🙂 I’ll discuss about how we can solve the problem using templating design pattern. So what we have done, we have written a Template class “CacheTemplate” having a method getCachedData. getCachedData…