You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "vasu nori (JIRA)" <ji...@apache.org> on 2008/01/16 19:06:37 UTC

[jira] Updated: (ABDERA-88) Addition of Adapters to Abdera

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

vasu nori updated ABDERA-88:
----------------------------

    Attachment: adapter.tar.gz

in the attached tar.gz file, included are the following files
  . Adapter.java
  . AdapterManager.java
  . AbstractAdapter.java

assumed to be in the package org.apache.abdera.adapter

AdapterManager.java looks for a properties file. The path to the properties file is to be decided.

> Addition of Adapters to Abdera
> ------------------------------
>
>                 Key: ABDERA-88
>                 URL: https://issues.apache.org/jira/browse/ABDERA-88
>             Project: Abdera
>          Issue Type: New Feature
>            Reporter: vasu nori
>         Attachments: adapter.tar.gz
>
>
> While developing google-feedserver code based on Abdera framework, we added the concept of Adapters to the framework. We would like to submit this into Abdera framework, so that it could be useful to other Abdera developers.
> Adapters contain code to do all CRUD operations on data and none of the atom protocol itself. 
> Adapters talk to the datasources and contain all the code to deal with the datasources -connection, retrieval/update/delete/store data on the datasources, deal with the security issues on the datasources etc.

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