Useful documents

PyHJB online documentation

PyHJB has lots of good source code documentation, available in the docstrings of its functions, classes and modules. You can

  • browse the docstring documentation online in html (built with the excellent Epydoc)
  • browse the full source (including the documentation) via trac

HJB documents

Much of PyHJB's capability depends on the functionality provided by HJB which in turn depends on JMS.

In particular,

  • command list lists the various URL patterns that a HJB server supports.

JMS documents

HJB provides access to the Java Message Service (JMS) API, which is an API for accessing enterprise messaging systems. It is part of the Java 2 Platform, Enterprise Edition (J2EE). More information about it can be found at the following links