Project

General

Profile

Activity

From 02/12/2017 to 03/13/2017

03/13/2017

12:41 PM Feature #3253: add cross-session publish/subscribe
Eric Faulhaber wrote:
> Constantin Asofiei wrote:
> > added p2j.embedded.createResource API, to create a resource w...
Constantin Asofiei
12:29 PM Feature #3253: add cross-session publish/subscribe
Constantin Asofiei wrote:
> added p2j.embedded.createResource API, to create a resource without relying on the SUBSC...
Eric Faulhaber

03/10/2017

11:59 AM Feature #3262: implement COM/OLE Automation support
The full design will require careful study of two chapters in "OpenEdge Development: Programming Interfaces" book (th... Greg Shah
11:57 AM Feature #3262: implement COM/OLE Automation support
My initial thought that the COM object was in a separate process was only partially true. It can be a separate proce... Greg Shah
09:50 AM Feature #3262: implement COM/OLE Automation support
From Sergey:
> There is JACOB project https://sourceforge.net/p/jacob-project/wiki/Home/ that can help to work wit...
Greg Shah
09:50 AM Feature #3262: implement COM/OLE Automation support
From Eugenie:
> This is a great readings. The native code we can use is the almost one we do at this time. Plus ad...
Greg Shah
09:49 AM Feature #3262: implement COM/OLE Automation support
From Hynek:
> there is a really good and relatively short article on codeproject.com that explains the COM basics:...
Greg Shah
09:48 AM Feature #3262: implement COM/OLE Automation support
From Constantin:
> Some other notes related to conversion: I expect com-handle vars to be treated the same way as ...
Greg Shah
09:47 AM Feature #3262: implement COM/OLE Automation support
From Constantin:
> I found an interesting article here: https://notendur.hi.is/snorri/SDK-docs/getstart/javac003.h...
Greg Shah
09:46 AM Feature #3262: implement COM/OLE Automation support
COM/OLE Automation is the remote access of properties and methods in COM objects, which reside in another process. T... Greg Shah
09:43 AM Feature #3262 (Closed): implement COM/OLE Automation support
Greg Shah

03/02/2017

08:32 AM Feature #3253: add cross-session publish/subscribe
> Greg: should I look into it now?
Yes. We need to get 3209e into the trunk this week.
Greg Shah
08:10 AM Feature #3253: add cross-session publish/subscribe
Constantin Asofiei wrote:
> Eric, see 3209e rev 11220 - it contains fixes for:
PS: all the changes in 11220 do not ...
Constantin Asofiei
08:05 AM Feature #3253: add cross-session publish/subscribe
Eric, see 3209e rev 11220 - it contains fixes for:
# the PUBLISH issue in your previous note
# added p2j.embedded.c...
Constantin Asofiei
10:07 PM Feature #3253: add cross-session publish/subscribe
Constantin Asofiei wrote:
> Eric Faulhaber wrote:
> > I've debugged the JS code up to the point where @p2j.embedded...
Eric Faulhaber

03/01/2017

04:45 PM Feature #3253: add cross-session publish/subscribe
Eric Faulhaber wrote:
> I've debugged the JS code up to the point where @p2j.embedded.js@ posts the message, but a b...
Constantin Asofiei
04:00 PM Feature #3253: add cross-session publish/subscribe
I have this in the "Main Block" of @avail-rooms-frame.w@:... Eric Faulhaber
03:36 PM Feature #3253: add cross-session publish/subscribe
Eric Faulhaber wrote:
> I have a use case for JS to publish an event in the embedded hotel sample, in order to updat...
Constantin Asofiei
02:16 PM Feature #3253: add cross-session publish/subscribe
Greg Shah wrote:
> > I have not introduced yet PUBLISH support from the JS, but is not hard to add the APIs - do you...
Eric Faulhaber

02/28/2017

01:05 PM Feature #3253: add cross-session publish/subscribe
Greg Shah wrote:
> 1. This implementation only supports a @String[]@ for parameters. This is much more limited than...
Constantin Asofiei
12:57 PM Feature #3253: add cross-session publish/subscribe
Code Review Task Branch 3209e Revision 11218
Overall, it seems pretty good. I really like how you made the @p2j.r...
Greg Shah
12:56 PM Feature #3253: add cross-session publish/subscribe
Hynek Cihlar wrote:
> You can give the @Executor@ a thread factory and there instantiate and setup the threads, see ...
Constantin Asofiei
11:34 AM Feature #3253: add cross-session publish/subscribe
Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > Constantin Asofiei wrote:
> > > Greg/Hynek: please review 3209...
Hynek Cihlar
11:27 AM Feature #3253: add cross-session publish/subscribe
Hynek Cihlar wrote:
> Constantin Asofiei wrote:
> > Greg/Hynek: please review 3209e rev 11218.
>
> Pretty good, ...
Constantin Asofiei
07:20 AM Feature #3253: add cross-session publish/subscribe
Constantin Asofiei wrote:
> Greg/Hynek: please review 3209e rev 11218.
Pretty good, I didn't any issues except I ...
Hynek Cihlar
05:57 AM Feature #3253: add cross-session publish/subscribe
Greg/Hynek: please review 3209e rev 11218. It modifies PUBLISH/SUBSCRIBE/UNSUBSCRIBE so that:
# these can be used f...
Constantin Asofiei

02/27/2017

08:03 AM Feature #3254: add support for running 4GL on multiple threads in a single session
I want to point out that the assumption of having a separate security context/session (using the same account) enable... Greg Shah

02/24/2017

01:24 PM Feature #3254: add support for running 4GL on multiple threads in a single session
This is one of the ideas listed in "4GL Enhancements":/projects/p2j/wiki/4GL_Enhancements.
The approach is to supp...
Greg Shah
01:08 PM Feature #3254 (WIP): add support for running 4GL on multiple threads in a single session
Greg Shah
12:39 PM Feature #3253: add cross-session publish/subscribe
I assume you are trying to use the @AssociatedThread@ in the subscribing client's context. You can't create such a t... Greg Shah
12:16 PM Feature #3253: add cross-session publish/subscribe
Greg Shah wrote:
> It is not clear how the JS request/notification would integrate with this idea. Please share mor...
Constantin Asofiei
11:42 AM Feature #3253: add cross-session publish/subscribe
The current named events support is implemented as an in-session dispatching mechanism that directly calls the subscr... Greg Shah
10:55 AM Feature #3253: add cross-session publish/subscribe
Question from Constantin:
> I thought that it was possible to just create an AssociativeThread with the proper con...
Greg Shah
10:54 AM Feature #3253: add cross-session publish/subscribe
The updates are being put into 3209e. From Constantin on 07/23/2017:
> Almost done with the JS side, runtime look...
Greg Shah
10:52 AM Feature #3253: add cross-session publish/subscribe
I totally agree that providing the cross-session pub/sub is very useful. Please plan to implement both approaches. Th... Greg Shah
10:51 AM Feature #3253: add cross-session publish/subscribe
From Constantin:
> I don't think it will be difficult. The tricky part will be for the JS code to respond to data ...
Greg Shah
10:50 AM Feature #3253: add cross-session publish/subscribe
My idea is to provide a generic API (via cross-document messaging) that the embedded JS application can up-call to th... Greg Shah
10:49 AM Feature #3253 (WIP): add cross-session publish/subscribe
Greg Shah

02/22/2017

08:03 AM Bug #3251: implement safe and secure processing of procedure manager parameters when up-called fr...
From #3209-731:
I mistakenly passed a javascript @Date@ object instead of a string to the @loadRooms@ function in ...
Greg Shah
08:02 AM Bug #3251 (New): implement safe and secure processing of procedure manager parameters when up-cal...
Greg Shah
 

Also available in: Atom