MySQL provides two types of locking mechanism. Read lock are shared and write lock works in exclusive fashion,...
Read More →The Post describes about the Junit 4.5 new features, like assumption , theories and datapoints and Hamcrest features...
Read More →How Jailer a data base sub select tool can be used to extract only the required interrelated necessary data from a huge database without affecting the invariant like foreign constraints and that can easily be utilized for Junit Testing. ...
Read More →The Spring org.springframework.mail package provide a great abstraction for sending email, it takes care of all the low level trival details. This post specifies how to configure Spring for sending electronic emails 1. Java Class to Send Email Using Spring...
Read More →We all works for some live projects, we do development in local, test in some QA environment and then deploy it to production. Generally while porting our application from one enviromnet to other, we need to make some configuration changesĀ for...
Read More →While developing with Android many a times we face problem with LBS (Location Based Services). But, it become more complex process to get first-fix, as we have to take care all the perspective regarding location provider. Location provider can be...
Read More →