You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Pavitra Subramaniam (JIRA)" <de...@myfaces.apache.org> on 2010/02/02 21:34:26 UTC

[jira] Created: (TRINIDAD-1704) Implement a prototype on Trinidad 2.0.x., that accepts JSF2.0 Ajax style requests and returns JSF 2.0 style responses.

Implement a prototype on Trinidad 2.0.x., that accepts JSF2.0 Ajax style requests and returns JSF 2.0 style responses.
----------------------------------------------------------------------------------------------------------------------

                 Key: TRINIDAD-1704
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1704
             Project: MyFaces Trinidad
          Issue Type: New Feature
          Components: Components
    Affects Versions: 2.0.0.1-core 
         Environment: Windows 7
            Reporter: Pavitra Subramaniam


The goal of this task is to do research/prototyping to get our bearings and identify potential stumbling blocks in the trasition to JSF 2.0 Ajax features in particular. I have put together a Trinidad prototype with the following changes:

1. Trinidad client-side calls out to jsf.ajax.request() to issue the request
  - simple changes to call jsf.ajax.request() instead of Trinidad sendFormPost
  - no support (yet) for special usecases - mobile/iframe (file upload) /portlet

2. Trinidad server-side has been updated to recognize the JSF2-style request
 - minor changes to CoreRenderKit to recognize JSF 2.0 request headers / POST params
 
3. Trinidad server-side generates a JSF2-style response
 - PPRResponseWriter tweaked; a new implementation for the PartialViewContextFactory/PartialViewContext

4. Trinidad client-side allows jsf.ajax.response() to process the response.
  - allow jsf.ajax.response() to handle response entirely and update the page


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TRINIDAD-1704) Implement a prototype on Trinidad 2.0.x., that accepts JSF2.0 Ajax style requests and returns JSF 2.0 style responses.

Posted by "Pavitra Subramaniam (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavitra Subramaniam updated TRINIDAD-1704:
------------------------------------------

    Status: Patch Available  (was: Open)

> Implement a prototype on Trinidad 2.0.x., that accepts JSF2.0 Ajax style requests and returns JSF 2.0 style responses.
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1704
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1704
>             Project: MyFaces Trinidad
>          Issue Type: New Feature
>          Components: Components
>    Affects Versions: 2.0.0.1-core 
>         Environment: Windows 7
>            Reporter: Pavitra Subramaniam
>            Assignee: Andrew Robinson
>
> The goal of this task is to do research/prototyping to get our bearings and identify potential stumbling blocks in the trasition to JSF 2.0 Ajax features in particular. I have put together a Trinidad prototype with the following changes:
> 1. Trinidad client-side calls out to jsf.ajax.request() to issue the request
>   - simple changes to call jsf.ajax.request() instead of Trinidad sendFormPost
>   - no support (yet) for special usecases - mobile/iframe (file upload) /portlet
> 2. Trinidad server-side has been updated to recognize the JSF2-style request
>  - minor changes to CoreRenderKit to recognize JSF 2.0 request headers / POST params
>  
> 3. Trinidad server-side generates a JSF2-style response
>  - PPRResponseWriter tweaked; a new implementation for the PartialViewContextFactory/PartialViewContext
> 4. Trinidad client-side allows jsf.ajax.response() to process the response.
>   - allow jsf.ajax.response() to handle response entirely and update the page

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TRINIDAD-1704) Implement a prototype on Trinidad 2.0.x., that accepts JSF2.0 Ajax style requests and returns JSF 2.0 style responses.

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Robinson updated TRINIDAD-1704:
--------------------------------------

    Status: Open  (was: Patch Available)

> Implement a prototype on Trinidad 2.0.x., that accepts JSF2.0 Ajax style requests and returns JSF 2.0 style responses.
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1704
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1704
>             Project: MyFaces Trinidad
>          Issue Type: New Feature
>          Components: Components
>    Affects Versions: 2.0.0.1-core 
>         Environment: Windows 7
>            Reporter: Pavitra Subramaniam
>            Assignee: Andrew Robinson
>         Attachments: jsf2-ajax-patch0.patch
>
>
> The goal of this task is to do research/prototyping to get our bearings and identify potential stumbling blocks in the trasition to JSF 2.0 Ajax features in particular. I have put together a Trinidad prototype with the following changes:
> 1. Trinidad client-side calls out to jsf.ajax.request() to issue the request
>   - simple changes to call jsf.ajax.request() instead of Trinidad sendFormPost
>   - no support (yet) for special usecases - mobile/iframe (file upload) /portlet
> 2. Trinidad server-side has been updated to recognize the JSF2-style request
>  - minor changes to CoreRenderKit to recognize JSF 2.0 request headers / POST params
>  
> 3. Trinidad server-side generates a JSF2-style response
>  - PPRResponseWriter tweaked; a new implementation for the PartialViewContextFactory/PartialViewContext
> 4. Trinidad client-side allows jsf.ajax.response() to process the response.
>   - allow jsf.ajax.response() to handle response entirely and update the page

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.