Creating a payment plug-in
Before you begin
Before creating a payment plug-in for use in WebSphere Commerce, you should:
- Be familiar with Java programming
- Review the Payment plug-in specification
- Review the API information related to the plug-in specification: com.ibm.commerce.payments.plugin
About this task
You can create a payment plug-in with or without WebSphere Commerce, or with or without WebSphere Commerce Developer or Rational Application Developer. The following instructions summarize how to create a payment plug-in using Rational Application Developer. If you are not using Rational Application Developer, follow comparable procedures to do the following steps:
- Create an EJB stateless session bean.
- Ensure your plug-in remote interface extends the Plugin or QueryablePlugin interface.
- Create a plug-in deployment descriptor.
- Create a JAR file (EJB module).
To create a new payment plug-in using Rational Application Developer, perform the following steps:
Procedure
- Create a payment plug-in using Rational Application Developer
- Package the payment plug-in.
- Install the payment plug-in.