Re: [myfaces] ideas and things to do

2011-05-17 Thread Mark Struberg
+1 Especially the advanced resource handler is a great goodie. Currently it is not easily possible to deliver those resources with a cache header. Of course there should be some additional work in the JSF EG, but I think Jakob pinged Ed already on this topic, right? The HTML-5 components from

Re: [myfaces] ideas and things to do

2011-05-17 Thread Gerhard Petracek
hi, imo we should prototype some jsf 2.2 features (at least in a branch). that would help the eg to specify some of the new features (like the window-id) easily and we can get the feedback of the whole community and we would have the basic implementation quite early. so we increase the chance

[jira] [Commented] (MYFACES-3136) [perf] review UIComponentBase.getRendererType

2011-05-17 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034663#comment-13034663 ] Martin Kočí commented on MYFACES-3136: -- Dev mailling list discussion:

Re: [myfaces] ideas and things to do

2011-05-17 Thread Martin Koci
Gerhard Petracek píše v Út 17. 05. 2011 v 11:59 +0200: hi, imo we should prototype some jsf 2.2 features (at least in a branch). that would help the eg to specify some of the new features (like the window-id) easily and we can get the feedback of the whole community and we would have the

Re: [myfaces] ideas and things to do

2011-05-17 Thread Cagatay Civici
There is still no really lightweight component framework for JSF-2. I disagree :) The HTML-5 components from Ali are really great stuff too, but might take some time to be widely supported. But anyway, being a step ahead is always a good thing! Ali's work is great

[jira] [Commented] (EXTCDI-174) Introduce @PropertyActivated or @ConfigActivated

2011-05-17 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034834#comment-13034834 ] Mark Struberg commented on EXTCDI-174: -- Interpreter is a neat idea, but most probably

[jira] [Commented] (EXTCDI-174) Introduce @PropertyActivated or @ConfigActivated

2011-05-17 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034837#comment-13034837 ] Gerhard Petracek commented on EXTCDI-174: - @PropertyActivated(user.database,

FacesMessage spec violations

2011-05-17 Thread Matt Benson
Just to ping dev@ and remind them to view: * MYFACES-3140 - FacesMessage.VALUES is not ordered properly * MYFACES-3141 - FacesMessage implements Serializable but cannot be serialized Thanks! Matt

[jira] [Created] (EXTCDI-186) Trinidad2-support-module

2011-05-17 Thread Manuel Hartl (JIRA)
Trinidad2-support-module Key: EXTCDI-186 URL: https://issues.apache.org/jira/browse/EXTCDI-186 Project: MyFaces CODI Issue Type: New Feature Components: Trinidad Support Affects Versions: 0.9.5

Re: [myfaces] ideas and things to do

2011-05-17 Thread Jakob Korherr
Hi, @HTML5 I think a first alpha release of Ali's project would be very good to have in the near future @Advanced ResourceHandler: Of course there should be some additional work in the JSF EG, but I think Jakob pinged Ed already on this topic, right? Yeap, we (the JSF 2.2 EG) are/will be

Re: Advanced JSF 2 ResourceHandler for MyFaces commons

2011-05-17 Thread Jakob Korherr
Hi Leo, Thanks! Some comments to your ideas: - Resource caching (just like myfaces core does!). This is already implemented and it actually goes one step further, because it uses GZIP compression too! - Find a better name for advanced-resources.xml. It is ok, but I'll prefer a more

[jira] [Commented] (MYFACES-3151) [perf] minimize ExternalContext.getInitPaparameter invocations

2011-05-17 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034906#comment-13034906 ] Jakob Korherr commented on MYFACES-3151: I actually was thinking of introducing

Re: [myfaces] ideas and things to do

2011-05-17 Thread Leonardo Uribe
Hi @HTML5 Release this stuff in the near future give us the advantage to know which things are required to include on the spec to support it fully. I don't see any technical reason why this couldn't be done, and given the code available and the effort required I think it is worth to do it.

Re: FacesMessage spec violations

2011-05-17 Thread Jakob Korherr
Hi Matt, Thx for the reminder. I'm on it! Regards, Jakob 2011/5/17 Matt Benson gudnabr...@gmail.com: Just to ping dev@ and remind them to view: * MYFACES-3140 - FacesMessage.VALUES is not ordered properly * MYFACES-3141 - FacesMessage implements Serializable but cannot be serialized

