--- /dev/null
+ -----
+ i18n
+ -----
+ Olivier Lamy
+ -----
+ 2012-01-19
+ -----
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements. See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership. The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License. You may obtain a copy of the License at
+~~
+~~ http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied. See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+i18n management
\ No newline at end of file
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
- Archiva Javascript webapplication General design
\ No newline at end of file
+Archiva Javascript Web Application
+
+* General design
+
+ The goal is to have a "one page loading" javascript application.
+
+ 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.html}template loading}}).
+
+ The server will be contacted only for REST request/response (see {{{./rest.html}details}}).
+
+ <<All UI rendering will be done only on client side.>>
+
+ As we are not designer :-), the application will use the {{{http://twitter.github.com/bootstrap/}twitter bootstrap css}}.
+
+* Used Javascript frameworks
+
+ We use some well known javascript framework librairies :
+
+ * {{{http://jquery.com/}jquery}}
+
+ * {{{http://labjs.com}labjs}} for javascript loading
+
+ * {{{http://requirejs.org}requirejs}} for template loading (see {{{./template-loading.html}details}}
+
+ * {{{http://code.google.com/p/jquery-i18n-properties}jquery-i18n-properties}} for i18n loading (see {{{./i18n.html}details}}
+
+ * {{{http://knockoutjs.com/}knockoutjs}} as we use a MVVM pattern (see {{{./knockout-binding.html}knockout binding}})
+
+ * {{{http://twitter.github.com/bootstrap/javascript.html}twitter bootstrap js}} to magnify the ui
+
+ * {{{http://bassistance.de/jquery-plugins/jquery-plugin-validation/}jquery validate}} for form validation
+
+ []
+
+* Start page
+
+ The main page will load javascript and ask for {{{./template-loading.html}template loading}}.
+
+ This main page is divided in 3 parts:
+
+
+
+
+
+
--- /dev/null
+ -----
+ Knockout binding
+ -----
+ Olivier Lamy
+ -----
+ 2012-01-19
+ -----
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements. See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership. The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License. You may obtain a copy of the License at
+~~
+~~ http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied. See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+Knockout binding
\ No newline at end of file
+++ /dev/null
- -----
- Knockout Simple Grid binding
- -----
- Olivier Lamy
- -----
- 2012-01-19
- -----
-
-~~ Licensed to the Apache Software Foundation (ASF) under one
-~~ or more contributor license agreements. See the NOTICE file
-~~ distributed with this work for additional information
-~~ regarding copyright ownership. The ASF licenses this file
-~~ to you under the Apache License, Version 2.0 (the
-~~ "License"); you may not use this file except in compliance
-~~ with the License. You may obtain a copy of the License at
-~~
-~~ http://www.apache.org/licenses/LICENSE-2.0
-~~
-~~ Unless required by applicable law or agreed to in writing,
-~~ software distributed under the License is distributed on an
-~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-~~ KIND, either express or implied. See the License for the
-~~ specific language governing permissions and limitations
-~~ under the License.
-
-~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-
- How javascript are loaded on application loading
\ No newline at end of file
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
- Expose Rest Services (sample with redback annotations)
\ No newline at end of file
+Expose Rest Services (sample with redback annotations)
\ No newline at end of file
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
- How javascript are loaded on application loading
\ No newline at end of file
+How javascript templates are loaded on application loading
\ No newline at end of file
<item name="General Design" href="/index.html" />
<item name="Rest service" href="/rest.html"/>
<item name="JS Template loading" href="/template-loading.html"/>
- <item name="Knockout Grid Binding" href="/knockout-simple-grid-binding"/>
+ <item name="Knockout Binding" href="/knockout-binding.html"/>
+ <item name="i18n" href="/i18n.html"/>
</menu>
</body>