Re: JSF + OSGi integration.

2011-06-13 Thread Kamil Soboń
W dniu 2011-06-14 01:30, Jakob Korherr pisze: Hi, Nice stuff ;) I think JSF 2.1 might have the answer to your problem. Two new classes were introduced: FaceletCache and FaceletCacheFactory (see [1] and [2]). With a custom impl of those two you should be able to control the caching behavior! Re

[jira] [Updated] (MYFACES-3169) ui:param and c:set implementations does not work as expected

2011-06-13 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-3169: Resolution: Fixed Fix Version/s: 2.1.2 2.0.8 Status:

Re: Advanced JSF 2 ResourceHandler for MyFaces commons

2011-06-13 Thread Leonardo Uribe
Hi Jakob 2011/6/13 Jakob Korherr : > Hi Leo, > > Overall this seems nice, thanks! > > However, I have some comments on your solution: > > 1) If I have to configure a Filter in web.xml I can just as good > define a prefix mapping for the FacesServlet. I don't see why an > additional Filter is bette

[jira] [Resolved] (MYFACES-3173) #{cc} inside f:event is not resolved correctly

2011-06-13 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3173. - Resolution: Fixed Fix Version/s: 2.1.2 2.0.8 The solution is

Re: JSF + OSGi integration.

2011-06-13 Thread Jakob Korherr
Hi, Nice stuff ;) I think JSF 2.1 might have the answer to your problem. Two new classes were introduced: FaceletCache and FaceletCacheFactory (see [1] and [2]). With a custom impl of those two you should be able to control the caching behavior! Regards, Jakob [1] http://javaserverfaces.java.n

[jira] [Created] (MYFACES-3173) #{cc} inside f:event is not resolved correctly

2011-06-13 Thread Leonardo Uribe (JIRA)
#{cc} inside f:event is not resolved correctly -- Key: MYFACES-3173 URL: https://issues.apache.org/jira/browse/MYFACES-3173 Project: MyFaces Core Issue Type: Bug Components: JSR-314 A

Re: [jira] [Commented] (TRINIDAD-2108) Add touch capability to the agent API to be able to determine agents that are touch screen based.

2011-06-13 Thread Blake Sullivan
Don't we want something like "none" for the case where no support is available? -- Blake Sullivan On 6/13/11 4:17 PM, Andrew Robinson (JIRA) wrote: [ https://issues.apache.org/jira/browse/TRINIDAD-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId

Re: Advanced JSF 2 ResourceHandler for MyFaces commons

2011-06-13 Thread Jakob Korherr
Hi Leo, Overall this seems nice, thanks! However, I have some comments on your solution: 1) If I have to configure a Filter in web.xml I can just as good define a prefix mapping for the FacesServlet. I don't see why an additional Filter is better than an additional servlet-mapping. So why exactl

[jira] [Commented] (TRINIDAD-2108) Add touch capability to the agent API to be able to determine agents that are touch screen based.

2011-06-13 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048868#comment-13048868 ] Andrew Robinson commented on TRINIDAD-2108: --- static public final CapabilityKe

Re: Advanced JSF 2 ResourceHandler for MyFaces commons

2011-06-13 Thread Leonardo Uribe
Hi I committed on myfaces-commons-resourcehandler module on trunk an alternative solution for this issue. It is still not complete, so the idea is discuss it. See: https://issues.apache.org/jira/browse/MFCOMMONS-33 >From previous discussion, on AdvancedResource handler we have: a. relative pat

Re: [TRINIDAD] Supporting touch capability

2011-06-13 Thread Blake Sullivan
I think we should have one per device and we might eventually want to support some keyboard-related ones as well to include differences between real and various on-screen keyboards. -- Blake Sullivan On 6/13/11 10:52 AM, Andrew Robinson wrote: We could have it return constant strings of "none"

[jira] [Updated] (MFCOMMONS-33) Extended ResourceHandler implementation

2011-06-13 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MFCOMMONS-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MFCOMMONS-33: Status: Patch Available (was: Open) > Extended ResourceHandler implementation >

[jira] [Created] (MFCOMMONS-33) Extended ResourceHandler implementation

