.NET-Related JADE Modules
The JADE modules that are loaded when .NET components are accessed are listed in the following table.
JADE Module | Description |
---|---|
jadedotnetthin | Communicates with the .NET run time. |
Located where the .NET object is run. For a presentation client running a .NET control, this is the presentation client. For a non-GUI .NET component, this is the presentation client unless the value of the |
|
In thin client mode, you could have jadedotnetthin.dll on the presentation client supporting controls and jadedotnetthin.dll on the application server supporting components run from the application server if the value of the usePresentationClient property is false. | |
jadedotnet | Communicates with jadedotnetthin.dll and calls into JADE logic for events, exceptions, and so on. Located on application servers and standard clients. |
jadedotnetdesignerloader | Used by the JADE Painter to support .NET controls that have a designer (usually a form that enables you to set the properties of the control). Located on standard clients and presentation clients. |
jadewpf | Displays .NET controls in JADE Painter and on runtime forms using Windows Presentation Foundation (WPF). Located on standard clients and presentation clients. |