Monday, March 22, 2010

Java Design Patterns

A few years back, as an exercise, I went thru the book - "Software Architecture Design Patterns in Java" by Partha Kuchana and created java programs for all the examples stated in this book. I dug up that code recently and decided to post it here. Click here to download the source code.

Disclaimer: All the java code has been written by refering to examples in "Software Architecture Design Patterns in Java" by Partha Kuchana

This above book is a very good read and a simple introduction into design patterns. Please refer to the README file located in the source code zip file.

Saturday, March 13, 2010

Setting up Subversion with Apache


Set up Apache

1. Download the latest version of Apache Server from
http://httpd.apache.org/download.cgi

2. Follow the instructions and install the apache server.

3. Make sure apache server is running as a windows service which is recommended. It will also help you access via http to SVN if apache is running in the background as a windows process. Rather than having to manually manage it.

First Blog

Let's start blogging !!!