From: Michael P. <mp...@ph...> - 2001-02-19 04:53:17
|
I already have dymanic library loading working in IE and am in the process of working out the bugs with the NS code. It can be seen in action here . It loads the core code required to use the api and then loads the library that extends the internal String object. The fiorst alert is the code as it was downloads and the second is the newly created method of the string object created by executing the downloaded code. All of the code execution is handled automatically by the URL IO handler. Dan Steinman wrote: > Somewhere along the line someone got confused. In respect to WebOS we're doing dynamic loading of the libraries with layer-sourcing for Netscape, and Iframe/content downloading for IE4 and 5 respectively. Library loading differs from server-side communication. For that we're using static frames and IFrames for Netscape/IE respectively. Not that it couldn't be done with a Java applet though, that's also a perfectly valid way to do the communication bridge also. > > My ServerTask was very simple really, I think the version supplied by Pascal was the latest version that I was working with. However I was having some browser crashes in Netscape when using it. I couldn't figure out why it was happening at the time, but it may be more stable with the latest DynAPI. > > Dan > > On Sun, Feb 18, 2001 at 03:49:59PM -0500, Robert Rainwater wrote: > > > > You can do it in any language (JSP, asp, php, etc). I think if we set > > up a standard way of creating the server-side components, they can be > > ported from language to language. Then each component would have the > > same functionality no matter what server-side language you use. > > > > -- > > // Robert Rainwater > > > > On 2/18/2001, 2:38:04 PM EST, Matthew wrote about "[Dynapi-Dev] Dynamic Loading.": > > > > > Are you talking about a serverside Java component? I think one of the > > > main problems is the Macintosh client side java support. JS has no way > > > to talk to a Java Applet on the Mac IEs. I'll have to take a look at my > > > Remote Scripting stuff but I am pretty sure that's the conclusion that I > > > came to. > > > > > M. > > > > > -----Original Message----- > > > From: Robert Rainwater [mailto:rra...@ya...] > > > Sent: Sunday, February 18, 2001 11:35 AM > > > To: DynAPI Development List > > > Subject: Re[2]: [Dynapi-Dev] Dynamic Loading. > > > > > > > > > Does anyone have Dan's old servertasks objects (Pascal? Dan?). I > > > think that creating server side components is the only way to create > > > truly cross-browser loading. > > > > > > > > ---------------------- > > DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ > > DynAPI Homepage: http://dynapi.sourceforge.net/ > > > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev -- Michael Pemberton mp...@ph... ICQ: 12107010 |