[veryquickwiki-develop] [JIRA] (VQW-4) Create persistence framework
Status: Abandoned
Brought to you by:
mteodori
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-01-03 16:53:57
|
[ http://issues.vqwiki.org/browse/VQW-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcello Teodori updated VQW-4:
-------------------------------
Summary: Create persistence framework (was: Create persistency framework)
Description:
We need to create a basic persistence implementation. This should contain the PersistenceManager, FilePersistenceManager and DatabasePersistenceManager classes.
A Topic object should have a method like "saveTopic" which uses an instance of the PersistencyManager class to save the topic contents to either the file system or the database depending on the settings in the admin section.
was:
We need to create a basic persistency implementation for RC1. This should contain the PersistencyManager, FilePersistencyManager and DatabasePersistencyManager classes.
The idea: a Topic object should have a method like "saveTopic" which uses an instance of the PersistencyManager class to save the topic contents to either the file system or the database depending on the settings in the admin section.
> Create persistence framework
> ----------------------------
>
> Key: VQW-4
> URL: http://issues.vqwiki.org/browse/VQW-4
> Project: VQWiki
> Issue Type: Task
> Components: Storage, General
> Affects Versions: 3.0
> Reporter: Martijn van der Kleijn
> Assignee: Martijn van der Kleijn
> Priority: Blocker
> Fix For: 3.0
>
>
> We need to create a basic persistence implementation. This should contain the PersistenceManager, FilePersistenceManager and DatabasePersistenceManager classes.
> A Topic object should have a method like "saveTopic" which uses an instance of the PersistencyManager class to save the topic contents to either the file system or the database depending on the settings in the admin section.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|