> As relates the jar issue, since it didn't seem to be part of the > Interface/Impl question except in passing, I thought that would > best be saved for another graphic. Let me know if you feel > strongly that it must be included here.
You are, of course, quite right. The relationship lies in the fact that if you are not able to package and seal jars in the described way, you probably have made a few mistakes when doing separation of interface & implementation. > Regarding your request for me to xdoc this, I have never done > that before. Is it simply a matter of closing all my HTML tags? > Or is there a site somewhere I should go to introduce myself to a > specific methodology? The Jakarta site is generated from XML documents. These are in the src/xdocs directory for any source distribution or in CVS. The format in use for these docs is specified by a DTD in src/xdocs/dtd. More information about the process used when building the site is at http://jakarta.apache.org/site/jakarta-site2.html. Avalon uses a slightly modified system from what is described here, though. You definately won't need to read it all to create a valid xdoc. If you know XML, and CVS, I suggest you checkout the jakarta-avalon module (see http://jakarta.apache.org/site/cvsindex.html) and have a look around in the src/xdocs directory within. I suspect you won't have much trouble creating a usable xml document by following the sources. If not, well, you might need to learn a little about both before you continue. (http://www.cvshome.org/ and www.xml.com). - Leo -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>