-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
2021 Week 19-21 (from May 10), 2021 Week 22-24 (from May 31), 2021 Week 25-27 (from Jun 21), 2021 Week 28-30 (from Jul 12)
-
Undefined
-
NEW
-
NEW
The goal of this issue is to remove errai RPC dependency from DashBuilder runtime:
Dependencies on Errai PRC:
1) Data Set lookup
2) Runtime Model fetch
Dependency on events
1) Model changes listener from Dev mode.
This should change:
1) RPC should be replaced by REST endpoints calls from client;
2) Events should use SSE (Server Sent Events) and not throw errors when the server is not in dev mode.
Fix all the issues related to these changes