1998Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Java and Javascript -->
<!--X-From-R13: Qnyvona Fverfvnf Rnexybpx <pnyvonaNqnexybpx.pbz> -->
<!--X-Date: Thu, 26 Feb 1998 03:21:20 +0000 -->
<!--X-Message-Id: 199802260321.WAA25098#relay,mnsinc.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199802170049.TAA01114#relay,mnsinc.com -->
<!--X-Reference: Pine.LNX.3.96.980218122307.664A&#45;100000#mpc,dyn.ml.org -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  Java and Javascript</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:caliban#darklock,com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00594.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00596.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00770.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00599.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00595">Author</A>
&nbsp;|&nbsp;<A HREF="#00595">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00595">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Java and Javascript</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev]  Java and Javascript</LI>
<LI><em>From</em>: Caliban Tiresias Darklock &lt;<A HREF="mailto:caliban#darklock,com">caliban#darklock,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 25 Feb 1998 22:21:46 -0500</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On 03:48 PM 2/25/98 +0000, I personally witnessed Matt Chatterley jumping
up to say:
&gt;On Mon, 16 Feb 1998, Caliban Tiresias Darklock wrote:
&gt;&gt; At 03:37 PM 2/16/98 +0000, Matt Chatterley wrote:
&gt;&gt; &gt;On Mon, 16 Feb 1998, Caliban Tiresias Darklock wrote:
&gt;&gt; &gt;&gt; At 11:11 AM 2/14/98 +0000, Mat Chatterley wrote:
&gt;&gt; &gt;&gt; &gt;
&gt;&gt; &gt;&gt; &gt;Absolutely agreed that the browser interface is not useful. If
anything,
&gt;&gt; &gt;&gt; &gt;it means a waste of resources!
&gt;&gt; &gt;
&gt;&gt; &gt;Albeit in a slightly ranty form, this contains some very interesting
&gt;&gt; &gt;points (and I'm not certain to what degree this is serious, but in either 
&gt;&gt; &gt;case, an interesting attitude - not necessarily Caliban's). Dissection in
&gt;&gt; &gt;parts follows.
&gt;&gt; 
&gt;&gt; Well, I went flying off on a tirade as usual. I have a tendency to do that,
&gt;&gt; and I just hope I'm not leaving people with the idea that I'm some bitter,
&gt;&gt; pathetic jerk who has nothing better to do than argue with people. ;)
&gt;
&gt;Don't worry, we know you love us really. ;)

If I didn't, would I post here? ;)
  
&gt;My client is
&gt;actually building up to being 'canned' by the way; it exists as a series

&gt;of Java classes (I think some will soon be Java.beans, once I get another
&gt;text on them), and will *very* shortly have the ability to automatically
&gt;download and update itself (asking for permission first). 

Why would you ask permission? I mean, have you ever been offered a free
upgrade to the latest version of a program and said 'No'? If you do this
right and don't have to download the whole thing over again but only the
pieces that have changed, why would anyone *not* want to upgrade? If you
can think of some reasons, why not just look for those reasons up front?
For example, if the system requirements for your client change, why not
check them first and only download the update if the user can support it?

