B4J Question How to invoke functions of non-UI application as WebServerExample through a windows GUI

Gnappo jr

Active Member
Licensed User
Longtime User
ServerExampleNoMySQL is for me the discovery of a fantatic world resources, I would like to know if you can call the functions of this ServerExampe through a UI interface and not only through a browser. For example I would like to create a 'form windows' with the button to send the PUSH messages as in the example PUSHBROWSER. How can it be done?
Thank you all
 

Gnappo jr

Active Member
Licensed User
Longtime User
It is possible. You should use jOkHttpUtils2 to call regular handlers and jWebSocketClient + WebSocketHandler module to call WebSocket handlers.
Erel Thanks for the prompt reply, but I still need help, I'm a newbie. I do not understand if the suggestion in order to build a new app UI server-based jOkHttpUtils2 or just build a GUI app that takes advantage of ServerExampleNoMySQL resources. Perhaps an example to study is available?
Thanks again.
 
Upvote 0
Top