
Browse the code directly at svn.byteworksinc.com
or checkout the projects with your Subversion client from https://svn.byteworksinc.com/public.
|
| This is an example I built for my
students at Centriq Foss for the JSP module. It demonstrates a layered
architecture with a controller and minimal Servlet code. The
controller has a faux database using static Maps. |
WidgitJSTL.zip |
| This basic Struts application was
built as a basis for comparison to my Struts EL/JSTL example (see
below). |

WidgitStruts.zip |
| Our servers are a year away from
JSP 2.0. In the interim I plan to use the Struts 1.1 EL/JSTL taglibs.
This gives my team JSTL tags and EL parameters in the Struts-EL and
JSTL tags. Outside of the tags they can use EL in the <c:out>
tag until we upgrade to WAS 7 (we are skipping WAS 6). |

WidgitStrutsEL.zip |
| This is a very basic example of a
RMI Quartz Job Scheduler. It has a batch file to start and stop the
scheduler (modeled after Tomcat's batch script). That calls a
BootStrap class that talks to a Scheduler Controller. It has one demo
Scan Directory Job that scans an import directory for XML files and
prints the file name. The Job is from Chuck Cavaness' upcoming book on
Quartz. |

AcmeBatchServer.zip |