Tags:
no tags assigned
Class WorkspaceDoc
in package de.infoasset.platform.documentation
- Declaration
- public class WorkspaceDoc
- extends Object
- Hierarchy
java.lang.Object
de.infoasset.platform.documentation.WorkspaceDoc
See ModularityDoc and Plugin before reading this article.
scripts
installer.jar
nt-run.bat
linux-run
installer-lib
software
The Tricia Workspace
Tricia makes heavy use of the convention over configuration paradigm, therefore a standardized organization of all artifacts is required.Since there are two different ways of running Tricia - in the Eclipse IDE in the development phase, or standalone for production - there are two workspace layouts.
The Development Workspace
- data-test contains all data files for running Tricia
in test mode (see RunTriciaDoc)
- files
- files-deleted
- hsqldb
- lucene-index
- ...
- repos - contains all repositories (see
ModularityDoc)
- tricia
- blog
- file
- core
- wiki
- ...
- ...
- tricia
- staging - one folder per plugin to be run in staging mode
(see RunTriciaDoc)
- wwwmatthes
- data
- files
- files-deleted
- hsqldb
- lucene-index
- ...
- properties
- data
- ...
- wwwmatthes
The Production Workspace
- backup
- data - contains all data files for running Tricia in
production mode (see RunTriciaDoc)
- files
- files-deleted
- hsqldb
- lucene-index
- ...
- properties
- properties.txt
- configuration.xml
- wrapper.conf
- wrapper.log
- ...
- repos
- tricia
- ...
- 2.6_a0f38f_ed7fd9
- tricia
- ...
- 2.6_a0f38f_ed7fd9
- tricia
- ...
Constructor Summary
Constructor Detail
WorkspaceDoc
public WorkspaceDoc()
0 Comments