Create the package for data bean code

Creating package creates a place in which your data bean code can be stored.

  1. Open WebSphere Commerce Developer and switch to the Project Explorer view.

  2. Right-click the WebSphereCommerceServerExtensionsLogic project select New > Package. The New Java Package wizard opens.

  3. Keep the value that is pre-populated in the Source Folder field: WebSphereCommerceServerExtensionsLogic/src.

  4. In the Name field, enter an appropriate name for your new package. For example, enter com.mycompany.mydatabeans.

  5. Click Finish.


Next topic: Create a data bean

Related tasks

Create a simple data bean