SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-Programming Mailing List Archives

Return to [ 10 | December | 1998 ]

<< Previous Message << >> Next Message >>


Date: Thu, 10 Dec 1998 08:08:15 PST
From: "Rollin White" <rollin@scoug.com >
Reply-To: scoug-programming@scoug.com
To: < "scoug-programming@scoug.com" > scoug-programming@scoug.com >
Subject: SCOUG-Programming: FTP-Java

Content Type: text/plain

On Thu, 10 Dec 1998 04:40:04 PST, Peter Skye wrote:

>I see you nicely documented everything so JavaDoc could do its job.
>Thanks.

It turned out to work well for presentation purposes too.

>- Why is one of the html files named simply ".HTML"? Is there a name
>missing so the JAVADOC generator used a null string? My best guess
>(from the file's contents) is that no package name was specified .. am I
>right?

I think I had an run with Javadoc with incorrect command line parameters or something.

>- Should this be unzipped into \Java11\docs\api (the JavaDoc HTML
>appears to require this, for the images)? Or should the files be split
>into different directories?

There are assumptions about the images. I keep them in a different directory, and suffer without the
images. But it's probably best to move them to the API directory.

>- Non-programming question: I set my Netscape 2.02 associations to
>include "text/html" and "*.htm", "*.html" so I could click on the HTML
>files and open them in Netscape. But Netscape doesn't come up as an
>Open As menu option. What did I forget to do?

You set the associations in Netscape, or for the program object properties of Netscape?

>- When you start your main routine with
>
> public static void main(String args[])
>
> the command line is parsed for the args. Do you know of any way to
>grab the unparsed command line? (A "Java expert" we all know said you
>can't get the unparsed command line, but I figured I'd ask anyway.)

Not off the top of my head.

>- In the main routine, what do the following two lines do (I guess I'm
>still a little hazy on Java syntax):
>
> Communication Client;
> Connection ClientConnection;
>
> I know Communication and Connection are classes. Also, I know that in
>Communication there's

The just create the objects (variables) that we use to manage the connections later.

> What exactly is being allocated here?

One object each. One of the things I don't like about our design (and the way I implemented it), is
that too many of the objects need services of other very specific objects. It would be nice if there
was a touch more distance between these classes.

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".

For problems, contact the list owner at
"rollin@scoug.com".

=====================================================


<< Previous Message << >> Next Message >>

Return to [ 10 | December | 1998 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.