Routine in Delphi Application Server with UNIGUI

0

I have an application developed with UNIGUI components for Delphi XE5 and I would like to know how I can run a routine on the application server, without necessarily being in the browser interface. One of the routines is communication via sockets, this routine collects data from a meteriological station and this data wants to be displayed in my browser interface, I wonder if it is possible to collect this information and store it in a database while the server is running, without necessarily the page is open.

    
asked by anonymous 09.09.2014 / 14:11

2 answers

2

I do not know if it's a good practice, but I managed to resolve it by putting all the dynamically created components inside the ServerModule, and it worked.

    
09.09.2014 / 14:47
0

I compared Unigui and Raudus: Unigui uses ExtJS

Raudus has a vcl.js javascript itself, does not depend on third party, Mobile and Desktop; Webservice itself ported from a version of the fantastic mongoose; Support D7 to XE10 through Lázarus; Every project developed in Lazarus.

    
30.01.2017 / 13:24