Вы находитесь на странице: 1из 3

As I am working with Informatica SDK, after completion of Server, Client, DB, Repository

configuration, I have checked out the sample projects which are provided with SDK.
However, It is giving me hard time to execute the examples provided.

Only hint which I have is 'Activator.java' is the center point (like main method in java file) for pim plugin
programming.

Example from Informatica SDK

Created a test sample plug-in project


If you can help me out with this for the execution of sample projects, it can let me
have a progress and next steps forward as well.

Basically, I need to know the working and making changes and reflecting on web ui
or pim desktop ui.

1. First go to the debug configuration and select right features for server and client
Note for server, you need to select feature of server and core

Note for client, you need to select features for core and client
2. Then add your plugin in right feature, then server restart will execute your plugin
Double click on feature.xml

Add client specific plugins in client feature


Similarly core and server plugins needs to be added in corresponding features

Вам также может понравиться