WebSphere Extended Deployment, Version 6.0.x
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows


Create PRSB AccountTransaction

About this task

In this step, you will create a partition routable session bean (PRSB) AccountTransaction in WebSphere Studio Application Developer (WSAD) Version 5.1. This session bean will serve as both a routable bean and facade bean to access the Container-Managed Persistence (CMP) Enterprise JavaBeans (EJB).

Procedure

  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.



Related concepts
Developing applications using proxy datasource support in WSAD
Task topic    

Terms of Use | Feedback

Last updated: Nov 30, 2007 4:03:08 PM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=/com.ibm.websphere.xd.doc/info/WPF51/twpfPRSBAccountTransaction.html