Java

Erik's Pulse: 2006-02-28

3 min read

Erik's weekly column published in the Javalobby Newsletter.

Read more →
Java

TestNG Generator for IDEA

<1 min read

TestNG Generator is an IDEA plugin, based on Alex Nazimok's JUnit Generator. It is a very simple plugin that generates a TestNG test class skeleton for all o…

Read more →
Java

Crawlers Detection in Java

<1 min read

As I was testing my link redirector Servlet for the linkblog, Rick asked what I was doing about search engine crawlers. I told him I was inspecting the user-…

As I was testing my link redirector Servlet for the linkblog, Rick asked what I was doing about search engine crawlers. I told him I was inspecting the user-agent on all requests and excluding anything with the words bot, crawler or spider, which I knew was not hardly enough. I was ready to live with it, when I suddenly remembered that AWStats, my favorite logfile analyzer, does a pretty good job at keeping track of robots/spiders. It actually includes a Perl module with around 400 regexp user-agent matches for all sort of known robots, spiders and crawlers. I converted the AWStats lookup data into a Java class,…
Read more →
Java

Erik's Pulse: 2006-02-21

3 min read

Erik's weekly column published in the Javalobby Newsletter.

Read more →
Java

My Java Cursor

<1 min read

I was reading this article on enabling animated pointers in Windows XP and thought to myself that it would be nice to have a Java-themed mouse cursor. I took…

Read more →
Java

Erik's Pulse: 2006-02-14

3 min read

Erik's weekly column published in the Javalobby Newsletter.

Read more →
Java

Erik's Pulse: 2006-02-07

3 min read

Erik's weekly column published in the Javalobby Newsletter.

Read more →