Version 9.8
 —  ApplinX Release Notes  —

What's New in Release 9.8


New Look and Feel for Web Applications

Top of page

Usability Improvements

Creating new ApplinX applications has been simplified. You no longer need to define a repository, because the application now uses an internal one instead.

Top of page

Performance Improvements

Performance has been improved. CPU usage has been optimized when using Natural host keys pattern, we have seen an average reduction of around 50 percent

Top of page

Session Filtering

In the ApplinX Administrator you can now filter your sessions by Session ID, Application, Device Name, Duration, State, Connection Pool and Type. See Filtering your Session under Current Activity in the Administration documentation.

Top of page

Detecting Use of ActiveX when Downloading a Natural File

When downloading a Natural file with method gx_getNdtDefaultDownloadFileName you can now use property isUsingactiveX(). This property indicates if the process is using ActiveX or not, and changes the logic accordingly. See isUsingactiveX() under Server Side API (Java/.NET) in the ApplinX Development API References.

Top of page

Mobile Browser Support

ApplinX now supports mobile browsers, for example the Safari Browser. See Supported Browsers for full list.

Checking Feature Support

A new method gx_isSupportedFeature is provided on GXBasicContext (for Java) and GXBasicWebForm (for .NET) to indicate whether a particular feature is supported by the browser. Also, a new tag has been added to Java and .NET. See gx_isSupportedFeature for examples of using this method and the new tag.

Modal Windows Support in Mobile Devices

By default, modal windows are disabled for mobile devices such as iPad and iPhone. This behavior can now be overridden with the user exit userExit.js. See Enabling Modal Windows for Mobile Devices.

Top of page