As the Oracle Determinations Engine API is essentially the same for .NET as it is for Java, the one set of documentation has been provided for both deployments. There are however, some minor differences:
The default installation location for Oracle Determinations Engine is C:\Program Files\Oracle\Determinations.
The C# interface is in the Oracle.Determinations.Engine namespace, you should include the following statement in C# files:
using Oracle.Determinations.Engine;
Within the C# project, you must create a reference to the libraries containing the Oracle Determinations Engine, and associated runtime services, which are installed at:
<installation-location>\Engine\Oracle.Determinations.Engine.dll
<installation-location>\Engine\Oracle.Determinations.Masquerade.dll
The default installation location for Oracle Determinations Engine is C:\Program Files\Oracle\Determinations.
Java programmers wishing to use the Java interface to Oracle Determinations Engine should include the following package:
import com.oracle.determinations.engine.*;
In order for the Java Virtual Machine to find the determinations engine classes, the CLASSPATH environment variable should be modified to include the location of the determinations-engine.jar file. This path will be:
<installation-location>\Engine\determinations-engine.jar
Depending on the version of Java being used, it may be necessary to include other libraries, namely the XML parsing libraries. These paths will be:
<installation-location>\Engine\jsr173_api.jar
<installation-location>\Engine\log4j-1.2.16.jar
<installation-location>\Engine\sjsxp.jar
Other differences between the .NET and Java API's are described in the following topics:
Note: The various API Reference zip files are installed with the application at the following locations:
C:\Program Files\Oracle\Policy Modeling\help\api\determinations-engine-doc.zip
C:\Program Files\Oracle\Policy Modeling\help\api\determinations-engine-net.zip
C:\Program Files\Oracle\Policy Modeling\help\api\masquerade-net.zip
C:\Program Files\Oracle\Policy Modeling\help\api\web-determinations-doc.zip
Also note that the default installation location "C:\Program Files\Oracle\Policy Modeling" may be changed by the user.