Re: [Development] [QtCS] QtRemoteObjects Session Summary

2015-06-21 Thread wim delvaux
HI guys, Just read this mail, I have already working code for a QtRPC based mechanism. Support threading, multiple parallel services, symmetric client/server (i.e server can be client and vice versa), Working on signals, multiple service models ( shared, group, private), auto detection using (

Re: [Development] [QtCS] QtRemoteObjects Session Summary

2015-06-19 Thread Alan Alpert
On Thu, Jun 18, 2015 at 11:48 PM, Simon Hausmann wrote: > On Thursday, June 11, 2015 02:21:22 AM Stottlemyer, Brett wrote: >> Hi Alan. Hi Simon. >> >> On 6/10/15, 4:23 PM, "Alan Alpert" <4163654...@gmail.com> wrote: >> >On Wed, Jun 10, 2015 at 6:52 AM, Simon Hausmann >> > >> > wrote: >> >> On Tue

Re: [Development] [QtCS] QtRemoteObjects Session Summary

2015-06-18 Thread Simon Hausmann
On Thursday, June 11, 2015 02:21:22 AM Stottlemyer, Brett wrote: > Hi Alan. Hi Simon. > > On 6/10/15, 4:23 PM, "Alan Alpert" <4163654...@gmail.com> wrote: > >On Wed, Jun 10, 2015 at 6:52 AM, Simon Hausmann > > > > wrote: > >> On Tuesday, June 09, 2015 01:23:29 PM Alan Alpert wrote: > >>> A brief

Re: [Development] [QtCS] QtRemoteObjects Session Summary

2015-06-12 Thread Stottlemyer, Brett (B.S.)
On 6/11/15, 2:47 PM, "Alan Alpert" <4163654...@gmail.com> wrote: ... >They have their own modules on their side. One of the sessions you >missed included a demo with Meteor.js talking to QML applications >using a somewhat similar approach. It had custom logic that mapped >Meteor's wire protocol int

Re: [Development] [QtCS] QtRemoteObjects Session Summary

2015-06-11 Thread Alan Alpert
On Wed, Jun 10, 2015 at 7:21 PM, Stottlemyer, Brett (B.S.) wrote: > Hi Alan. Hi Simon. > > On 6/10/15, 4:23 PM, "Alan Alpert" <4163654...@gmail.com> wrote: >>On Wed, Jun 10, 2015 at 6:52 AM, Simon Hausmann >> wrote: >>> On Tuesday, June 09, 2015 01:23:29 PM Alan Alpert wrote: A brief overvie

Re: [Development] [QtCS] QtRemoteObjects Session Summary

2015-06-10 Thread Stottlemyer, Brett (B.S.)
Hi Alan. Hi Simon. On 6/10/15, 4:23 PM, "Alan Alpert" <4163654...@gmail.com> wrote: >On Wed, Jun 10, 2015 at 6:52 AM, Simon Hausmann > wrote: >> On Tuesday, June 09, 2015 01:23:29 PM Alan Alpert wrote: >>> A brief overview of planned features: >>> -QML API >>> -Protocol Layer Adapters >>> -Invest

Re: [Development] [QtCS] QtRemoteObjects Session Summary

2015-06-10 Thread Alan Alpert
On Wed, Jun 10, 2015 at 6:52 AM, Simon Hausmann wrote: > On Tuesday, June 09, 2015 01:23:29 PM Alan Alpert wrote: >> There was late-scheduled session on QtRemoteObjects at QtCS on >> Saturday. QtRemoteObjects is a playground module for object remoting >> of QObjects, and can be found at >> http://

Re: [Development] [QtCS] QtRemoteObjects Session Summary

2015-06-10 Thread Simon Hausmann
On Tuesday, June 09, 2015 01:23:29 PM Alan Alpert wrote: > There was late-scheduled session on QtRemoteObjects at QtCS on > Saturday. QtRemoteObjects is a playground module for object remoting > of QObjects, and can be found at > http://code.qt.io/cgit/playground/qtremoteobjects.git/ . > > A brief

[Development] [QtCS] QtRemoteObjects Session Summary

2015-06-09 Thread Alan Alpert
There was late-scheduled session on QtRemoteObjects at QtCS on Saturday. QtRemoteObjects is a playground module for object remoting of QObjects, and can be found at http://code.qt.io/cgit/playground/qtremoteobjects.git/ . A brief overview of the existing features: -Exports QObjects remotely, creat