You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Douglas Siqueira Leite (JIRA)" <de...@tuscany.apache.org> on 2008/07/23 17:15:31 UTC

[jira] Updated: (TUSCANY-2494) Improving binding-gdata to handle with google services in a generic way / Allowing a component to provide a google service

     [ https://issues.apache.org/jira/browse/TUSCANY-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Douglas Siqueira Leite updated TUSCANY-2494:
--------------------------------------------

    Attachment: binding-gdata-runtime-tuscany-2494_douglasleite_2008_07_23.patch
                binding-gdata-tuscany-2494_douglasleite_2008_07_23.patch

#Improving binding-gdata to handle with google services in a generic way : 
    - A new attribute was created to be used in SCDL file: serviceType. This attribute is used to specify the kind of service that the binding will handle with, like "cl" to Calendar,  "blogger" to Blogger, or "mail" to GMail. So, we have something like this:

    <binding.gdata uri="..." username="..." password="..." serviceType="cl"/>

#Allowing a component to provide a google service: 
    - This feature is under construction, but the main classes have already been defined.

> Improving binding-gdata to handle with google services in a generic way / Allowing a component to provide a google service
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2494
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2494
>             Project: Tuscany
>          Issue Type: Improvement
>            Reporter: Douglas Siqueira Leite
>         Attachments: binding-gdata-runtime-tuscany-2494_douglasleite_2008_07_23.patch, binding-gdata-tuscany-2494_douglasleite_2008_07_23.patch
>
>
> # Improving binding-gdata to handle with google services in a generic way :
> - The current implementation of binding-gdata only supports access to calendar google service;
> #Allowing a component to provide a google service:
> - The current implementation of binding-gdata does not allow a component to provide google service;

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