Runtime tools : Presentation components : Rich Client Infrastructure : Tasks : Packaging
  
Packaging
Rich Client Framework provides a series of plug-ins for you to build your teller applications:
Plug-in id=com.ibm.btt.rcp.activity: Activity framework.
Plug-in id=com.ibm.btt.rcp.navigator: Navigation framework.
Plug-in id=com.ibm.btt.rcp.perspective: Perspective framework.
Plug-in id=com.ibm.btt.rcp.service.manager: Unique to access each service, such as Activity Manager or Property Broker.
Plug-in id=com.ibm.btt.rcp.theme: Offer SWT Theme configuration function.
Plug-in id=com.ibm.btt.rcp.workingarea: Working Area management for applications.
Plug-in id=com.ibm.btt.rcp.broker: Property broker service for pure RCP platform.
Plug-in id=com.ibm.btt.rcp.broker.xpd: Property broker service for LE platform. Copy this plug-in only when you have LE platform support. Different property broker service can switch automatically.
In pure RCP platform, copy com.ibm.btt.rcp.broker to your target platform. In LE platform, copy both com.ibm.btt.rcp.broker and com.ibm.btt.rcp.broker.xpd to your target platform.
You are also required to include the following plug-ins:
Plug-in id=com.ibm.btt.core: BTTCore component.
Plug-in id=com.ibm.btt.swtvisualbean.runtime: Runtime components of SWTVisualBeans.
Plug-in id=com.ibm.btt.rcp.clientserver: HTTP client server connectivity mechanism support.
Your teller application is a series of plug-ins. See the following screen capture of plug-ins:
screen capture of plug-ins
Go up to
Tasks