[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
Using Log4j with Maven Jetty plugin
No extra configuration is needed. If log4j.xml or log4j.properties is present in the classpath, it...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on July 21, 2008 ·
1 min read
Running Jetty from a custom port through Maven
There are two options: pom.xml: org.mortbay.jetty maven-jetty-plugin 6.1.10 ... jetty.port 8080 command prompt: mvn -Djetty.port=8090...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on July 21, 2008 ·
1 min read
Connecting to MsSql through JDBC
I was not able to connect to MsSql using JDBC. I was using the host...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on July 21, 2008 ·
1 min read