|
From: William G. T. Jr. <wg...@rc...> - 2003-04-15 12:40:20
|
Isabelle Muszynski wrote: > Hi everyone, > > I've thought some more about the tutorial web app and have come to the conclusion that the bookstore is probably much too ambitious for the first release. So I've come up with an alternative : a vet's practice. There are animals, species and patient history data. So the number of screens would be very limited : welcome (choose a patient), consult patient's file and add new incident to file. I'll furnish the database scripts for oracle and mysql. I'm also looking into xdoclet to auto-generate deployment descriptors for at least jboss, weblogic and maybe jrun. > > As for the format of the docs : easiest for me is latex, from there I can generate both html and pdf. Anybody got a better suggestion? > > Isabelle > The Forrest project from Apache is looking very promising. Source documentation format is in XML and the tag set is very accesible. Using the provided XSLT stylesheets you can generate HTML, PDF, etc. You can see the examples at: http://xml.apache.org/forrest/index.html Regards, Bill |