&gt;Re: security bugs in Java, this is somewhat irrelevant, since you cannot
&gt;really code at a more 'basic' level than the language you are using. My
&gt;work would be out a bit faster if it were browser-based, but it wouldn't
&gt;really do what *I* want it to do (and it'd probably be *less* bulletproof,
&gt;since I wouldn't have absolute control over it, or not *as* absolute).

Well, what I was getting at with that is that whenever you start from a
specific codebase like the JDK or a browser or even an SDK or set of
foundation classes, whatever bugs and problems may be in that code will
show up in your own. It's difficult for the user to tell the difference
between a bug in the client and a bug in the underlying framework, so you
end up having to tell an awful lot of people that problem X is not your
fault and to go bug company Z about it. If you write really good code on
top of a buggy framework, YOUR code won't have bugs, and you'll get a
reputation for blaming all the client's problems on other people -- which
is not really fair, is it?

 
&gt;&gt; Consider a framed site, with the terminal session in one frame, a table of
&gt;&gt; contents in another, and the help file in another. I can browse the help
&gt;
&gt;Interesting that you mention this; I intend to allow 'split screens' via a
&gt;separate communication protocol (the mud can send information to the
&gt;client for display in a separate window, do clickable menus, and so
&gt;forth). This would allow this effect to a point; but yes I see what you
&gt;mean. Otoh, I can only work in one terminal at once, and I don't really
&gt;mind having my screen spammed while I read files (although being able to
&gt;read *mail* in a separate window would be very nice).

Imagine being able to read news in one window, mail in another, and play
the game in a third with help files parallel to the active terminal session
-- plus a coding window you can open up for designing your own stuff and
updating it on the MUD. A browser will do all of this with little or no
effort; just do your help system in HTML, run your system's news files as
an NNTP server, your MUDmail system as an IMAP or POP server, stick
sendmail up on the machine... there's a whole lot of functionality you
could handle for your users with simple, easy stuff. Communicator Pro comes
with a 3270 emulator! Let's do a MUD in CICS! :)

Sorry, I get nostalgic for obsolete protocols.

&gt;&gt; and news and all that while I play, without spamming the hell out of my
&gt;&gt; screen. Back and forward are useful there. Someone else could design an
&gt;&gt; add-on product which sat on top of yours, and just run it in a separate
&gt;&gt; frame or window. If I play several games like this, I could fit two or more
&gt;&gt; in the same browser window.
&gt;
&gt;Well, you could always run multiple instances of a client program for the
&gt;same effect. ;)

True, but you could share a lot more code using a single program with
multiple windows.

&gt;Can you anymore add to a client embedded in a webpage than you can
&gt;one which is an application? They'd both just be compiled classes. Unless
&gt;you mean adding other things to the webpage, of course. :)


Aha, but here's the key: a plug-in architecture! Some hooks for people to
write their own add-ons and stick them onto your client! That way, you have
your compiled classes, the third party developers have their compiled
classes, and the user can fire up a scripting host!
 
&gt;!!! The last application I ever tend to run is a web-browser. And then I
&gt;typically use lynx for a few minutes (partly because I don't have enough
&gt;*colours* to run Netscape reasonable due to my video card).

Yeah, you condescending UNIX types always did tend to sniff at the rest of
us for liking color and sound and windows. :P 

Want a better video card? I have several. Mail me your specs, I'll see if I
can do better, and since it's all just junking up my house anyway I'll let
you know what I can do and if you like it we'll see if I can get the thing
mailed out to you free of charge.

&gt;&gt; larger number of people than you realise have their web browsers open all
&gt;&gt; the time *anyway*. I've got three Netscape windows open as we speak. Plus a
&gt;&gt; pair of NetTerm sessions to shell accounts and three MUDs. If I could do
&gt;&gt; all of those in the browser, I would SAVE resources, since the browser
&gt;&gt; would have a significant amount of shared code between windows.
&gt;
&gt;This I'll accept as one point (and another reason why playing the
&gt;'resources' card is iffy, since it varies from user to user).

And operating system to operating system. I tend to be a lot more
conservative running applications under NT Server, a little more
conservative under NT Workstation, and a lot LESS conservative under OS/2.
I still single-task under UNIX, partially because my UNIX knowledge is
incomplete and obsolete so I'm pretty much stuck with 70's era tools there
because they're all I really understand.
 
&gt;It probably averages out; the multimedia aspects of the machine are nearly
&gt;non-existant, because I rebuilt it with Linux in mind, and am not a gamer
&gt;(meaning Doom, et al).

I can help with this, too. I have a GUS MAX sitting around gathering dust,
and I think Linux supports those pretty easily.
 
&gt;A lot of this is already available and useable very simply in Java (one
&gt;reason which contributed to my selecting it). The only thing missing
&gt;currently is sound (not something that really jingles my bells anyway; but
&gt;it might be nice in the future).


? I've used sound in Java before... not like I remember all the details,
but I know I've done it, so it can't be too difficult.
  
