RE: [Webwork-user] Documentation?
Brought to you by:
baldree,
rickardoberg
From: Hristo S. <hr_...@ya...> - 2000-12-14 18:43:41
|
Hi all-, I have collected some docs in the form of javadoc package level documentation (have not commited them yet!) This is just a simple, but nice HTML intro to the standart javadoc tree. Also, I tested "doclint" and "java2html", which are for doc verification and code cross-referncing. They work pretty much like "ejbdoclet" in the ANT file. If you folks, want PDF docs, we may consider http://xml.apache.org/fop/index.html, which sounds similar to what the Castor team uses ... ======================================= FOP is the world's first print formatter driven by XSL formatting objects. It is a Java application that reads a formatting object tree and then turns it into a PDF document. The formatting object tree, can be in the form of an XML document (output by an XSLT engine like XT or Xalan) or can be passed in memory as a DOM Document or (in the case of XT) SAX events. ...The goals of the Apache XML FOP Project are to deliver an XSL FO->PDF formatter that is compliant to at least the Basic conformance level described in the 27 March 2000 XSL WD, and that complies with the 11 March 1999 Portable Document Format Specification (Version 1.3) from Adobe Systems. ======================================== I'll see what is the total size of this utilities, and if it is acceptable, I'll commit them tonight. Regards, Hristo __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ |