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:
- 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: