I developed a solution with B4A <-> HTML <-> jRDC2 running on Linux <-> SQLite on Linux too
and it works fine (Thanks to all the forum's providers of classes and examples and explanations).
I would like to replace HTML by WebSocket for implementing additional features.
In the B4J Tutorial [WebApp] Web Apps Overview, there is an example in the ServerExampleNoMySQL showing a connection to the WSDBUtilClass which seems simpler to develop and to use :
- No DBRequestManager and RequestsManager in B4A
- No external config.Properties file in B4J
Please could you explain why there are these differences between these two "approaches" ?
And which is the best for a WebSocket based implemmentation ?
Thanks
and it works fine (Thanks to all the forum's providers of classes and examples and explanations).
I would like to replace HTML by WebSocket for implementing additional features.
In the B4J Tutorial [WebApp] Web Apps Overview, there is an example in the ServerExampleNoMySQL showing a connection to the WSDBUtilClass which seems simpler to develop and to use :
- No DBRequestManager and RequestsManager in B4A
- No external config.Properties file in B4J
Please could you explain why there are these differences between these two "approaches" ?
And which is the best for a WebSocket based implemmentation ?
Thanks