2011-06-13 Thread Leonardo Uribe (JIRA)
Extended ResourceHandler implementation --- Key: MFCOMMONS-33 URL: https://issues.apache.org/jira/browse/MFCOMMONS-33 Project: MyFaces Commons Issue Type: Task Components: myfaces-commons-resourc

JSF + OSGi integration.

2011-06-13 Thread Kamil Soboń
Hi all, I don't know if I am writing in appropriate place, but assume that I am ;) So ... for some time, me and my friend are trying to create JSF application in OSGi environment. This application should be composed form core element and it's plug-ins. Each plug-in (OSGi bundle) can be install

[jira] [Resolved] (EXTCDI-199) re-visit maven id's of dist modules

2011-06-13 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTCDI-199. - Resolution: Fixed Fix Version/s: 1.0.0 > re-visit maven id's of dist modules > ---

[jira] [Created] (EXTCDI-199) re-visit maven id's of dist modules

2011-06-13 Thread Gerhard Petracek (JIRA)
re-visit maven id's of dist modules --- Key: EXTCDI-199 URL: https://issues.apache.org/jira/browse/EXTCDI-199 Project: MyFaces CODI Issue Type: Task Reporter: Gerhard Petracek Assignee:

Re: [TRINIDAD] Supporting touch capability

2011-06-13 Thread Andrew Robinson
We could have it return constant strings of "none", "single" and "multiple" if that would suit our needs. So my question is if we want one capability per-human interaction device or multiple? Option 1, one-per: 1. touchScreen capability 2. mouse capability 3. drawingPad capability Opti

[jira] [Created] (MYFACES-3172) UIComponentBase.isValid(id) check could mention the offending value in exceptions

2011-06-13 Thread Matt Benson (JIRA)
UIComponentBase.isValid(id) check could mention the offending value in exceptions - Key: MYFACES-3172 URL: https://issues.apache.org/jira/browse/MYFACES-3172 Project: MyF

Re: [TRINIDAD] Supporting touch capability

2011-06-13 Thread Blake Sullivan
On 6/13/11 9:22 AM, Andrew Robinson wrote: https://issues.apache.org/jira/browse/TRINIDAD-2108 I am proposing to add a new Agent capability for touch devices. It would involve adding: static public final CapabilityKey CAP_TOUCH_SCREEN = CapabilityKey.getCapabilityKey("touchScreen",

[TRINIDAD] Supporting touch capability

2011-06-13 Thread Andrew Robinson
https://issues.apache.org/jira/browse/TRINIDAD-2108 I am proposing to add a new Agent capability for touch devices. It would involve adding: static public final CapabilityKey CAP_TOUCH_SCREEN = CapabilityKey.getCapabilityKey("touchScreen", true); To org.apache.myfaces.trinidadinterna

[jira] [Created] (TRINIDAD-2108) Add touch capability to the agent API to be able to determine agents that are touch screen based.

2011-06-13 Thread Andrew Robinson (JIRA)
Add touch capability to the agent API to be able to determine agents that are touch screen based. - Key: TRINIDAD-2108 URL: https://issues.apache.org/jira/browse/TRINI

Re: [core] performance: preinitialize facelets and analyze views (during startup)

2011-06-13 Thread Leonardo Uribe
Hi 2011/6/13 Martin Koci : > Hi, > > Can we find a way how to pre-initialize all .xhtml (Facelet instances) > during startup? At first view, the problem is how to locate all facelets .xhtml or .view.xml of a webapp. We have the same problem with annotation scanning: web servers could provide its

Re: [core] performance: preinitialize facelets and analyze views (during startup)

2011-06-13 Thread Jakob Korherr
Hi Martin, Sounds nice. I would like to see some patches for this stuff - hehe :) Regards, Jakob 2011/6/13 Martin Koci : > Hi, > > Can we find a way how to pre-initialize all .xhtml (Facelet instances) > during startup? I think that can bring many improvements, for example: > > -- Minimize sychr

[core] performance: preinitialize facelets and analyze views (during startup)

2011-06-13 Thread Martin Koci
Hi, Can we find a way how to pre-initialize all .xhtml (Facelet instances) during startup? I think that can bring many improvements, for example: -- Minimize sychronized: populate all cached Value|MethodExpression on TagAttributeImpl (MYFACES-3160) - than we can remove volatile keyword ---