Recursively deleting a row in a table having Foreign Key Constraints
An oft encountered and irritating scenario while working with a database is when we come...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on June 30, 2009 ·
5 mins read
Saving EMF to XML
Lets say we want to serialize an EObject to XML. The code is given below....
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on June 17, 2009 ·
1 min read
[Fedora] Getting up and running with postgres in 2 mins
I am very fascinated with Postgres, right since I hard about it, around 2002. Compared...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on May 03, 2009 ·
2 mins read
[How to] Make custom search with Nutch(v 1.0)?
What is Nutch? Nutch is an open source web crawler + search engine based on...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on April 29, 2009 ·
6 mins read
Jar Browser
This is a Swing app to look for a class, package or any resource in...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on April 18, 2009 ·
1 min read
A simple wait notify example
At times we often need to fetch an object which might take a long time....
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on April 17, 2009 ·
1 min read
Why Teneo wont work with Ehcache?
The first problem is that by default EMF classes are not Serializable. The very first...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on April 03, 2009 ·
5 mins read
Configuring connection pooling with Teneo
Connection pooling is one thing that needs to be done on a production server. Spring...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on April 02, 2009 ·
3 mins read
Unblocking SELinux
Today, while I was trying to access MySQL through PHP on HTTPD Apache server, I...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on October 01, 2008 ·
1 min read
Replacing all occurances of a given pattern using Regex
/** * Replaces all occurances of the pattern regex with the String ...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on July 30, 2008 ·
1 min read