You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2007/11/01 12:03:50 UTC

[jira] Created: (SLING-92) microjax - lightweight Ajax client and servlet for microsling

microjax - lightweight Ajax client and servlet for microsling
-------------------------------------------------------------

                 Key: SLING-92
                 URL: https://issues.apache.org/jira/browse/SLING-92
             Project: Sling
          Issue Type: Improvement
            Reporter: Bertrand Delacretaz
            Priority: Minor


As discussed on the mailing list [1], I'll contribute to microsling the experimental "r-jax" stuff [2] that we wrote together with David Nuescheler.

The main changes are:
1) The default microsling servlet needs to handle POSTs in a more clever way, to provide useful services to the javascript client

2) For GETs, the default microsling servlet needs to provide a JSON representation, when the json extension is used. This will be extensible to XML and other output formats.

[1] http://thread.gmane.org/gmane.comp.apache.sling.devel/721
[2] http://www.day.com/maven/rjax/



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


[jira] Resolved: (SLING-92) microjax - lightweight Ajax client and servlet for microsling

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz resolved SLING-92.
--------------------------------------

    Resolution: Fixed

although this needs to be documented, the implementation and tests look good enough for now

> microjax - lightweight Ajax client and servlet for microsling
> -------------------------------------------------------------
>
>                 Key: SLING-92
>                 URL: https://issues.apache.org/jira/browse/SLING-92
>             Project: Sling
>          Issue Type: Improvement
>          Components: microsling
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
> As discussed on the mailing list [1], I'll contribute to microsling the experimental "r-jax" stuff [2] that we wrote together with David Nuescheler.
> The main changes are:
> 1) The default microsling servlet needs to handle POSTs in a more clever way, to provide useful services to the javascript client
> 2) For GETs, the default microsling servlet needs to provide a JSON representation, when the json extension is used. This will be extensible to XML and other output formats.
> [1] http://thread.gmane.org/gmane.comp.apache.sling.devel/721
> [2] http://www.day.com/maven/rjax/

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


[jira] Commented: (SLING-92) microjax - lightweight Ajax client and servlet for microsling

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539948 ] 

Bertrand Delacretaz commented on SLING-92:
------------------------------------------

In revision 591638, the MicrojaxPostServlet implements most of what's needed to make the javascript client work.

There are a few TODOs left in there, and the integrations test coverage is very poor at the moment.

> microjax - lightweight Ajax client and servlet for microsling
> -------------------------------------------------------------
>
>                 Key: SLING-92
>                 URL: https://issues.apache.org/jira/browse/SLING-92
>             Project: Sling
>          Issue Type: Improvement
>          Components: microsling
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>
> As discussed on the mailing list [1], I'll contribute to microsling the experimental "r-jax" stuff [2] that we wrote together with David Nuescheler.
> The main changes are:
> 1) The default microsling servlet needs to handle POSTs in a more clever way, to provide useful services to the javascript client
> 2) For GETs, the default microsling servlet needs to provide a JSON representation, when the json extension is used. This will be extensible to XML and other output formats.
> [1] http://thread.gmane.org/gmane.comp.apache.sling.devel/721
> [2] http://www.day.com/maven/rjax/

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


[jira] Updated: (SLING-92) microjax - lightweight Ajax client and servlet for microsling

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz updated SLING-92:
-------------------------------------

    Component/s: microsling

> microjax - lightweight Ajax client and servlet for microsling
> -------------------------------------------------------------
>
>                 Key: SLING-92
>                 URL: https://issues.apache.org/jira/browse/SLING-92
>             Project: Sling
>          Issue Type: Improvement
>          Components: microsling
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
> As discussed on the mailing list [1], I'll contribute to microsling the experimental "r-jax" stuff [2] that we wrote together with David Nuescheler.
> The main changes are:
> 1) The default microsling servlet needs to handle POSTs in a more clever way, to provide useful services to the javascript client
> 2) For GETs, the default microsling servlet needs to provide a JSON representation, when the json extension is used. This will be extensible to XML and other output formats.
> [1] http://thread.gmane.org/gmane.comp.apache.sling.devel/721
> [2] http://www.day.com/maven/rjax/

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


[jira] Assigned: (SLING-92) microjax - lightweight Ajax client and servlet for microsling

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz reassigned SLING-92:
----------------------------------------

    Assignee:     (was: Bertrand Delacretaz)

> microjax - lightweight Ajax client and servlet for microsling
> -------------------------------------------------------------
>
>                 Key: SLING-92
>                 URL: https://issues.apache.org/jira/browse/SLING-92
>             Project: Sling
>          Issue Type: Improvement
>          Components: microsling
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
> As discussed on the mailing list [1], I'll contribute to microsling the experimental "r-jax" stuff [2] that we wrote together with David Nuescheler.
> The main changes are:
> 1) The default microsling servlet needs to handle POSTs in a more clever way, to provide useful services to the javascript client
> 2) For GETs, the default microsling servlet needs to provide a JSON representation, when the json extension is used. This will be extensible to XML and other output formats.
> [1] http://thread.gmane.org/gmane.comp.apache.sling.devel/721
> [2] http://www.day.com/maven/rjax/

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


[jira] Assigned: (SLING-92) microjax - lightweight Ajax client and servlet for microsling

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz reassigned SLING-92:
----------------------------------------

    Assignee: Bertrand Delacretaz

> microjax - lightweight Ajax client and servlet for microsling
> -------------------------------------------------------------
>
>                 Key: SLING-92
>                 URL: https://issues.apache.org/jira/browse/SLING-92
>             Project: Sling
>          Issue Type: Improvement
>          Components: microsling
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>
> As discussed on the mailing list [1], I'll contribute to microsling the experimental "r-jax" stuff [2] that we wrote together with David Nuescheler.
> The main changes are:
> 1) The default microsling servlet needs to handle POSTs in a more clever way, to provide useful services to the javascript client
> 2) For GETs, the default microsling servlet needs to provide a JSON representation, when the json extension is used. This will be extensible to XML and other output formats.
> [1] http://thread.gmane.org/gmane.comp.apache.sling.devel/721
> [2] http://www.day.com/maven/rjax/

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