jcompagner:
David in servoy 8 you have the foundset type. that is a client side data proxy over the foundset and its records…Thats how our portal works (but thats more complex because that also uses the “component” type in combination with the foundset type)
That’s the idea. But the only way to get this data proxy to a page is through all of your Angular wiring.
Would like the ability to include the sablo session/websocket/server communication stuff and foundset client-side data proxy to the client independent of any client-side framework implementation. Then we can write our web clients any way we choose (by hand of course).
You are throwing the kitchen sink at the client currently. Even if this works for 80% of cases, the remaining 20% of cases have REST (and headless client) as the only fallback. Being able to work with Servoy foundsets directly on the client with all the websocket wiring would be a pretty cool power user tool.