JavaMicroWeb on Source Forge http://sourceforge.net/projects/javamicroweb You have obtained the project called JavaMicroWeb. This is a small Java project aimed at creating HTML pages using Java instead of other technologies such as JSP, PHP and the likes. Also, JavaMicroWeb utilises all the language features available in Java 1.6. I believe that it is easier to use Java to create some active web pages than other languages that fail to have the same flexibility as Java. Furthermore, if one can program in Java, why learn another language? Finally, the tools available in supporting Java are so phenomenal and free (beer and speech), it is a breeze to write anything in Java with little effort. There are great projects that already do much better than this project, such as Spring. However, bigger projects have to take into account backward compatibility, and it is taking a long time to adopt the latest feature of the Java language, for fear of breaking older applications. I fully respect that. However, I want to use generics to make the code easier to maintain. So, this is my attempt at creating a new framework based on those principles. I hope you find it useful.