| Java Hello World by Pete Freitag |
| HelloWorld in Java |
| Read command line arguments by Pete Freitag |
| An example that prints in the command line arguments passed into the class when executed. |
| JSP Passing global variables between pages by Pete Freitag |
| Pass application scoped variables between pages in JSP or Servlets |
| Global Servlet/JSP variables in web.xml by Pete Freitag |
| How to set a global variable in web.xml |
| Convert a String to Boolean by Pete Freitag |
| Converts strings like true, false, yes, no, 1, and 0 to a java boolean variable. |
| Enumerating the System Properties in JSP by Pete Freitag |
| Writing the System properties with JSP |
| View java class metadata with Java reflection by Pete Freitag |
| Use introspection to view the contents of an instance of a class. |
| Simple Ant build.xml Build Task by Pete Freitag |
| A simple example build.xml file with tasks for compiling, running and jaring a java file |
| animate your buttons by Gam Gamage |
| when you move movse over the buttions they will cahange in to another format |
| JSP Filepaths by Greg Alton |
| Get and use a portable filepath in JSP. |
| Bubble Sort by Hemanth |
| Use of Bubble Sort to sort numbers |