From 92e0de2ef148d12420223bd32497fe1d594005db Mon Sep 17 00:00:00 2001
From: Olivier Lamy
- The goal is to have a "one page loading" javascript application.
-
+ The goal is to have a "one page loading" javascript application.
+ The application is designed to use http cache mechanism for css, javascript. Except REST call to get datas which will never use cache as a query timestamp parameter is used.
+ But as this can cause issue in developpement phase, two system properties (disabled by default) prevent can prevent caching and/or help debuging
+
- For this the only html page will contains a div with id "main-content" this div will be populated
- by jquery template execution (see template loading).
-
- The server will be contacted only for REST request/response (see details).
-
- All UI rendering will be done only on client side.
-
- As we are not designer :-), the application will use the twitter bootstrap css.
-
+ For this the only html page will contains a div with id "main-content" this div will be populated
+ by jquery template execution (see template loading).
+
+ The server will be contacted only for REST request/response (see details).
+
+ All UI rendering will be done only on client side.
+
+ As we are not designer :-), the application will use the twitter bootstrap css.
+
+
+
-- 2.39.5