120 likes | 232 Views
Lector: Mihai Sulica. Prezentarea unei tehnologii software integrate pentru a genera aplicații software mici. Architecture.
E N D
Prezentarea unei tehnologii software integrate pentru a genera aplicații software mici.
Architecture DriveAPP is a new way for development of Rich Internet Applications (RIAs). The goal of DriveAPP is to create intelligent, comfortable and structured framework for developers to implement advanced (rich) user interface and business logic. One of the main purposes of DriveAPP is to avoid complexity in Rich Internet Applications (RIAs).
Architecture One of the main goals of DriveAPP is to make the developed application transparent, simple and easy to maintain and support. It is not always possible to have the same team that has developed one project to support it for years, that is why it should be possible for new developers to get into a project fast.
Page Life cycle The DriveAPP application is build from a set of actions and pages (DriveAPP templates). Similar to a web site the application defines a start page ‘home’ which is shown to the user when he starts the application (URL).
Page Life cycle After the first page of an application is displayed, the user can see the start screen of the application and take the next action (ex.: click on a button). In the next picture the life cycle of an action call is displayed.
Components Structure The DriveAPP Server is the main part of DriveAPP. It is responsible for the coordination between the different parts of every DriveAPP application. The DriveAPP Client is very important, as it displays the user interface to the user.
Deployment Single server scenario
Deployment Multi Server Scenario
Deployment Scaling the application
Lector: MihaiSulica Your questions.