Create the package for data bean code
Creating package creates a place in which your data bean code can be stored.
- Open WebSphere Commerce Developer and switch to the Project Explorer view.
- Right-click the WebSphereCommerceServerExtensionsLogic project select New > Package. The New Java Package wizard opens.
- Keep the value that is pre-populated in the Source Folder field: WebSphereCommerceServerExtensionsLogic/src.
- In the Name field, enter an appropriate name for your new package. For example, enter com.mycompany.mydatabeans.
- Click Finish.
Next topic: Create a data beanRelated tasks
Create a simple data bean