Program guide > (deprecated) Partitioning facility > Partitioning facility programming > Proxy DataSource development > Develop applications using proxy datasource support in WSAD


Deprecated feature: The partitioning facility (WPF) feature is deprecated. You can configure partitioning with WebSphere eXtreme Scale.


Create PRSB AccountTransaction


About this taskIn this step, we will create a partition routable session bean (PRSB) AccountTransaction in WebSphere Studio Application Developer (WSAD) v5.1. This session bean will serve as both a routable bean and facade bean to access the container-managed persistence (CMP) Enterprise JavaBeans™ (EJB).

  1. Click File > New > Enterprise Bean to create an EJB.

  2. Enter ProxyDSAccountSampleEJB as the project name then click Next.

  3. Configure the project.

    1. Select the Session Bean field.

    2. Type AccountTransaction for the Bean name.

    3. Type com.ibm.websphere.proxyds for the Default package.

  4. Click Next.

  5. Accept all defaults.

  6. Click Finish.

  7. Copy the AccountTransaction.java, AccountTransactionBean.java from the extracted ProxyDSAccountSample java code into the workspace. You will see several compilation errors, which you can resolve later.


Parent topic:

Develop applications using proxy datasource support in WSAD


Related concepts

Develop applications using proxy datasource support in WSAD


+

Search Tips   |   Advanced Search