Creating the package for data bean code
Creating package creates a place in which your data bean code can be stored.
Procedure
- Open HCL Commerce Developer and switch to the Project Explorer view.
- Right-click the WebSphereCommerceServerExtensionsLogic project select . 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.