Author: vgritsenko
Date: Wed Feb 28 19:57:16 2007
New Revision: 513127
URL: http://svn.apache.org/viewvc?view=rev&rev=513127
Log:
add more tasks
Modified:
xml/xindice/trunk/status.xml
Modified: xml/xindice/trunk/status.xml
URL:
http://svn.apache.org/viewvc/xml/xindice/trunk/status.xml?view=diff&rev=513127&r1=513126&r2=513127
==============================================================================
--- xml/xindice/trunk/status.xml (original)
+++ xml/xindice/trunk/status.xml Wed Feb 28 19:57:16 2007
@@ -70,13 +70,29 @@
XQuery implementation.
</action>
</actions>
- <actions priority="high">
+ <actions priority="High Priority">
<action context="code" dev="open">
<strong>WebAdmin</strong> Integrate new WebDAV capable
WebAdmin into
the main codebase.
</action>
+ <action context="code" dev="open">
+ <strong>Caching</strong> Revisit implementation of documents
cache in
+ the core Collection class. Clarify caching semantics,
implement caching
+ for all use cases (compressed, uncompressed, binary objects).
Ensure
+ dirty data can not be placed in the cache.
+ </action>
+ <action context="code" dev="open">
+ <strong>XML-RPC</strong> Extend Xindice XML-RPC API to support
transmission
+ of collection's symbol table to the client and to support
exchange of
+ compressed documents between server and the client for
improved performance.
+ </action>
</actions>
- <actions priority="medium">
+ <actions priority="Medium Priority">
+ <action context="code" dev="open">
+ <strong>Entity Catalogue</strong> Xindice should have internal
XML entity
+ catalogue and utilize it. Catalogue management operations
should be made
+ available via Collection API.
+ </action>
<action context="code" dev="open">
<strong>Authentication</strong> Xindice server should support
collection
level authentication as per XML:DB Database.getCollection
method.