
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:
Create a mobile development component.
More information: Creating a Mobile Development Component
Import data objects.
More information: Importing Data Objects
Create application-related authorizations.
More information: Creating an Authorization Definition File
Design the application.
More information: Designing the Application
Test the application.
More information: Testing Mobile Applications for Laptop
More Information
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