Getting started with xfNetLink Java
This topic lists all the steps that need to be completed to successfully create a distributed system using xfNetLink Java. Note that these steps may not all be done by you, the Synergy developer. For example, you may create the Java JAR file and give it to a Java developer to create a web front-end for your application. The Java developer may also work with a web-page developer to create the HTML portions of the user interface. However, these steps should give you a feel for everything that needs to be done, regardless of who does it. See also figure 1.
|
2.
|
Install the necessary Synergy software. The components you need to install vary depending on your set-up (e.g., what OS your source files are on, where you intend to do the development, and so on). |
- The Java class wrapper generation tools, genxml and genjava, are part of the xfNetLink Java distribution. After installing, set your classpath. See Setting the classpath.
- The Professional Series Development Environment (or Workbench) installation includes dbl2xml, the SMC/ELB comparison utility, the MDU and SMC files, and genxml. On Unix and OpenVMS, these utilities are part of the Synergy DBL installation.
-
xfServerPlus must be installed on your Synergy server machine. The xfServerPlus installation also includes the MDU, SMC files, and genxml. For detailed steps on setting up xfServerPlus, see Configuration overview.
|
3.
|
Modularize your existing Synergy code for the routines that you want to access remotely and encapsulate them in ELBs or shared images. See Preparing Your Synergy Server Code. |
If you choose to put the SMC somewhere other than DBLDIR, set the XFPL_SMCPATH environment variable (see Setting the XFPL_SMCPATH environment variable for xfServerPlus).
|
5.
|
In the xfpl.ini file, set logging options for the xfServerPlus log and set logicals that point to the ELBs you specified in the SMC. You may also need to set other options in the xfpl.ini file; see Appendix A: Configuration Settings for a complete list of xfpl.ini configuration settings. |
If you choose to put the xfpl.ini file somewhere other than DBLDIR, set the XFPL_INIPATH environment variable.
For information on the log and XFPL_INIPATH, see Using server-side logging and Setting the XFPL_INIPATH environment variable. See Defining logicals for information on setting logicals that point to your ELBs.
|
6.
|
Create a user account on the xfServerPlus machine to run xfServerPlus sessions, and then start xfServerPlus. See the topic for your operating system: |
|
7.
|
Generate the class wrappers: |