Javascript: Adding delegation as primary pattern for _Runtime.js moving the
logging out from _Lang. into a debugging Lang.js
----------------------------------------------------------------------------------------------------------------------------
Key: MYFACES-2735
URL: https://issues.apache.org/jira/browse/MYFACES-2735
Project: MyFaces Core
Issue Type: New Feature
Affects Versions: 2.0.1-SNAPSHOT
Environment: Javascript
Reporter: Werner Punz
Priority: Minor
Some smaller changes, the structural delegation pattern is now a first class
pattern like inheritance and singleton in the runtime.js to make it easier to
write delegations without additional delegation code.
Also inheritance now works on objects by picking their original class.
Additionally to that to keep the code size lean I am going to move the logging
out into a debugging _Lang.js (_ExtLang.js) which is a plug in replacement for
_Lang.js, this again should save a few bytes because for now we do not log in
the core but only in the unit tests.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.