You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2008/04/08 00:11:58 UTC

[jira] Created: (CONTINUUM-1719) Refactoring the xmlrpc part to add more easily new remote providers

Refactoring the xmlrpc part to add more easily new remote providers
-------------------------------------------------------------------

                 Key: CONTINUUM-1719
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1719
             Project: Continuum
          Issue Type: Improvement
            Reporter: Olivier Lamy
             Fix For: 1.2


Currently accessing remotely is xmlrpc based. We could add more remote providers (like cfx).
With adding a soap stack, the continuum instance will publish a wsdl file and client will be able to build easily their own client.
Proposal structure :
- continuum-remote
     continuum-remote-api
     continuum-remote-providers
       continuum-xmlrpc (here all current xmlrpc modules except continuum-xmlrpc-api which will be moved to continuum-remote-api)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1719) Refactoring the xmlrpc part to add more easily new remote providers

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated CONTINUUM-1719:
------------------------------------

    Assignee:     (was: Olivier Lamy)

> Refactoring the xmlrpc part to add more easily new remote providers
> -------------------------------------------------------------------
>
>                 Key: CONTINUUM-1719
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1719
>             Project: Continuum
>          Issue Type: Improvement
>            Reporter: Olivier Lamy
>             Fix For: Reviewed
>
>
> Currently accessing remotely is xmlrpc based. We could add more remote providers (like cfx).
> With adding a soap stack, the continuum instance will publish a wsdl file and client will be able to build easily their own client.
> Proposal structure :
> {code}
> continuum-remote
>      continuum-remote-api
>      continuum-remote-providers
>        continuum-xmlrpc (here all current xmlrpc modules except continuum-xmlrpc-api which will be moved to continuum-remote-api)
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1719) Refactoring the xmlrpc part to add more easily new remote providers

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated CONTINUUM-1719:
------------------------------------

    Fix Version/s:     (was: 1.2)
                   1.x

> Refactoring the xmlrpc part to add more easily new remote providers
> -------------------------------------------------------------------
>
>                 Key: CONTINUUM-1719
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1719
>             Project: Continuum
>          Issue Type: Improvement
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 1.x
>
>
> Currently accessing remotely is xmlrpc based. We could add more remote providers (like cfx).
> With adding a soap stack, the continuum instance will publish a wsdl file and client will be able to build easily their own client.
> Proposal structure :
> {code}
> continuum-remote
>      continuum-remote-api
>      continuum-remote-providers
>        continuum-xmlrpc (here all current xmlrpc modules except continuum-xmlrpc-api which will be moved to continuum-remote-api)
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1719) Refactoring the xmlrpc part to add more easily new remote providers

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-1719:
-----------------------------------

    Fix Version/s: Reviewed

> Refactoring the xmlrpc part to add more easily new remote providers
> -------------------------------------------------------------------
>
>                 Key: CONTINUUM-1719
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1719
>             Project: Continuum
>          Issue Type: Improvement
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: Reviewed
>
>
> Currently accessing remotely is xmlrpc based. We could add more remote providers (like cfx).
> With adding a soap stack, the continuum instance will publish a wsdl file and client will be able to build easily their own client.
> Proposal structure :
> {code}
> continuum-remote
>      continuum-remote-api
>      continuum-remote-providers
>        continuum-xmlrpc (here all current xmlrpc modules except continuum-xmlrpc-api which will be moved to continuum-remote-api)
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1719) Refactoring the xmlrpc part to add more easily new remote providers

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated CONTINUUM-1719:
------------------------------------

         Assignee: Olivier Lamy
      Description: 
Currently accessing remotely is xmlrpc based. We could add more remote providers (like cfx).
With adding a soap stack, the continuum instance will publish a wsdl file and client will be able to build easily their own client.
Proposal structure :
{code}
continuum-remote
     continuum-remote-api
     continuum-remote-providers
       continuum-xmlrpc (here all current xmlrpc modules except continuum-xmlrpc-api which will be moved to continuum-remote-api)
{code}

  was:
Currently accessing remotely is xmlrpc based. We could add more remote providers (like cfx).
With adding a soap stack, the continuum instance will publish a wsdl file and client will be able to build easily their own client.
Proposal structure :
- continuum-remote
     continuum-remote-api
     continuum-remote-providers
       continuum-xmlrpc (here all current xmlrpc modules except continuum-xmlrpc-api which will be moved to continuum-remote-api)

    Fix Version/s: 1.2

> Refactoring the xmlrpc part to add more easily new remote providers
> -------------------------------------------------------------------
>
>                 Key: CONTINUUM-1719
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1719
>             Project: Continuum
>          Issue Type: Improvement
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 1.2
>
>
> Currently accessing remotely is xmlrpc based. We could add more remote providers (like cfx).
> With adding a soap stack, the continuum instance will publish a wsdl file and client will be able to build easily their own client.
> Proposal structure :
> {code}
> continuum-remote
>      continuum-remote-api
>      continuum-remote-providers
>        continuum-xmlrpc (here all current xmlrpc modules except continuum-xmlrpc-api which will be moved to continuum-remote-api)
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira