Create an Informatica connector project for each adapter that you want to build. For each project, you can use the
Informatica Connector Toolkit
Eclipse plug-in to generate the connection, metadata, type system, and run-time java source code.
After you create the project, you define the connection. When you define the connection, you configure the connection attributes, the connection behavior, and add libraries required by the connection to the project. Then, define the type system to configure the adapter data types and how they map to the data types supported by the Informatica platform. Then, define the native metadata definition to configure the adapter metadata required for the data source operation that you want to implement. Finally, define the run-time interfaces. When you define the run-time interfaces, you add run-time libraries to the project and configure how the adapter performs each data source operation. You can also test and debug the adapter connection, metadata, and run-time components.