WebSphere Commerce EnterpriseWebSphere Commerce Professional

Building customizations for deployment in Rational Application Developer

All of the recommended mechanisms suitable for custom IBM Sales Center extension deployment and service depend on packaging those extensions as Eclipse update sites.

An Update Site consists at minimum of a plug-ins directory containing the Eclipse plugin and fragment JARs to be distributed, a features directory containing corresponding Eclipse feature JARs, and a site map file site.xml that describes the site and its contents. Additional optional content, such as HTML documents, can also be provided.

Rational Application Developer provides tools to create and test Update Sites.

An Update Site can be used to install Eclipse features, and the plugins contained in those features, but it cannot be used to install "orphaned" plugins that are not contained in any feature. For this reason, before you can create an Update Site project in RAD you must first create one or more feature projects that will refer to all of the plugins you want to deploy.