Paul,

        That looks fairly accurate to me.

        I would add though, that for "con #2", if you are trying to launch
        the user's browser from within a Java application, it is no simple
        task to do so in a platform independent way across various browser
        choices. I have tried to do so following many references found in
        these groups/forums with limited success. We are currently using
        JavaHelp.

-------------------------------------------------------------------------
From:   SMTP%"[EMAIL PROTECTED]"  "Paul Kavanagh"  8-NOV-2002 14:36:19.64
To:     SMTP%"[EMAIL PROTECTED]"
CC:     
Subj:   JavaHelp or plain HTML ?

Return-Path: <[EMAIL PROTECTED]>
Received: by egh.com (MX V4.2 AXP) with SITE; Fri, 08 Nov 2002 14:36:18 EST
Received: from eos.dk (eos.dk [62.242.69.42]) by Newman.egh.com (8.9.2/8.9.1)
          with SMTP id OAA06680 for <[EMAIL PROTECTED]>; Fri, 8 Nov 2002 14:48:54
          -0500 (EST)
Received: (qmail 19560 invoked from network); 8 Nov 2002 19:34:17 -0000
Received: from localhost (HELO eos.dk) (127.0.0.1) by eos.dk with SMTP; 8 Nov
          2002 19:34:17 -0000
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 19501 invoked from network); 8 Nov 2002 19:33:53 -0000
Received: from softface1.conxion.com (206.204.71.12) by eos.dk with SMTP; 8 Nov
          2002 19:33:53 -0000
Received: from pcpaul ([207.20.36.102]) by softface1.conxion.com
          (8.11.6/8.11.0) with SMTP id gA8JML300522 for
          <[EMAIL PROTECTED]>; Fri, 8 Nov 2002 11:22:21 -0800
From: "Paul Kavanagh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: JavaHelp or plain HTML ?
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Importance: Normal
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.1
Precedence: bulk
List-Help: <mailto:advanced-swing-request@;eos.dk?subject=help>
List-Post: <mailto:advanced-swing@;eos.dk>
List-Subscribe: <http://eos.dk/mailman/listinfo/advanced-swing>,
    <mailto:advanced-swing-request@;eos.dk?subject=subscribe>
List-Id: Advanced Java Swing programming <advanced-swing.eos.dk>
List-Unsubscribe: <http://eos.dk/mailman/listinfo/advanced-swing>,
    <mailto:advanced-swing-request@;eos.dk?subject=unsubscribe>
List-Archive: <http://eos.dk/pipermail/advanced-swing/>
Date: Fri, 8 Nov 2002 11:33:52 -0800

Hi,

I'd like your opinions on the following proposal from my product manager:

He'd like us to deliver all help screens as HTML pages installed on client machines or
client app server, NOT as JavaHelp.

Here are the pros, according to him:

  1.. JavaHelp is difficult to produce (even with RoboHelp's assistance)
  2.. JavaHelp is not actively supported by Sun.  Its part of their 100%
Java thing, but they have precious few resources devoted to making it
better.
  3.. We have to produce HTML before converting it to JavaHelp, so the
JavaHelp step is an extra we may not need.
  4.. I don't think our users will be confused by seeing HTML pages when
they click help.
  5.. Concentrating on making better HTML based help without the
restrictions of porting it to JavaHelp will allow us to better leverage our
Help/Doc/Spec efforts
  6.. HTML-help will allow the transition to help for Web-clients easier.
  7.. HTML-help will allow us to refer to further documentation maintained
from the corporate website and provide a seamless transition to that
content.


And the cons:

  1.. Would have to store the HTML help pages and images somewhere (either
on client machine or on App server)
  2.. User moving from client app to help and back means opening up their
browsers
  3.. JavaHelp is deliverable as a jar (or jars) installed along with
everything else, HTML-based Help install would require something different.
  4.. We'd would apparently lose the "100% Java" status

I've not used JavaHelp for quite a while, so would appreciate some opinions from more 
recent
JavaHelp users.

Thanks in advance,
-Paul

_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to