How about this: http://cvs.apache.org/~martinc/javasrc-struts/
I used JavaSrc for this (available from SourceForge). I think it gives you everything java2HTML gives you, and more. You don't have to add anything to the source files, either. It would only take a few minutes to add the appropriate Commons classes to this, too, as well as any others we wanted to link to. -- Martin Cooper On Mon, 6 Jan 2003, Matt Raible wrote: > I don't know if this is a possibility, but it'd be pretty cool to use > Java2HTML to generate browseable source code from the JavaDocs. I use this > and it's pretty slick - all that's required is a simple link in the JavaDoc > comments: > > <a href="ClassName.java.html">View Source</a> > > And then users can see the source. I run a j2h task that javadoc depends on > to produce this. > > See example at: > > >http://www.raibledesigns.com/downloads/appfuse/api/org/appfuse/persistence/BaseDAOHibernate.html > > Look for the "View Source" link. > > Probably a lot of work to add this to all the classes, but I'd be willing to > help out and submit patches if you think it's a good idea. > > Matt > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
