This section describes how to set up a Domino server connection, if you plan to develop mobile applications using Domino Business Objects.
To set up the Domino connection you must:
Verify you have “document creation” and “document deletion” rights on the Domino database. See Chapter 7, “Security” for information.
Set up the Domino agents.
Verify you have sufficient permissions to execute Domino
agents from UA.
Modify the global.properties.xml file to specify the ConnectionType to be used for the Domino connection. The values can be one of the following:
NRPC – Notes Remote Procedure Call. The user must provide an ID file for authentication. This connection type requires the Notes client be installed on the same machine as the UA server, and is the default.
DIIOP – Domino Internet Inter-ORB Protocol (CORBA). This connection type requires a DIIOP port.
Websession – this connection type requires that the Domino server is installed on the same machine as the UA server.
Create a property file for each ConnectionPool, and configure connection properties.
If you want the ability to capture Domino database files, see “Configuring Domino database files”.
Details for each of these steps are provided in the procedures that follow. Once this is done, a Domino element can be created in Mobile Web Studio’s Application Builder. See the Mobile Application Development Tutorial and the Unwired Accelerator Developer’s Guide for information about using the Domino Business Object element.