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:RE: Java apps - which help system? From:"David Knopf" <david -at- knopf -dot- com> To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Mon, 15 Oct 2001 09:43:52 -0700
Darren Barefoot [mailto:Darren -dot- Barefoot -at- capeclear -dot- com] wrote:
| I'm confused by your statement that "You can't use browser-based help for
| "pure" Java applications". What do you mean when you say "pure"? I ask
| because I'm pretty sure our GUI is all-and-only Java, and we use
| browser-based help. Thanks. DB.
A pure Java application is an application written in the Java language that
relies only on the documented, specified Java platform. Pure Java
applications do not use native methods, do not have external dependencies
(aside from the Java Core APIs), and meet certain other requirements
specified by Sun. For more information, go to http://java.sun.com/100percent/index.html.
The reason you can't use browser-based Help for pure Java applications is
that pure Java applications are not permitted to launch external
applications (unless they too are pure Java). Launching IE or Netscape
violates the pure Java security model.
RoboHelp MVP & Certified RoboHelp Instructor
WebWorks Publisher Certified Trainer
Member, Sun's JavaHelp 2.0 Expert Group
Member, eHelp's RoboHelp Community Advisory Board
Co-moderator, HATT & wwp-users
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Announcing new options for IPCC 01, October 24-27 in Santa Fe,
New Mexico: attend the entire event or select a single day.
For details and online registration, visit http://ieeepcs.org/2001
Your monthly sponsorship message here reaches more than
5000 technical writers, providing 2,500,000+ monthly impressions.
Contact Eric (ejray -at- raycomm -dot- com) for details and availability.
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.