Hello,
my Problem is, i use firebase push (send push messages, subscribe to topics, unsubscribe) and this must act with my database (MySQL)...
Currently I'm doing this in a SQL Trigger, where I call a B4J script, but the problem is that it can come that I need to call 3 scripts in a trigger. The statement is only finished when the scripts are finished and so the user has to wait 10 seconds until his INSERT is finished, for example ...
That's why I need an alternative to it.
And since you can expand the jRDC, I wanted to ask how you can approach this thing.
since the scripts were all written with B4J I can just create classes in the jRDC, but I'm unsure about the parameters I have to pass and how can I control this in retrospect via the database.
greetings
my Problem is, i use firebase push (send push messages, subscribe to topics, unsubscribe) and this must act with my database (MySQL)...
Currently I'm doing this in a SQL Trigger, where I call a B4J script, but the problem is that it can come that I need to call 3 scripts in a trigger. The statement is only finished when the scripts are finished and so the user has to wait 10 seconds until his INSERT is finished, for example ...
That's why I need an alternative to it.
And since you can expand the jRDC, I wanted to ask how you can approach this thing.
since the scripts were all written with B4J I can just create classes in the jRDC, but I'm unsure about the parameters I have to pass and how can I control this in retrospect via the database.
greetings