Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #30670
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!fx42.iad.POSTED!not-for-mail |
|---|---|
| Newsgroups | comp.os.vms, comp.lang.java.programmer, comp.lang.javascript |
| Subject | Re: HTTP/2 stole my Applet |
| References | <nk0e09$1a68$1@gioia.aioe.org> |
| From | VAXman- @SendSpamHere.ORG |
| Reply-To | VAXman- @SendSpamHere.ORG |
| Message-ID | <00B0ABEE.100C0E1C@SendSpamHere.ORG> (permalink) |
| Organization | c.2016 Brian Schenkenberger. Prior employers of copyright holder and their agents must first obtain written permission to copy this posting. |
| Lines | 65 |
| X-Complaints-To | abuse@cv.net |
| NNTP-Posting-Date | Fri, 17 Jun 2016 10:58:06 UTC |
| Date | Fri, 17 Jun 2016 10:58:06 GMT |
| X-Received-Bytes | 2997 |
| X-Received-Body-CRC | 485650839 |
| Xref | csiph.com comp.os.vms:58498 comp.lang.java.programmer:34665 comp.lang.javascript:30670 |
Cross-posted to 3 groups.
Show key headers only | View raw
In article <nk0e09$1a68$1@gioia.aioe.org>, Richard Maher <maher_rjSPAMLESS@hotmail.com> writes:
>For those of you who've been following on along at home all these years,
>and may have a passing interest in what I was talking about, you can
>find the source-code for my Applet at
>https://drive.google.com/folderview?id=0B7Rmd3Rn8_hDY0RkbWwtVV9DdDg&usp=sharing
>
>
>For those of you who are new, my Applet facilitated the following
>UA/Browser<->Application Server functionality: -
>
>- Single-Signon without session-hijackable cookie bollocks?
>
>- Single, persistent network connection across multiple active tabs in a
>
>browser instance?
>
>- Full-on synchronous of asynchronous I/O capability?
>
>- 1:M relationship between messages sent to received?
>
>- Retention of server-affinity if/when needed?
>
>- Run-time discovery of Application Servers
>
>- Takes up 0px by 0px GUI real estate
>
>- Dependency injection on the Handshake/authentication logic
>
>- and much much more . . .
>
>Anyway, I may be the last person on the planet to admit Applets are dead
>but I'm sure I'm not the only one who shed a tear at their passing.
>
>For the Javascript people this is how Tier3Client was instantiated: -
>
> try {
> t3Client = new Tier3Client(
> "Demo", "http://192.168.1.159/Applets/",
> 2048, 1022, kickOff, epicFail, "ISO-8859-1",
>"N", Tier3Client.GUIAWT,
> null,Tier3Client.WARNING);
> } catch (err){
> alert((err.description||err.message));
> throw err;
> }
>
>This example can be found in Randomator.html and the object code can be
>found in Tier3Client.js.
>
>Cheers Richard Maher
>
>PS. If anyone knows a half decent lawyer who operates on contingency
>fees please send him my way. HTTP/2 has a lot more than persistent,
>multiplexed, TCP/IP connections but I can tell you that that the
>similarity of algorithms involved is far greater and more substantial
>than the first few bars of "Stairway to Heaven"!
>
>http://www.bbc.com/news/world-us-canada-36546726
Trying to turn this into a Spirit-ed debate, RIchard?
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
HTTP/2 stole my Applet Richard Maher <maher_rjSPAMLESS@hotmail.com> - 2016-06-17 16:56 +0800
Re: HTTP/2 stole my Applet VAXman- @SendSpamHere.ORG - 2016-06-17 10:58 +0000
Re: HTTP/2 stole my Applet Richard Maher <maherrj@gmail.com> - 2016-06-20 18:01 +0800
Re: HTTP/2 stole my Applet helbig@asclothestro.multivax.de (Phillip Helbig (undress to reply)) - 2016-06-20 19:28 +0000
Re: HTTP/2 stole my Applet Qu0ll <qu0ll64@gmail.com> - 2016-06-21 17:39 +1000
Re: HTTP/2 stole my Applet Richard Maher <maherrj@gmail.com> - 2016-06-22 13:22 +0800
Re: HTTP/2 stole my Applet VAXman- @SendSpamHere.ORG - 2016-06-22 12:39 +0000
Re: HTTP/2 stole my Applet Qu0ll <qu0ll64@gmail.com> - 2016-06-18 03:36 +1000
Re: HTTP/2 stole my Applet Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-06-17 23:16 +0200
The smoking gun Richard Maher <maher_rjSPAMLESS@hotmail.com> - 2016-06-23 20:20 +0800
csiph-web