Working with Users
[Previous] [Main] [Next]

Working with Users

The JAWS environment lends itself to some special considerations.

One example that has appeared several times in this presentation is the need to divide your application into several jar files. The purpose is to make sure the users are not downloading large files that haven't changed. For example, in one of my applications the help file is 4 megabytes. The user should NOT have to download this 4 megs when I make a bug fix to the application code.

Here are a few other examples.