[ http://jira.magnolia.info/browse/MAGNOLIA-620?page=all ]
Philipp Bracher updated MAGNOLIA-620:
-------------------------------------
Fix Version: 3.5
> Javascript: clean up
> --------------------
>
> Key: MAGNOLIA-620
> URL: http://jira.magnolia.info/browse/MAGNOLIA-620
> Project: magnolia
> Type: Sub-task
> Reporter: Philipp Bracher
> Assignee: Boris Kraft
> Fix For: 3.5
>
>
> Libs
> -----
> - prototype.js library
> - templates.js from trimpath
> - query.js from trimpath
> OOP
> ------
> - each method is asigned to an object / class (no mgnlBlaBliMethod())
> - each class uses ONE file
> - JS supports inheritance by prototype: we use it (do not mix up with
> inheritance by classes like Java)!
> - static methods are asigned to the prototype
> - make things private if they are
> AJAX
> -------
> - DWR (return only data no html)
> - using templating facility (see trimpath)
> - templates are placed in hidden divs (readable)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------