Details
Description
Many times the required resources need to be loaded in a certain order. Unfortunately JSF doesn't provide any mechanism for ordering the resources. To solve the problem we ned to introduce an additional resource annotation that can be used to declare the dependency of a resource on other resources. These annotations will provide then enough information to correctly order resources.
The ordering will also solve the problem of different resource ordering that we see now between full page loads vs postbacks. See ICE-8048 and ICE-8023 .
The ordering will also solve the problem of different resource ordering that we see now between full page loads vs postbacks. See ICE-8048 and ICE-8023 .
Issue Links
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 3.1 [ 10312 ] | |
| Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
| Affects Version/s | 3.1.0.BETA1 [ 10335 ] | |
| Assignee | Mircea Toma [ mircea.toma ] |
| Salesforce Case | [] | |
| Assignee Priority | P1 |
| Link | This issue blocks ICE-8048 [ ICE-8048 ] |
| Salesforce Case | [] | |
| Assignee Priority | P1 | P2 |
| Fix Version/s | 3.2 [ 10338 ] | |
| Fix Version/s | 3.1 [ 10312 ] |
| Salesforce Case | [] | |
| Assignee Priority | P2 | P1 |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30389 | Mon Aug 06 16:42:23 MDT 2012 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/event/ResourceOrdering.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30390 | Mon Aug 06 16:54:53 MDT 2012 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/event/ResourceOrdering.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30391 | Mon Aug 06 16:55:39 MDT 2012 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/event/ResourceOrdering.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30503 | Wed Aug 15 08:55:31 MDT 2012 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/event/ResourceOrdering.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Salesforce Case | [] | |
| Affects | [Documentation (User Guide, Ref. Guide, etc.)] | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30570 | Wed Aug 22 08:46:54 MDT 2012 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/META-INCLUDE/resource-dependency.xml
|
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #31861 | Tue Oct 30 16:39:09 MDT 2012 | ken.fyten | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/META-INF/resource-dependency.xml
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/META-INCLUDE/resource-dependency.xml
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #31869 | Wed Oct 31 10:57:21 MDT 2012 | jack.van.ooststroom | Fixed JIRA |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/event/ResourceOrdering.java
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P1 [ 10010 ] |

Added first cut for the resource ordering implementation. Added also resource dependency metadata for core, compat, ace and showcase sub-projects.