Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 2.1 Advanced Component Environment (ACE)
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration
Description
As of the ICEfaces 2.1 Beta release, there exist many cases where ace: components have inconsistent naming of their resources and directories vs. the actual component (tag) names. In addition, in some cases resources may be spread across several similarly named resource directories.
To provide a highly maintainable and professional code-base the follow must be achieved:
1. Each component should only reference a single ace/resources directory for it's resources.
2. The directory name that a component's src or resources is located in should also match the actual component name.
3. The resource files used by a component (.js, .css) should refer to the components actual name wherever feasible.
To provide a highly maintainable and professional code-base the follow must be achieved:
1. Each component should only reference a single ace/resources directory for it's resources.
2. The directory name that a component's src or resources is located in should also match the actual component name.
3. The resource files used by a component (.js, .css) should refer to the components actual name wherever feasible.
Done.
Notes: