Fix spelling and images size.
[src/app-framework-main.git] / docs / 5-frameworks.md
1 Application framework
2 =====================
3
4 Foreword
5 --------
6
7 This document describes application framework fundamentals.
8 FCS (Fully Conform to Specification) implementation is still under development.
9 It may happen that current implementation somehow diverges with specifications.
10
11 Overview
12 --------
13
14 The application framework on top of the security framework
15 provides components to install and uninstall applications
16 as well as to run them in a secured environment.
17
18 The goal of the framework is to manage applications and hide security details
19 to applications.
20
21 For the reasons explained in introduction, it was choose not to reuse Tizen
22 application framework directly, but to rework a new framework inspired from Tizen.
23
24 fundamentals remain identical: the applications are distributed
25 in a digitally signed container that should match widget specifications
26 normalized by the W3C. This is described by the technical
27 recommendations [Packaged Web Apps (Widgets)](http://www.w3.org/TR/widgets) and [XML Digital Signatures for Widgets](http://www.w3.org/TR/widgets-digsig) of the W3 consortium.
28
29 As today this model allows the distribution of HTML, QML and binary applications
30 but it could be extended to any other class of applications.
31
32 The management of widget package signatures.
33 Current model is only an initial step, it might be extended in the
34 future to include new feature (ie: incremental delivery).