[
https://issues.apache.org/jira/browse/CLEREZZA-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manuel Innerhofer updated CLEREZZA-214:
---------------------------------------
Description:
At the moment:
E.g I have a resource of type "http:localhost:8080/MyTop10CountrySongs". When I
request the resource in the browser, then my Top10CountrySongsTypeHandler is
invoked, which will search my graph and determines by top 10 favorite country
songs. A graph node in a UnionGraph of a SimpleMGraph (containing triples from
my resource to the 10 songs) and the content graph is finally returned by the
TypeHandler for rendering.
The Problem:
Now I'd like to render my "http:localhost:8080/MyTop10CountrySongs" resource
within a .ssp. But the Top10CountrySongsTypeHandler, which complemented the
graph, is not executed, therefore the the properties pointing to the songs are
missing.
The Request:
Please fix this
was:
At the moment:
E.g I have a resource of type "http:localhost:8080/MyTop10CountrySongs". When I
request the resource in the browser, then my Top10CountrySongsTypeHandler is
invoked, which will search my graph and determines by top 10 favorite country
songs. A graph node in a UnionGraph of a SimpleMGraph (containing triples from
my resource to the 10 songs) and the content graph is finally returned by the
TypeHandler for rendering.
The Problem:
Now I'd like to render my "http:localhost:8080/MyTop10CountrySongs" resource
within a .ssp. But the Top10CountrySongsTypeHandler, which complemented the
graph, is not be executed, therefore the the properties pointing to the songs
are missing.
The Request:
Please fix this
> In platform.typerendering: When using the render() function in ssp, a
> TypeHandler (if existent) should be invoked to "process" GraphNode before
> rendering.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CLEREZZA-214
> URL: https://issues.apache.org/jira/browse/CLEREZZA-214
> Project: Clerezza
> Issue Type: Improvement
> Reporter: Manuel Innerhofer
>
> At the moment:
> E.g I have a resource of type "http:localhost:8080/MyTop10CountrySongs". When
> I request the resource in the browser, then my Top10CountrySongsTypeHandler
> is invoked, which will search my graph and determines by top 10 favorite
> country songs. A graph node in a UnionGraph of a SimpleMGraph (containing
> triples from my resource to the 10 songs) and the content graph is finally
> returned by the TypeHandler for rendering.
> The Problem:
> Now I'd like to render my "http:localhost:8080/MyTop10CountrySongs" resource
> within a .ssp. But the Top10CountrySongsTypeHandler, which complemented the
> graph, is not executed, therefore the the properties pointing to the songs
> are missing.
> The Request:
> Please fix this
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.