Setting up proxy projects
ProxyObjects are deployed as either JAR files which are proxies written in Java™, or as Assembly DLLs which are proxies written in C#, along with customization file with the .rftcust extension.
Setting up a proxy project in Eclipse
You can use Eclipse 3.2 or later to develop proxies in Java. To create a new Eclipse Java project:
Procedure
- Perform one of the following steps:
- From the Eclipse menu, click .
- From the Eclipse toolbar, click New, select Java Project, and then click Next.
- Type the name of the new project in the Project name field and click Next.
- In the Java Settings page:
- Click the Create new source folder link,
and specify src as the folder name so that
all source files are kept under the
src
directory; then click Finish. - Click RATIONAL_FT_LIB; then click OK. , and select
- Click the Create new source folder link,
and specify src as the folder name so that
all source files are kept under the
- Click Finish.
Setting up a proxy project in Visual Studio .Net
You must use Microsoft® Visual Studio .Net to develop proxies in C# for .Net, Win, and SAP domains. To create a new Visual Studio .Net C# project:
Procedure
- Create a new project in either of two ways:
- From the Visual Studio menu, click .
- From the Visual Studio toolbar, click New Project.
- Select Visual C# as the project type and Class Library as the template to use.
- Specify the name of the new project and the project location in the Name and Location fields.
- Click OK.
- Right-click References in the solution explorer and select Add Reference.
-
Click Browse, and select the
C:\Program Files\IBM\SDP\FunctionalTester\bin\rtxftnet.dll
assembly as a reference to the project.