Activity
From 02/09/2017 to 03/10/2017
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...
- 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...
- 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... - 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... - 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:... - 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 ... - 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... - 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...
- 09:43 AM Feature #3262 (Closed): implement COM/OLE Automation support
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. - 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 ... - 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... - 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...
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... - 04:00 PM Feature #3253: add cross-session publish/subscribe
- I have this in the "Main Block" of @avail-rooms-frame.w@:...
- 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... - 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...
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... - 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... - 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 ... - 11:34 AM Feature #3253: add cross-session publish/subscribe
- Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > Constantin Asofiei wrote:
> > > Greg/Hynek: please review 3209... - 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, ... - 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 ... - 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...
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...
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... - 01:08 PM Feature #3254 (WIP): add support for running 4GL on multiple threads in a single session
- 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...
- 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... - 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...
- 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... - 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... - 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...
- 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 ... - 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...
- 10:49 AM Feature #3253 (WIP): add cross-session publish/subscribe
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 ... - 08:02 AM Bug #3251 (New): implement safe and secure processing of procedure manager parameters when up-cal...
Also available in: Atom