We have a large Java Swing application that we'd like to add an "online help" system to. Does anyone have any reccomendations? I've only heard of JavaHelp and the Eclipse help system, but I'm not sure if either is a good choice. Are there any other mature, useful online help frameworks for a Java Swing application ?
|
Development of JavaHelp seems to be very slow these days. Oracle Help is similar to JavaHelp, but more actively maintained. Oracle Help includes OHJ (help for Java applications or standalone help viewer) and OHW (web-based help system). |
|||||||
|
|
I attempted to integrate JavaHelp 2.0_05 (from 2007) into NetBeans 7.2. After about a day and a half, I was not able to get the demo applications to run in NetBeans. Then I stumbled upon this post and decided to check out OHJ. After 2 hours, I had OHJ up and running in my main application. I leveraged the CSHDemo.java demo as an example and my application now pulls up the help pages for the CSHDemo. I would recommend Oracle Help over JavaHelp based on my experience. I found the documentation that accompanied OHJ to be more useful that JavaHelp. In addition, the OHJ examples were very straightforward and I think that led to the quick integration into the main application. I struggled a lot with JavaHelp so I thought this information would be helpful for those struggling as well. My 2c. |
|||
|
|