From e019a5fee0e5f5460d7894b21d8a8c0c0404ece9 Mon Sep 17 00:00:00 2001 From: rk Date: Tue, 25 Sep 2001 21:33:02 +0000 Subject: [PATCH] moved STRUKTUR.txt to CODESTRUCTURE, I'll start working on the text soon :) --- doc/{STRUKTUR.txt => CODESTRUCTURE} | 15 +++++++++++++++ 1 file changed, 15 insertions(+) rename doc/{STRUKTUR.txt => CODESTRUCTURE} (78%) diff --git a/doc/STRUKTUR.txt b/doc/CODESTRUCTURE similarity index 78% rename from doc/STRUKTUR.txt rename to doc/CODESTRUCTURE index 42f664cc..df2cff25 100755 --- a/doc/STRUKTUR.txt +++ b/doc/CODESTRUCTURE @@ -1,3 +1,18 @@ +------------------------------------------------------------------------------------- + +A short intro to the code-structure of Mir + +------------------------------------------------------------------------------------- + +In the java-source tree you will find the following: + + - two packages (mir and mircoders) + - two classes (OpenMir and Mir) + + + + + 1. Database / Entity Klassen Die zugrundeliegende Speicherungsschicht wird von den StorageObjekten realisiert. StorageObjekt ist eine generische Klasse, die zur Zeit nur als Datenbankablage realisiert ist. Es waere jedoch mehr oder weniger einfach auch eine Ablage im Filesystem zu implementieren, womit offline-Arbeit mit dem Produktionssystem denkbar waere. -- 2.11.0