Defining the JADE Connection Application

A JADE connection application is a client application that is started by the .NET application when the .NET application creates a JoobContext object for the first time.

The JADE connection application connects the .NET application to the JADE database server. The application and schema name of the JADE configuration application to be started are specified in the app.config file of the .NET application. An app.config file is generated by the exposure wizard. For more details about application configuration files, see "Application Configuration File", in Chapter 6.

You can define an application for the connection between .NET and JADE, as shown in the following image.

This application is defined in the BankingViewSchema.

The initialize method sets a reference on the app object to the root object of the banking system in the same way as for any other JADE application. For details about how a .NET application accesses the app object, see "Accessing JADE System Objects", in Chapter 7.