Dear All,
I have some questions about the LocalDataStorage implementation and Page resources
display.
1. The current LocalDataStorage implementation uses xmlrpc model and the cache structure
looks like the following:
index
|-space
|-page
As the xmlrpc model is being replaced by org.xwiki.eclipse.model package, do we need to
modify the local storage as well, e.g., adding a folder to store various wikis?
I am not very clear about how local storage works. My rough understanding is like this:
(1) When user accesses a page, local cache stores it.
(2) Whenever user makes a change in the editor, store it in the local cache
(3) when user performs a submission, synchronize the content
2. I have asked how to display page information before, the suggestion from Eduard is the
following:
------ WebHome (PageSummary)
-------- Attachments
---------- dog.png
---------- spreadsheet.xls
-------- XWiki.XWikiComments
---------- 0 : Administrator ('author' property value)
---------- 1 : Guest
---------- 2 : Administrator
-------- XWiki.MyClass
---------- 0 : etc.
---------- 1 : etc.
However, I am not sure what else needs to be included? e.g, annotations, versions,
history, translations?
Once confirmed, I will start working on the page content.
Best regards
Jun Han