Home » Archive

Articles Archive for February 2008

Featured, Java »

[14 Feb 2008 | No Comment | 5,476 views]
Longest Increasing Subsequence

A classic computer science problem. The problem is finding the longest increasing subset of numbers within a given set. This article presents a solution in Java.

Apache, Featured, Tomcat »

[14 Feb 2008 | 2 Comments | 10,738 views]
Apache, Tomcat cluster, load balancing using mod_jk

This article discusses how to configure multiple Tomcat instances to balance work load using mod_jk Apache connector.

JEE, JMS »

[13 Feb 2008 | No Comment | 2,043 views]
JMS Internals

This article explains JMS architecture, message models, messaging domains and various components in a JMS system. It begins with the basics and explains some powerful yet not well known techniques and concepts. Techniques like pausing message delivery, selecting messages etc explained.

Apache, Featured »

[13 Feb 2008 | No Comment | 885 views]
Apache, OpenSSL

This article discusses how to configure Apache and OpenSSL to serve https content.

Featured, Java »

[8 Feb 2008 | No Comment | 1,018 views]
Boggle

A Java implementation of the popular word game.