Re: [myfaces] ideas and things to do

2011-05-17 Thread Jakob Korherr
Totally agreed, Leo! Regards, Jakob 2011/5/17 Leonardo Uribe lu4...@gmail.com: Hi @HTML5 Release this stuff in the near future give us the advantage to know which things are required to include on the spec to support it fully. I don't see any technical reason why this couldn't be done,

[jira] [Commented] (MYFACES-3140) FacesMessage.VALUES is not ordered properly

2011-05-17 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034924#comment-13034924 ] Jakob Korherr commented on MYFACES-3140: Thx a lot for the patch, Matt.

Re: [myfaces] ideas and things to do

2011-05-17 Thread Ali Ok
Hi, @HTML5 Release this stuff in the near future give us the advantage to know which things are required to include on the spec to support it fully. I don't see any technical reason why this couldn't be done, and given the code available and the effort required I think it is worth to do it. +1

Re: [myfaces] ideas and things to do

2011-05-17 Thread Jakob Korherr
Hi, I agree with Ali. The current myfaces-html5 module should not be seen as a total solution for JSF += HTML5, but it is a good starting point for developers. Regards, Jakob 2011/5/17 Ali Ok al...@aliok.com.tr Hi, @HTML5 Release this stuff in the near future give us the advantage to

[jira] [Commented] (MYFACES-3140) FacesMessage.VALUES is not ordered properly

2011-05-17 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034966#comment-13034966 ] Jakob Korherr commented on MYFACES-3140: TODO merge changes in 1.1.x branch

[jira] [Commented] (MYFACES-3141) FacesMessage implements Serializable but cannot be serialized

2011-05-17 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034967#comment-13034967 ] Jakob Korherr commented on MYFACES-3141: Commit patch with minor changes. Thx a

[jira] [Created] (EXTCDI-187) move @ProjectStageActivated, Deactivatable and ClassDeactivator to the activation package

2011-05-17 Thread Gerhard Petracek (JIRA)
move @ProjectStageActivated, Deactivatable and ClassDeactivator to the activation package - Key: EXTCDI-187 URL: https://issues.apache.org/jira/browse/EXTCDI-187

[VOTE] release for myfaces test 1.0.3

2011-05-17 Thread Leonardo Uribe
Hi, I was running the needed tasks to get the 1.0.3 release of Apache MyFaces Test out. Note these artifacts are necessary to start the release of myfaces core 2.0.6 and 2.1.0-rc. Please note that this vote concerns all of the following parts: 1. Maven artifact group org.apache.myfaces.test

Re: [VOTE] release for myfaces test 1.0.3

2011-05-17 Thread Leonardo Uribe
+1 2011/5/17 Leonardo Uribe lu4...@gmail.com: Hi, I was running the needed tasks to get the 1.0.3 release of Apache MyFaces Test out. Note these artifacts are necessary to start the release of myfaces core 2.0.6 and 2.1.0-rc. Please note that this vote concerns all of the following

[jira] [Resolved] (EXTCDI-187) move @ProjectStageActivated, Deactivatable and ClassDeactivator to the activation package

2011-05-17 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTCDI-187. - Resolution: Fixed Fix Version/s: 1.0.0 move @ProjectStageActivated,

Re: MyFaces Html5 - Help request for release

2011-05-17 Thread Ali Ok
Hi, Thanks Leo and Jakob for your help. The first thing we need to do is create a site module for this project. I tried doing that once. There are some apt files already. mvn clean install site -P generate-site (yes, install or sth else is also necessary) generates the site. It is a little bit

[jira] [Resolved] (EXTCDI-174) Introduce @PropertyActivated or @ConfigActivated

2011-05-17 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTCDI-174. - Resolution: Fixed Fix Version/s: 1.0.0 name of the annotation:

[jira] [Created] (EXTCDI-188) BeanResolver

2011-05-17 Thread Gerhard Petracek (JIRA)
BeanResolver Key: EXTCDI-188 URL: https://issues.apache.org/jira/browse/EXTCDI-188 Project: MyFaces CODI Issue Type: New Feature Components: Core Affects Versions: 1.0.0 Reporter: Mark Struberg