From: Stefano C. <cam...@ya...> - 2004-09-22 15:39:07
|
Laurian Gridinoc wrote: > Stefano Campanini wrote: > >> Laurian Gridinoc wrote: >> >>> Looking over Annotea protocols [1], storing an annotation is not a >>> problem, i.e.: >>> /annotations/ namespace >>> /annotations/S2eeEfew24 an annotation (actual annotation as RDF, wiki >>> page maybe as annotated resource cached representation) >>> >>> Looking up annotations for a given subject, requires querying the >>> namespace, how does the Lucene search work in platypus, we'll need to >>> retrieve the metadata of all annotations (wiki pages) that are of >>> <rdf:type> <http://www.w3.org/2000/10/annotation-ns#Annotation>? >>> >>> [1] http://www.w3.org/2001/Annotea/User/Protocol.html >>> >> Now isn't implemented yet, but is in our plan. > > > Also, for both annotea and mail lists archive integration we'll need > that the output of a page, at least the namespace root page, to be > handled in various ways; we'll need a way of specifing this i.e. > having in metadata: > annotations:->platypus:handler->org.platypus.servlet.plugin.annotea > either in the RDF metadata of the page, either in a platypus only > metadate of the namespaces, either (simplest, but ugly case) in the > namespace links properties... > > Such that, when accessing /annotations/, the controller servlet will > redirect to the handler servlet > > Please feedback, > > Laur > Hi Laur, I'm working on the index... Paolo is the Servlet-Controller-Man, but in these days (I think this week) is away. I suggest you, to prepare the code to insert in the controller and send it to Paolo when he comeback .... he will see it and give you his feedback. But If you think isn't a big change do it. Bye Bye Laur |