The ultimate idiot's handbook for build obfuscation
Prologue This piece is dedicated to those demented souls, who bungle around our industry. Their...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on July 27, 2014 ·
6 mins read
Simple ehCache Example
Problem Statement I have a data provider (basically, system-of-record) which can return me a huge...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on July 26, 2014 ·
2 mins read
[Jaspersoft] Creating custom Spring managed DataSource
Problem Statement Often for reporting, we need to gather data from many diverse resources. In...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on July 19, 2014 ·
7 mins read
Demystifying JINI: Non-Secure Server: Part 2
In Part 1, we had sieved through the example available on the JINI site and...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on July 08, 2014 ·
4 mins read
Demystifying JINI: Non-Secure Server: Part 1
Introduction What is JINI? JINI is a framework that enables us to write Java-based distributed...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on June 07, 2014 ·
7 mins read
Displaying large text in a JComboBox
Problem Statement I have a list of texts, some of which are large, and I...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on February 03, 2014 ·
7 mins read
Deploying an Applet with JNLP
JNLP is supposed to be the latest and greatest in the Java Applet world post...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on January 25, 2014 ·
3 mins read
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