oo

Service Builder Basics

Using Service Builder helps you learn it. You’ll use it to learn the basics:

  1. Generating Model, Persistence, and Service Code: Define a basic model, generate code from it, and deploy the code to DXP. Verify the generated database tables and test the new service on DXP.

  2. Understanding and Extending Generated Classes: Extend a base implementation, add a service operation to the API, and understand the process in the context of DXP. It also provides an overview of the classes generated by Service Builder, including extension implementation classes.

  3. Invoking a Service Locally: Use the service in a portlet application.

Start with Generating Model, Persistence, and Service Code.