Re: Suggestions for providing online help in a struts web app

2005-02-07 Thread Joe Germuska
This is just a glimmer, but over the weekend, as part of pushing the Struts 1.3.0-dev code around a bit, I implemented something like this. In a nutshell, here's what I did. I'm hoping that our direction in the core Struts architecture would make it pretty easy for people to put together a pa

Re: Suggestions for providing online help in a struts web app

2005-02-07 Thread Jeff Beal
Oracle has a pretty complete help system, including full-text search, index, and table of contents, that I've used in the past for context-sensitive help on a desktop application. They also have a servlet that uses the same set of files and a web interface for serving help over the web. I've