Sandeep Rawat

Sandeep Rawat

Property file reader

Azure DevOps Integration

In my current project we have some property files and we need to read properties from those property files, so we come up with an approach to read property files. The main points that we need to focus was 1.)…

JSR-303

Azure DevOps Integration

JSR-303 The main idea behind JSR-303 is to have a common approach for validation at all places of the application in a simplistic way. The bean validation is built keeping in mind the validation process as a kind of meta…

Bean validation JSR-303

Azure DevOps Integration

In my current project we are working on a web-application using JBoss Seam. One of the very common requirements while working on a web application is validating the data contained in a bean. Seam is powered with annotation based validation,…

2010 Focus

Azure DevOps Integration

So a new year has begun it’s the time to plan things for this year. It’s good to plan things in advance 🙂 atleast you dont need to plan every time, you already have things that you need to focus…

Introducing EasyMock

Azure DevOps Integration

This blog will share my understanding about EasyMock, before moving forward to EasyMock first want to tell you about what is Mock and what is Mock Object and there purpose. One of the web definition of Mock is “An intimation…