Re: applets, servlets (communication)

2000-07-07 Thread Sven . Daumann
rvlet ObjectInputStream in = new ObjectInputStream(request.getInputStream);Object object = in.readObject(); To send data from the Servlet to the Applet works vice versa with resonse . Sven Daumann   -- To UNSUBSCRIBE, email to [EM

Re: RMI and netscape

2000-06-30 Thread Sven . Daumann
RMI. I my opinion, the Applet and the RMI Server must on the same Computer Sven Daumann > > > John Salvo > > Rajesh Patel wrote: > > > > > > Netscape Communications Corporation -- Java 1.1.5 > > Type '?' for opti

Re: RMI and netscape

2000-06-29 Thread Sven . Daumann
ll use the plugin your HTML page must look like the attachment All messages from the Applet are written to Plugin console, please activate the console in ~/.netscape/java/ControlPanel.html Sven Daumann (See attached file: applet.html) Title: AppletTest AppletTest alt="Your br