Sample JZOS servlets

General discussion on the JZOS batch launcher and toolkit
Post Reply
PaulB
Posts: 1
Joined: Mon Mar 07, 2005 10:44 am
Location: Bournemouth, UK

Sample JZOS servlets

Post by PaulB »

Can anybody point me at sample servlets that use JZOS classes like zFile?
I should really go and learn Java properly but am trying to teach myself using examples. I have coded batch Java that prints a SYS1.PARMLIB member and can code a simple servlet that displays simple HTML, but combining the two is not so straightforward, especially for somebody brought up on Assembler and Rexx!
Thanks
dovetail
Site Admin
Posts: 2025
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Paul,

We plan on building a sample Servlet project, similar to the SampleBatch project that we recently released. In the mean time, you might take a look at the SampleBatch project, the com.dovetail.jzos.testing package and the com.dovetail.jzos.servlet package.
Post Reply