Show TOC

Developing Your First Composite ApplicationLocate this document in the navigation structure

Purpose

With this tutorial you get a quick and step-by-step instruction on how to create and model your first composite application, using the Composite Application perspective of the SAP NetWeaver Developer Studio.

By the end of this tutorial, you will be able to:

  • Create a composite application
  • Model business object nodes
  • Define query operations
  • Define and implement application services operations
Prerequisites

You are familiar with the basic concepts of Java development.

Procedure
  1. Create an application.
  2. Model a business object node.
  3. Model an application service and implement its operations.
  4. Generate your application and build it.
  5. Test your application with the Service Browser.