Differences of Java from .NET Logi Applications
Logi Java applications provide all of the features and functionality found in Logi .NET applications. This topic describes some of the differences between .NET and Java implementations.
Naturally, Logi Java apps do not support Windows-specific technologies such as OLEDB. Instead, Logi Info supports Analogous Java technologies, such as JDBC. However, for the best results, you should try to use native connections, such as Connection.MySQL, before using generic connections like Connection.JDBC.
JavaScript is the only scripting language you can use when building Java applications. However, you can use a built-in "VBScript emulator" for intrinsic functions, such as IIF(), which are modeled on VBScript. They're translated into JavaScript behind-the-scenes. Currently, Logi applications for Java do not have support for the following elements:
- Any OLAP elements ( XOLAP elements, however, are supported)
- DataLayer.Web Scraper
For information about installing Logi Studio, see Installing Logi Studio.
For information about deploying Logi Java applications, see Java Server Configurations.