Re: Inter-webpage persistent javascript transport

2017-01-05 Thread Jens Geyer
athiasbynens.github.io/rel-noopener/ https://gitlab.com/gitlab-org/gitlab-ce/issues/15331 https://bugs.launchpad.net/mahara/+bug/1558361 Have fun, JensG -Ursprüngliche Nachricht- From: Martin Hejnfelt Sent: Thursday, January 5, 2017 12:46 AM To: dev@thrift.apache.org Subject: Re:

Re: Inter-webpage persistent javascript transport

2017-01-04 Thread Martin Hejnfelt
Hi Jens, Thank you for taking time for this. Den 5. jan. 2017 00.05 skrev "Jens Geyer" : Martin Hejnfelt wrote: > however then comes the > issue, that each webpage, when "browsing" through the app, will have no > knowledge about the previous connection, and as far as I

Re: Inter-webpage persistent javascript transport

2017-01-04 Thread Jens Geyer
Martin Hejnfelt wrote: > however then comes the > issue, that each webpage, when "browsing" through the app, will have no > knowledge about the previous connection, and as far as I know, there is no > way of "saving" a connection object like this in the browser for > persistance. Not the object,

Inter-webpage persistent javascript transport

2017-01-03 Thread Martin Hejnfelt
Hi, TL;DR in the bottom. I've been using Thrift for many years now, as a RPC between a server and a frontend, where the server is written in C++ and the frontend in Java/Swing. The system works by having two services, one for the "controlling" part, meaning the commands coming to the server from