-
1. Re: Kick-off discussion: CDK Wish List
lfryc Mar 30, 2012 11:49 AM (in response to lfryc)- Conditional resource inclusion
- (define condition which component needs to met in order to load some resource)
- rendering scripts using JavaScriptService (deferred inititialization)
- Conditional resource inclusion
-
2. Re: Kick-off discussion: CDK Wish List
lfryc Apr 23, 2012 6:01 AM (in response to lfryc)I have created wiki page to track requirements we have:
https://community.jboss.org/wiki/CDKWish-List
We can still discuss particular features/ideas here.
-
3. Re: Kick-off discussion: CDK Wish List
bleathem Apr 23, 2012 10:47 AM (in response to lfryc)Support for the cc:renderFacet tag. ie. rendering a facet by name, without requiring delegation to the java renderer base.
-
4. Re: Kick-off discussion: CDK Wish List
paul.dijou Apr 23, 2012 1:38 PM (in response to lfryc)Support for conditonnal resource dependencies. See [1] for more details.
-
5. Re: Kick-off discussion: CDK Wish List
lfryc Apr 24, 2012 5:20 AM (in response to bleathem)Both are pretty valid requests, I'm adding them to CDK wish-list.
-
6. Re: Kick-off discussion: CDK Wish List
paul.dijou Apr 26, 2012 9:15 AM (in response to lfryc)I need more ! Here is a few ideas I had by using the CDK.
Improve scope of <cdk:object> tag : https://issues.jboss.org/browse/RF-12195
Regex or wildcar on "cdk:passThrough" : https://issues.jboss.org/browse/RF-12200
Common and usefull methods automatically generated : https://issues.jboss.org/browse/RF-12201
-
7. Re: Kick-off discussion: CDK Wish List
lfryc Apr 26, 2012 4:27 PM (in response to paul.dijou)Great thoughts, Paul.
I'm thinking if RF-12195 is actually something which Brian ran into:
https://issues.jboss.org/browse/RF-11668
Wildcard support seems pretty reasonable.
Even if you need to leave some on* attribute not taken, you can use onmouse* onkey*.
There is one option already for:
https://issues.jboss.org/browse/RF-12201
you can import a static method from any class: <cdk:import>:
I think it could be then used with EL, not only with <cdk:call expression="..." />.
-
8. Re: Kick-off discussion: CDK Wish List
bleathem Apr 26, 2012 5:35 PM (in response to lfryc)RF-12195 is different from RF-11668. The latter deals with perfomeing a cast, whereas the former deals with the distinct functions (encodeBegin and encodeEnd) generated by the parts of the CDK template before and after the <cdk:bogy/> tag. Any cdk:object used in both sections has to be defined in both sections. This repetition looks odd in the template.
+1, wildcard support for imports would be great!
-
9. Re: Kick-off discussion: CDK Wish List
lfryc May 2, 2012 10:39 AM (in response to bleathem)Added feature request to support for cdk:fragment tag as discussed on IRC:
Support for CDK fragments to allow recursion and abstraction of code
-
-