[899] in java-interest
Re: java newbie questions
daemon@ATHENA.MIT.EDU (Kevin Krom)
Mon Aug 14 15:37:47 1995
Date: Mon, 14 Aug 1995 11:42:58 +0500
From: krom@cgi.com (Kevin Krom)
To: java-interest@java.sun.com
Bob Hiscock <webco@sentex.net> writes:
> Question #1
>
> Is there a version of Java that works with Linux? Windows 3.1? Windows '95?
Linux -- unsure, if there is, it is Alpha 2
3.1 -- no, there is no threading support
'95 -- not yet, Sun apparently has a common NT/'95 version (Alpha 3) that
they are holding off releasing until they fix some of the major bugs.
> Question #2
>
> Where can I get the FAQ on Java?
If you find out, tell me.
> Question #3
>
> Specifically, how will Java benefit someone whom does a lot of HTML authoring?
That depends on what you do in HTML. This is not flippant -- what I mean is
that the specific application of java is important. Let's look at a simple
example -- ESPN's scoreboard (courtesy of J. Payne). While the scores are
updated constantly, Mosaic and Netscape users have to re-load the page to see
updates. Java users see the changes as they occur -- real-time updates.
The same principles are applied to a greater extent in jMUE:
Peter Parnes <peppar@cdt.luth.se> writes:
} Announcing Java Multiuser Environment - jMUE
} <URL:http://www.cdt.luth.se/~peppar/java_MUE.html>
}
} jMUE is an application that allows for users all around the world to
} communicate through a HTML page. This is done using multicasting and the
} Multicast Backbone (MBone)... [stuff deleted]
}
} In version 0.1 you can see all users running the applet currently. Each user
} can set a personal message using the buttons in the top part of the applet or
} type in a message of her own. When the user's applet was last active is also
} shown before the name of the user. Below this there is a small drawing-area
} where users can draw simultainasly. Everything drawn is shown on all the other
} applets, even the rubber-functions while drawing lines and boxes. In this
} first version lines and rectangles can be drawn and text can be typed in. The
} applet keeps working and receiving messages from the net even if you leave the
} HTML-page it was included into so you won't miss anything :-)
Or how about an interactive stock-market page? The "main" area could be used
for real-time interactive stock trading, while a "ticker-tape" quote board
scrolls across the screen. Several stocks or averages could have continuously
updating graphs showing current values and trending information.
What you can accomplish is limited only by your imagination. The key
differences between java pages and non-java pages are:
* Java pages can have embedded applications (applets)
* Non-java pages are limited to static (snapshot) information
> Question #4
>
> Is there a beta version of Java I can download to use?
No. The beta version is under development, but is not available from Sun,
and will not be available until next year.
--
Kevin M. Krom, Software Engineer Phone: (412) 642-6900 x242
Carnegie Group, Inc. Fax: (412) 642-6906
5 PPG Place, Pittsburgh PA 15222 Email: krom@cgi.com
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com