Tricia Help
Last edited Oct 28, 2011
Tags: no tags assigned  

Class WorkspaceDoc

in package de.infoasset.platform.documentation

Declaration
public class WorkspaceDoc
extends Object
Hierarchy
java.lang.Object
  extendsde.infoasset.platform.documentation.WorkspaceDoc
See ModularityDoc and Plugin before reading this article.

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
      • ...
    • ...
  • staging - one folder per plugin to be run in staging mode (see RunTriciaDoc)
    • wwwmatthes
      • data
        • files
        • files-deleted
        • hsqldb
        • lucene-index
        • ...
      • properties
    • ...

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
  • scripts
    • installer.jar
    • nt-run.bat
    • linux-run
    • installer-lib
      • ...
    • software
      • repos
        • tricia
        • ...
      • 2.6_a0f38f_ed7fd9
        • tricia
        • ...
      • 2.6_a0f38f_ed7fd9
        • tricia
        • ...
    • Constructor Summary

      WorkspaceDoc()

      Constructor Detail

      WorkspaceDoc

      public WorkspaceDoc()

      0 Comments