Wednesday, November 27, 2013

Friday, September 27, 2013

ClientAbortException

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional...

Friday, August 23, 2013

Refactor package change on whole project (JAVA) or Change package/import of whole project

Some times in our application development we will come across situation like changing the package structure of the project. As all classes present in the project are having the old package and import statement declaration, we have to change it manually or by using some editor. eclipse is not having...

Thursday, July 18, 2013

RESTful Web Service

What Are RESTful Web Services? Representational State Transfer (REST) is an architectural style that specifies constraints, such as the uniform interface, that if applied to a web service induce desirable properties, such as performance, scalability, and modifiability, that enable services to work...

Monday, June 24, 2013

Hadoop ?

What is Hadoop? Hadoop is a free, Java-based programming framework that supports the processing of large data sets in a distributed computing environment. It is part of the Apache project sponsored by the Apache Software Foundation. Hadoop makes it possible to run applications on systems with thousands...