Updates 49000 » History » Version 5
Pierre Marc, 12/12/2016 11:00 AM
1 | 1 | Pierre Marc | h1. 4.9.000 Updates |
---|---|---|---|
2 | 1 | Pierre Marc | |
3 | 1 | Pierre Marc | h2. Bugs |
4 | 1 | Pierre Marc | |
5 | 2 | Pierre Marc | * Sorting of table and string list objects now made internally in unicode. |
6 | 5 | Pierre Marc | * The possibility to set an empty session open and close procedure was not working in the SESSION:CREATE command. |
7 | 1 | Pierre Marc | |
8 | 1 | Pierre Marc | h2. Modifications |
9 | 1 | Pierre Marc | |
10 | 3 | Pierre Marc | * Dynamic host in web services. It is now possible to set the web service host name as "dynamic" so the host used in WSDL will be the host used when requesting this WSDL. |
11 | 2 | Pierre Marc | * The TABLE_GET_ROWS command can now deliver the resulting rows in a string object instead of a table object. With this feature, one can retrieve a complete table in a single string than can be parsed by the programmer. This increases speed. |
12 | 2 | Pierre Marc | * The OBJECT:TABLE_SORT and OBJECT:STRINGLIST_SORT have a new optional parameter named LOCALE allowing to explicitly define the locale (language) of the sort. In most cases this parameter will not be necessary since the sort is now made in unicode. |
13 | 5 | Pierre Marc | * The java session open and close procedure can now be in a jar file. ATTENTION: with this modification, the server now returns an error if the session open procedure is not found. This may produce incompatibility in your application if your code defines a session open procedure that doesn't exist. |
14 | 1 | Pierre Marc | |
15 | 1 | Pierre Marc | h2. New features |
16 | 1 | Pierre Marc | |
17 | 1 | Pierre Marc | * REST connector. The rest connector, also called universal connector, gives full control to the user to the input request data and to the response. The programmer defines the REST urls in the application.dsc file and provides procedures that will process input and output data returned to the user. The procedure will receive all input data including HTTP method, headers, content, etc…. The REST connector also introduces a 2 steps login (token identification). This avoids sending the password from client to server. |
18 | 1 | Pierre Marc | * Applications urls. One can set pre-defined order urls at application level in the application description file. This allows simplifying and reducing the size of the urls sent to Nirva. |
19 | 3 | Pierre Marc | * Adding a command named COMMAND:GET_HTTP_HEADERS that gives the http headers when the command comes from the web. |
20 | 3 | Pierre Marc | * Adding a command named COMMAND:SET_HTTP_RETURN_CODE that sets the HTTP return code when the command comes from the web. |