This topic demonstrates how to use the Create Session Bean Facade wizard to generate a session bean facade. It also gives several examples of using annotations to change the session bean facade.
See Annotations for session facades and SDOs for reference information about the @ws.sdo and @ws.sbf tag sets.
For this scenario, you have an EJB project that includes CMP entity beans that manage the persistence of data for an auction application. For example, your CMP entity beans handle the registration of user accounts, the handling of accounts payable, and the management of bids and items for sale. The project includes an EJB 2.1 CMP entity bean called Registration.
You want to create a session bean facade and SDOs for the Registration CMP entity bean to manage users and their accounts payable. You can use the Create Session Bean Facade wizard to quickly create the facade and SDOs.