Currently, I am manually entering a specific code every 15 minutes into a text box in the database. If the code is valid, it generates a report in HTML format which I then print out. My new requirement is to automatically schedule a print job every 15 minutes without needing to enter the code each time. The trip codes I use are examples like 0015, 0030, 0045, 0200...
, representing different times such as 12:15am, 12:30am, 2:00am, etc. The platform I am using is Java, Struts, and JSP.