Using External Methods
You can write external user-methods (or routines) for Jade classes. External routines can be written in any language that can create a Dynamic Link Library.
The .NET DLL files or executables to be used with:
-
32‑bit Jade executables must be built for the x86 (32‑bit) platform.
-
64‑bit Jade executables must be built for the x64 (64‑bit) platform.
For details, see "Writing External Methods", in the following section, and "
Before you can create a new external method, the library containing your library file must already exist and you must select the class to which the method is to be added. You can use the same library to import both external methods and external functions, if required.
In Jade thin client mode, an external method call made from Jade logic executes on the application server workstation and not that of the presentation client.