&gt;&gt; When I last installed the JDK, I had to manually enter several environment
&gt;&gt; variables and registry keys. It was not something I'd wish on a novice.
&gt;&gt; I've also never had to do that with any piece of software I have ever
&gt;&gt; installed, with the exception of the Gnu Win32 utilities which required a
&gt;&gt; similar setup. (I think it's a UNIX thing. UNIX people seem to have this
&gt;&gt; idea that you should have to prove you're worthy to run their software. So
&gt;&gt; they make you do fifty weird technical things, and if you can manage that
&gt;&gt; then you must know what you're doing.)
&gt;
&gt;I didn't even have to do this with my Linux installation. Unpack, make a
&gt;few symlinks, party.

Of course. You use UNIX. You obviously know what you're doing. Those of us
with WIMP interfaces need to pass a test. :P
  
&gt;&gt; JavaScript is a lot more robust than it used to be. And on the Microsoft
&gt;&gt; front, ASP in particular is an exciting technology. It's starting to look
&gt;&gt; like I may never have to write another CGI script in my life. ;)
&gt;
&gt;I must admit (again) being a bit JScrip ignorant; I've only read snippets
&gt;about it, and can't write it (I only do Java currently). I'm looking into
&gt;it, though. Another book I'd like to buy *sigh*

Sounds like me with Java. I've played with it here and there, but I've been
sort of soured to it by the way Sun's handled it recently. Lately I've
gotten very deep into JavaScript, which is really rather well-done once you
get familiar with it; although I still have some trouble getting working
JavaScript to validate under HTML 4.0, and certain things just never really
work right. CSS complicates things a lot, too.
  
&gt;&gt; &gt;Can't a lot of muds be played single-player (this is an interesting
&gt;&gt; &gt;notion).
&gt;&gt; 
&gt;&gt; Yeah, but they suck. I've tried. ;)
&gt;
&gt;Heh. Roguelike games? ;)

HACK! BWAHAHAHAHA the ultimate game ;&gt;


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00599" HREF="msg00599.html">Re: [MUD-Dev]  Java and Javascript</A></strong>
<ul compact><li><em>From:</em> "Jon A. Lambert" &lt;Jon.A.Lambert#ix,netcom.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00508" HREF="msg00508.html">Re: [MUD-Dev]  Java and Javascript</A></STRONG>
<UL><LI><EM>From:</EM> Caliban Tiresias Darklock &lt;caliban#darklock,com&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00593" HREF="msg00593.html">Re: [MUD-Dev]  Java and Javascript</A></STRONG>
<UL><LI><EM>From:</EM> Matt Chatterley &lt;matt#mpc,dyn.ml.org&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00594.html">Re: [MUD-Dev]  Java and Javascript</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00596.html">Re: [MUD-Dev]  Java and Javascript</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00770.html">Re: [MUD-Dev] Java and Javascript</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00599.html">Re: [MUD-Dev]  Java and Javascript</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00595"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00595"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>Re: [MUD-Dev]  Java and Javascript</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00615" HREF="msg00615.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Jon A. Lambert <a href="mailto:Jon.A.Lambert#ix,netcom.com">Jon.A.Lambert#ix,netcom.com</a>, Fri 27 Feb 1998, 05:43 GMT
<LI><strong><A NAME="00634" HREF="msg00634.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sat 28 Feb 1998, 00:44 GMT
<LI><strong><A NAME="00639" HREF="msg00639.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Jon A. Lambert <a href="mailto:Jon.A.Lambert#ix,netcom.com">Jon.A.Lambert#ix,netcom.com</a>, Sat 28 Feb 1998, 03:02 GMT
</LI>
</LI>
</LI>
<LI><strong><A NAME="00770" HREF="msg00770.html">Re: [MUD-Dev] Java and Javascript</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 19 Mar 1998, 22:41 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00595" HREF="msg00595.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Thu 26 Feb 1998, 03:21 GMT
<UL>
<LI><strong><A NAME="00599" HREF="msg00599.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Jon A. Lambert <a href="mailto:Jon.A.Lambert#ix,netcom.com">Jon.A.Lambert#ix,netcom.com</a>, Thu 26 Feb 1998, 05:41 GMT
<UL>
<LI><strong><A NAME="00602" HREF="msg00602.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Thu 26 Feb 1998, 06:24 GMT
<LI><strong><A NAME="00612" HREF="msg00612.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Jon A. Lambert <a href="mailto:Jon.A.Lambert#ix,netcom.com">Jon.A.Lambert#ix,netcom.com</a>, Fri 27 Feb 1998, 04:38 GMT
<LI><strong><A NAME="00619" HREF="msg00619.html">Re: [MUD-Dev]  Java and Javascript</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Fri 27 Feb 1998, 07:53 GMT
</LI>
</LI>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>