I would like to create a list in my web application (JSF) which includes all print jobs. A status would be also very helpful (Status 1: currently print 2: waiting)
Another option should be: cancel a selected print job.
How can I do this in Java ?
I would like to create a list in my web application (JSF) which includes all print jobs. A status would be also very helpful (Status 1: currently print 2: waiting)
Another option should be: cancel a selected print job.
How can I do this in Java ?