From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,75f801a441e572e3 X-Google-Attributes: gid103376,public From: jmarten@ibm.net (Jean-Marten Marchi) Subject: Re: Java/embedded Date: 1999/05/16 Message-ID: <373fdd8a.41515466@news2.ibm.net>#1/1 X-Deja-AN: 478435093 Content-Transfer-Encoding: 7bit References: X-Trace: 16 May 1999 11:22:12 GMT, 139.92.77.77 Organization: IBM Global Services - Remote Access Mail & News Services X-Notice: should be reported to postmaster@ibm.net Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada X-Complaints-To: postmaster@ibm.net Date: 1999-05-16T00:00:00+00:00 List-Id: On Wed, 5 May 1999 23:37:44 +0300, Ehud Lamm wrote: >See http://www.ibm.com/embedded/ for IBM tools for "pervasive" computing. >Centered arround Java of course. > >Ehud Lamm mslamm@pluto.mscc.huji.ac.il Thinking to it, there's something i don't understand with Java embedded. You have a remote machine with a JVM running, fine. Since the applets you download on this remote machine are only running inside the JVM, what can they really do, except stealing CPU cycles ? At one time or another, you have to interact with the remote machine, thus breaking the portability of your applet. In this case, what is the JVM good for ?