|
View:
New views
14 Messages
—
Rating Filter:
Alert me
|
|
|
[tomahawk] Is there any task left to make a release of tomahawk?Hi
I want to know if anyone has any related task to be made before release tomahawk, that could be a blocker issue. My idea (just an opinion) is to propose this sandbox component to release: s:xmlTemplate s:pprPanelGroup (is this component ready? it could be good but I don't know if there is any objection). But I'm not very sure about the state of pprPanelGroup. All examples works and for me it is fine. Suggestions are welcome regards Leonardo Uribe |
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?Hi!
> s:xmlTemplate Dont know much, not to say "nothing", about that. > s:pprPanelGroup (is this component ready? it could be good but I don't > know if there is any objection). I do not think that pprPanelGroup is ready for a release, there are some things still missing and sometimes it stopps working. Unfortunately, I have to say I am switching away from pprPanelGroup to a4j with richfaces. I just have no time to look into pprPanelGroup ... Ciao, Mario |
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?Hi Leonardo,
I will dig at the <s:pprPanelGroup .../> issues in the nearest free time slot to promote it. Thanks! On Wed, Jul 9, 2008 at 1:39 AM, Mario Ivankovits <mario@...> wrote: Hi! -- Hazem Ahmed Saleh Ahmed http://www.jroller.com/page/HazemBlog |
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?I will also work on http://issues.apache.org/jira/browse/TOMAHAWK-1122.
On Wed, Jul 9, 2008 at 4:52 PM, Hazem Saleh <hazems@...> wrote: Hi Leonardo, -- Hazem Ahmed Saleh Ahmed http://www.jroller.com/page/HazemBlog |
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?Mario, Could you please open jira issues on the defects you found during your work with
<s:pprPanelGroup>. Thank you. On Wed, Jul 9, 2008 at 1:39 AM, Mario Ivankovits <mario@...> wrote: Hi! -- Hazem Ahmed Saleh Ahmed http://www.jroller.com/page/HazemBlog |
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?Hi!
> Mario, Could you please open jira issues on the defects you found > during your work with > <s:pprPanelGroup>. The problems I had previously were: 1) Sometimes ppr simply stopps working, a full page refresh will happen. Don't know how to reproduce it. Probably you could simply ignore that issue. 2) You need a way how to send the component h:messages together with the ppr response. In a4j you could wrap any component. These component are then fetched with ANY ajax request. This makes it VERY easy to have ajax submit by still being able to show the messages, even if a custom messagesRenderer is used (like we have here). 3) Support setting a new ViewRoot from within an ajax request. a4j also supports that. The ajax response will then be (I think aborted) and a full page refresh will happen. But hey, it was really cool once I discovered that this works at all. More generally I have to say I find it way more harder to define all the client-side id's where the ppr should trigger than to simply setup a reRender attribute on any commandLink/commandButton. We found it much more natural to work that way then to configure triggerPatterns. a4j also provides an easy way to have a status icon somewhere on the page which will appear on ajax-req-start and disappear (or whatever, just configure the facets) on ajax-req-stop. The main question is, what is the target of our pprPanelGroup. If it is to be as comfortable as the other ppr implementations I think it needs much more work. Ciao, Mario > > Thank you. > > On Wed, Jul 9, 2008 at 1:39 AM, Mario Ivankovits <mario@... > <mailto:mario@...>> wrote: > > Hi! > > s:xmlTemplate > > Dont know much, not to say "nothing", about that. > > > s:pprPanelGroup (is this component ready? it could be good but > I don't know if there is any objection). > > I do not think that pprPanelGroup is ready for a release, there > are some > things still missing and sometimes it stopps working. > Unfortunately, I have to say I am switching away from > pprPanelGroup to a4j with richfaces. > I just have no time to look into pprPanelGroup ... > > Ciao, > Mario > > > > > -- > Hazem Ahmed Saleh Ahmed > http://www.jroller.com/page/HazemBlog |
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?Mario Ivankovits schrieb:
> Hi! >> Mario, Could you please open jira issues on the defects you found >> during your work with >> <s:pprPanelGroup>. > The problems I had previously were: > > 1) Sometimes ppr simply stopps working, a full page refresh will happen. > Don't know how to reproduce it. Probably you could simply ignore that > issue. > 2) You need a way how to send the component h:messages together with the > ppr response. In a4j you could wrap any component. These component are > then fetched with ANY ajax request. > This makes it VERY easy to have ajax submit by still being able to show > the messages, even if a custom messagesRenderer is used (like we have > here). > 3) Support setting a new ViewRoot from within an ajax request. a4j also > supports that. The ajax response will then be (I think aborted) and a > full page refresh will happen. But hey, it was really cool once I > discovered that this works at all. > > More generally I have to say I find it way more harder to define all the > client-side id's where the ppr should trigger than to simply setup a > reRender attribute on any commandLink/commandButton. > We found it much more natural to work that way then to configure > triggerPatterns. > > a4j also provides an easy way to have a status icon somewhere on the > page which will appear on ajax-req-start and disappear (or whatever, > just configure the facets) on ajax-req-stop. > > The main question is, what is the target of our pprPanelGroup. If it is > to be as comfortable as the other ppr implementations I think it needs > much more work. > The main incentive was afair to get a ppr mechanism into tomahawk, it started as a gsoc project, ajax4jsf was back in those days semi usable. Have in mind since then a lot has happend Sergeij took over the a4j code and made it working and Trinidad then merged into myfaces having its own mechanism, and the Trinidad people added ajax to their iframe transport layer. I am not sure if it really makes sense to get our ppr promoted (That is Ernstl Fastls job to decide, he made the component and he still maintains it) maybe it makes more sense to extrapolate the Trinidad ppr or add another existing mechanism. |
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?Does pprPanelGroup have external dependencies - like dojo?
On Wed, Jul 9, 2008 at 7:52 AM, Hazem Saleh <hazems@...> wrote: > Hi Leonardo, > > I will dig at the <s:pprPanelGroup .../> issues in the nearest free time > slot to promote it. > Thanks! > > On Wed, Jul 9, 2008 at 1:39 AM, Mario Ivankovits <mario@...> wrote: >> >> Hi! >> >>> s:xmlTemplate >> >> Dont know much, not to say "nothing", about that. >> >>> s:pprPanelGroup (is this component ready? it could be good but I don't >>> know if there is any objection). >> >> I do not think that pprPanelGroup is ready for a release, there are some >> things still missing and sometimes it stopps working. >> Unfortunately, I have to say I am switching away from pprPanelGroup to a4j >> with richfaces. >> I just have no time to look into pprPanelGroup ... >> >> Ciao, >> Mario >> > > > > -- > Hazem Ahmed Saleh Ahmed > http://www.jroller.com/page/HazemBlog |
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?yes Andrew it has, and I wish to remove it and add a simple Ajax engine instead.
On Wed, Jul 9, 2008 at 6:23 PM, Andrew Robinson <andrew.rw.robinson@...> wrote: Does pprPanelGroup have external dependencies - like dojo? -- Hazem Ahmed Saleh Ahmed http://www.jroller.com/page/HazemBlog |
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?Andrew Robinson schrieb:
> Does pprPanelGroup have external dependencies - like dojo? > to my knowledge it uses the dojo.io.bind mechanisms of dojo 0.4 which should be rather easy to remove. Werner > On Wed, Jul 9, 2008 at 7:52 AM, Hazem Saleh <hazems@...> wrote: >> Hi Leonardo, >> >> I will dig at the <s:pprPanelGroup .../> issues in the nearest free time >> slot to promote it. >> Thanks! >> >> On Wed, Jul 9, 2008 at 1:39 AM, Mario Ivankovits <mario@...> wrote: >>> Hi! >>> >>>> s:xmlTemplate >>> Dont know much, not to say "nothing", about that. >>> >>>> s:pprPanelGroup (is this component ready? it could be good but I don't >>>> know if there is any objection). >>> I do not think that pprPanelGroup is ready for a release, there are some >>> things still missing and sometimes it stopps working. >>> Unfortunately, I have to say I am switching away from pprPanelGroup to a4j >>> with richfaces. >>> I just have no time to look into pprPanelGroup ... >>> >>> Ciao, >>> Mario >>> >> >> >> -- >> Hazem Ahmed Saleh Ahmed >> http://www.jroller.com/page/HazemBlog > |
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?It uses also Dojo XML as well.
On Wed, Jul 9, 2008 at 6:28 PM, Werner Punz <werner.punz@...> wrote: Andrew Robinson schrieb: -- Hazem Ahmed Saleh Ahmed http://www.jroller.com/page/HazemBlog |
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?I brought it up, as I thought the plan was to not promote any dojo
based sandbox components and then make a new subproject for them. On Wed, Jul 9, 2008 at 9:38 AM, Hazem Saleh <hazems@...> wrote: > It uses also Dojo XML as well. > > On Wed, Jul 9, 2008 at 6:28 PM, Werner Punz <werner.punz@...> wrote: >> >> Andrew Robinson schrieb: >>> >>> Does pprPanelGroup have external dependencies - like dojo? >>> >> to my knowledge it uses the dojo.io.bind >> mechanisms of dojo 0.4 >> which should be rather easy to remove. >> >> >> Werner >> >> >> >>> On Wed, Jul 9, 2008 at 7:52 AM, Hazem Saleh <hazems@...> wrote: >>>> >>>> Hi Leonardo, >>>> >>>> I will dig at the <s:pprPanelGroup .../> issues in the nearest free time >>>> slot to promote it. >>>> Thanks! >>>> >>>> On Wed, Jul 9, 2008 at 1:39 AM, Mario Ivankovits <mario@...> >>>> wrote: >>>>> >>>>> Hi! >>>>> >>>>>> s:xmlTemplate >>>>> >>>>> Dont know much, not to say "nothing", about that. >>>>> >>>>>> s:pprPanelGroup (is this component ready? it could be good but I don't >>>>>> know if there is any objection). >>>>> >>>>> I do not think that pprPanelGroup is ready for a release, there are >>>>> some >>>>> things still missing and sometimes it stopps working. >>>>> Unfortunately, I have to say I am switching away from pprPanelGroup to >>>>> a4j >>>>> with richfaces. >>>>> I just have no time to look into pprPanelGroup ... >>>>> >>>>> Ciao, >>>>> Mario >>>>> >>>> >>>> >>>> -- >>>> Hazem Ahmed Saleh Ahmed >>>> http://www.jroller.com/page/HazemBlog >>> >> > > > > -- > Hazem Ahmed Saleh Ahmed > http://www.jroller.com/page/HazemBlog |
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?On Wed, Jul 9, 2008 at 11:38 AM, Andrew Robinson <andrew.rw.robinson@...> wrote: I brought it up, as I thought the plan was to not promote any dojo Yes, that is the plan, but ask does not harm ;-) and help to identify what is missing.
|
|
|
Re: [tomahawk] Is there any task left to make a release of tomahawk?I would like to know Ernst's opinion at these scenarios so that we can know if fixing these defects will be expensive or not (To decide whether to promote this component or not).
On Wed, Jul 9, 2008 at 6:09 PM, Mario Ivankovits <mario@...> wrote: Hi! -- Hazem Ahmed Saleh Ahmed http://www.jroller.com/page/HazemBlog |
| Free Forum Powered by Nabble | Forum Help |