Postby ConvertFromOldNGs » Fri Aug 07, 2009 12:55 pm
by Jade Support >> Thu, 3 Nov 2005 1:32:32 GMT
Torrie's is correct. The implementation of Par 17762 in the 6.1 release addresses these issues to some extent.
Prior to JADE 6.1, serverExecution mode was effectively ignored for application servers running in singleUser mode. As a result, logic executed from server methods in a thin client application was treated exactly the same as non-server methods. As a result, calling those methods that are affected by the thin client running environment would always be associated with the presentation client. For example, files would be opened by default on the presentation client, date and times would return the presentation date/time, getComputerName returned the presentation client name etc.
In JADE 6.1, this has been changed such that methods executed in server methods will honour the server execution mode and by default will be associated with the application server environment. As a result, using server method's in singleUser thin client application execution should behave the same as multi-user server execution. Note that this will of course have no impact on calling clientExecution methods from server methods, they will continue to be executed in the client environment.
Jade Support