[
https://issues.apache.org/jira/browse/ABDERA-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566282#action_12566282
]
Remy Gendron commented on ABDERA-104:
-------------------------------------
Went back to RFC4287.
I was missusing the getId() method. I now understand the difference between the
atom:[EMAIL PROTECTED] and the atom:id tags.
However, I would like some pointers on providing feed ids...
Do you recommend using a uuid, a guid or... where can I get pointers on the
tag: constructs used in the unit tests?
I can see the use of a feed id when building a generic adapter for a generic
feed server and using the id to map into your feed table. However, I'm building
an Abdera server over an existing application and the relation between the
adapter and the database content is obviously hard coded in my adapters. I
really have no need for the feed id. Should I just provide a filler value?
Thanks again!
> Do not call AbstractCollectionAdapter.getId() in createFeedBase() if using
> default RouteManager.
> ------------------------------------------------------------------------------------------------
>
> Key: ABDERA-104
> URL: https://issues.apache.org/jira/browse/ABDERA-104
> Project: Abdera
> Issue Type: New Feature
> Affects Versions: 0.3.0
> Reporter: Remy Gendron
> Priority: Minor
>
> As the feed IRI is fixed based on the provider base and collection href, this
> information should be automatically generated.
> This way, configuration information would not need to be maintained in
> multiple places.
> Thanks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.