Converting a java project to a dynamic web project in Eclipse, so that you can deploy your web application to a local server.
http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/
This was a quick solution to select an html submit button and make it the default when a user clicks enter from certain or all input elements on the form using jQuery.
http://greatwebguy.com/programming/dom/default-html-button-submit-on-enter-with-jquery/
A Cross site scripting solution using a servlet filter and HttpServletRequestWrapper to encode parameter value's as they're retrieved by your application
http://greatwebguy.com/programming/java/simple-cross-site-scripting-xss-servlet-filter/