Welcome to , a repository of technical articles. Here are the most recently posted articles:

A Hello World Web Service Using Metro, Tomcat and Eclipse
This article describes the steps to install, configure and run a "Hello, World" Web service using Apache Tomcat 6.x, Metro 2.1 and Eclipse Helios using Java 6.
XML Schema and Namespaces
Namespaces in XML are a way to organize names (e.g. element names) so as to avoid name conflicts. XML Schema lets you define the rules for XML content so that a given XML document is correct for your application. This article discusses how the two concepts interact.
Java Inner Classes
Inner classes are syntatic feature that was added to Java in JDK 1.1. They provide a convenient way for a developer to define classes within the body of another class. This article discusses the how and why of inner classes.

For older articles, click here.