TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Interesting Reply to JavaHelp or WebHelp From:Manjeet Singh <msingh -at- scort -dot- com> To:techwr-l Date:Fri, 07 Jul 2000 16:12:36 +0200
Hi,
I got this very interesting reply from Tim Merrick.
Manjeet
--------------------------------------------------------------------------------
For JavaHelp, users must install the JavaHelp software on their systems
or
have access to it via a network. They also must have the JVM and JRE
(Java
Runtime Environment). Because your software application is written in
Java,
I'm sure your developers are already packaging the JRE. Depending on the
platform, the JRE can be a very large file. In my experience, the JVM
(or
the Microsoft Virtual Machine if you choose to use that) is a relatively
small file. So it's not much of a burden to the user.
Because your application is written in Java, I'd recommend taking a
serious
look at implementing JavaHelp. As far as using WWP, be careful. To my
knowledge, WWP presently supports only JavaHelp 1.0, which has some
significant bugs, including no support for printing topics from the
JavaHelp
system. JavaHelp 1.1 is now available. It, too, has some bugs, but it is
much better than 1.0.
As for WebHelp, it is proprietary to Blue Sky Software, the makers of
RoboHelp. I'd be cautious about committing myself to that scenario. Yes,
JavaHelp is proprietary to Sun, but it is a part of Sun's overall Java
offering. That technology is here to stay. Will WebHelp be around in a
few
years? That's difficult to say.
--------------------------------------------------------------------------------