Show TOC

TasksLocate this document in the navigation structure

Use

This section describes the tasks that are required to develop, modify, deploy, and test a laptop application. Laptop applications are developed using the Web Dynpro programming paradigm, that is, the Model-View-Controller (MVC) architecture.

The application obtains data from the data objects that you create in the Data Orchestration Engine (DOE). After importing the models, you create the programming model for the application that includes views, controllers, and context binding. The following procedure lists the tasks that you have to carry out for developing an application from scratch:

  1. Create a mobile development component.

    More information: Creating a Mobile Development Component

  2. Import data objects.

    More information: Importing Data Objects

  3. Create application-related authorizations.

    More information: Creating an Authorization Definition File

  4. Design the application.

    More information: Designing the Application

  5. Test the application.

    More information: Testing Mobile Applications for Laptop

More Information

Recommendation

Since laptop applications are developed using the Web Dynpro paradigm, we recommend that you familiarize with concepts on developing user interfaces with Web Dynpro for Java.

More information: Developing User Interfaces with Web Dynpro for Java