1 / 14

The Elk Project elk.itn.liu.se

The Elk Project http://elk.itn.liu.se. Ola Stering Uppsala University Sunday, November 6, 2005 Strasbourg. The Elk Project. An open source Java framework that provides the generic functionality required of a JDF-enabled device. Modify JDF instances. Create JDF instances. Send JDF instances.

Download Presentation

The Elk Project elk.itn.liu.se

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Elk Projecthttp://elk.itn.liu.se Ola Stering Uppsala UniversitySunday, November 6, 2005 Strasbourg

  2. The Elk Project • An open source Java framework that provides the generic functionality required of a JDF-enabled device Modify JDF instances Create JDF instances Send JDF instances Execute JDF instances Receive JMF messages Read JDF instances Send JMF messages Receive JDF instances Device

  3. The Elk Project Print Production Workflow JDF Instances JMF Messages The Elk Framework Device Process implementation

  4. The Elk Project • Consists of two parts • The Elk Framework • Mainly specifies interfaces and abstract classes • The reference implementation • Concrete implementations of the framework • Simulated processes • Is deployed as a web application

  5. The Elk Framework • Package name: org.cip4.elk • Interfaces and abstract classes that specify the services needed by a device: • Incoming/outgoing message dispatchers • JMF processors • Queue • Process • Subscription manager • Factory for JDF elements

  6. Architecture Overview HTTP Device Incoming Messaging Gateway QueueStatusProcessor Message Processors Message Processors State Changes State Changes Poll for new job Job Queue Process Subscription Manager Outgoing Messaging Gateway HTTP

  7. Overview of Important Classes org.cip4.elk.device <<interface>>IncomingJMFDispatcher <<interface>>OutgoingJMFDispatcher org.cip4.elk dispatches JMF to JDFElementFactory <<interface>>JMFProcessor <<interface>>SubscriptionManager org.cip4.elk.device org.cip4.elk.queue <<interface>>Process <<interface>>Queue

  8. Reference Implementation • Package name: org.cip4.elk.impl • Concrete implementations of the classes defined in the Elk Framework: • Servlet for receiving JMF • Outgoing dispatcher for sending JMF • >10 JMF processors • Memory-based subscription manager • Memory-based queue • Approval process, ConventionalPrinting process • MIME package reader

  9. Elk Reference Device KnownMessagesJMFProcessor QueueStatusJMFProcessor HoldQueueJMFProcessor DispatchingJMFServlet SubscribingIncomingJMFDispatcher ResumeQueueJMFProcessor MemoryQueue CloseQueueJMFProcessor OpenQueueJMFProcessor ElkStartupServlet SubmitQueueEntryJMFProcessor ConventionalPrintingProcess DeviceConfig StatusJMFProcessor FileUtil EventsJMFProcessor StopPersChannelJMFProcessor AsynchronousHttpOutgoingJMFDispatcher SimpleSubscriptionManager

  10. To Be Done… • The Elk Framework • Add/refactor as reference implementation evolves • Reference implementation • Full compliance to Base ICS Level 3  • Other ICS’s • Add support for all JMF message types • Secure messaging as defined in JDF 1.3 • Full subscription/persistent channel support • Receive MIME  • Submit MIME • Full queue support • Device capabilities  • More process implementations Volunteers?

  11. Live Demo • http://clabu2.itn.liu.se/elk/jmfThe reference implementation web application. Send a KnownMessages Query to it to find out what it can do. • http://clabu2.itn.liu.se/elk/ A GUI for the Elk Device. The Queue and Configuration of the Device can be viewed. • HELK – Human operable ELK, a human Device.

  12. Why Elk? • The Framework • Implement a JDF Device • Simulate processes • The reference implementation • Simulation of processes • Testing, Elk is conformant with Base ICS • Getting to know JDF/JMF

  13. More Information • The project web site: http://elk.itn.liu.se • Binaries • Source code • Documentation • Javadoc • Developers Tutorial • Design, UML diagrams • Tools used: CIP4 JDFLib-J, Jakarta HttpClient, Servlet API • A JDF-enabled Workflow Simulation Tool, Claes Buckwalter, TAGA 2005 Proceedings

  14. Thank you for listening! Ola Steringolst6875@student.uu.se

More Related