CountDownLatch example
[caption id="attachment_454" align="aligncenter" width="300"] Click here to see the Applet in action.[/caption] As shown above,...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on January 20, 2014 ·
5 mins read
[Mockito] Mocking void methods to set a passed in parameter
Consider the following badly designed code: public interface BadPrecedentService { void setThePassedInList(List items); }...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on January 14, 2014 ·
1 min read
Installing java plugin for Firefox in Fedora
Java plugin should be enabled by default in Firefox when Fedora is installed. This is...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on March 01, 2013 ·
1 min read
Installing Fedora 18
Installing the full distribution from usb stick Just before I begun my installation from the...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on February 03, 2013 ·
5 mins read
Making iText work with Indic scripts
Why iText does not work properly for Indic Scripts? There are a number of threads...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on December 22, 2012 ·
6 mins read
[Example] Hibernate One-To-Many bidirectional relation
Let us consider the relation between Semester and Subjects. A Semester has a collection of...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on November 25, 2010 ·
2 mins read
[How To] Handle Oracle TimeStamp with TimeZone from Java
Oracle TimeStamp with TimeZone: A Critical Analysis For storing the TimeZone information in TimeStamp, Oracle...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on November 01, 2010 ·
15 mins read
Using custom data type in Hibernate
Why need custom data type? I have a java.util.Calendar object which I want to persist...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on October 31, 2010 ·
4 mins read
Id generation in Hibernate with Sequence
I have the following SQL Script: CREATE SEQUENCE MY_SEQ START WITH 1 INCREMENT BY 1;...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on October 31, 2010 ·
1 min read
Annotation based Spring MVC, how tos
I will list here the common how to-s for the new Annotation based Spring MVC....
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on September 05, 2010 ·
11 mins read