Posted on November 9th, 2010 by Rahul Sharma
The Issue Now-a-days every library that you use is Annotations based. Annotations offer a better readable approach over the traditional XML approach. But there is a problem while using annotations, you can not force a class to have some annotations in place. You can say it with XMLs by creating some abstractions but you can [...]
Filed under: Uncategorized | No Comments »
Posted on November 3rd, 2010 by ShriKant Vashishtha
Software development is all about incremental functional development. However we find a great impedance mismatch between development and testing synchronization. Though we talk about continuous integration and verification, most of the user stories come for verification only at the end of sprint which pose a major challenge in front of the testers just because of [...]
Filed under: Agile, Agile Testing | 8 Comments »
Posted on November 2nd, 2010 by Robin Nagpal
Web Workers defines an API that can be used for running scripts in background threads. In traditional browsers javascript was capable of running in a single thread, due to which it was difficult to run background tasks. Also the capabilities and performance of client side applications were limited. However, there are some asynchronous functions like [...]
Filed under: HTML, HTML5, Javascript, Uncategorized | 6 Comments »
Posted on November 1st, 2010 by Rohit Garg
Simple and basic steps and options that will help you to implement Network based messaging using Spring integration framework.
Filed under: Blog, Java, Spring | 8 Comments »