WebSphere Commerce EnterpriseWebSphere Commerce Professional

Adding a plug-in

When customizing the IBM Sales Center, place all extensions in one or more plug-ins that you have created specifically for your customizations.

About this task

To create a new plug-in for the IBM Sales Center workspace:

Procedure

  1. Ensure that the current perspective is the Plug-in Development perspective. If it is not, then it can be selected from the Window->Open Perspective menu item.
  2. Create a new plug-in project by clicking on the New button on the toolbar and selecting Plug-in Development -> Plug-in Project. This will launch the Plug-in Project wizard. Alternately, from the Eclipse File menu, launch the Plug-in Project wizard in the Eclipse environment.
  3. Enter the required information, using the Eclipse platform documentation as a guide. The Project name for your plug-in should follow Java package conventions, for example: com.mycompany.salescenter.extensions.
  4. Ensure you select the check box for Create an OSGi bundle manifest for the plug-in.
  5. Click Next, validate the information, and then Finish.

Results

For more information about plug-ins, refer to the Eclipse platform documentation.