Hi! I just lost a few hours on this:
In AbstractCollectionAdapter, you have:
public String getHref(RequestContext request) {
return request.urlFor("feed", hrefParams);
}
In most Abdera code and examples, you have setTargetBuilder(new
TemplateBuilder() ... .setTemplate(TargetType.TYPE_COLLECTION) ... )
TargetType.TYPE_COLLECTION is not at all "feed" !!! Any explanation? A committer would open a JIRA issue on this? Thanks! Christophe
