Template:PackageDocumentIntroduction
Revision as of 09:37, 27 November 2014 by Js (talk | contribs) (Created page with "OTX documents can be stored in a file system or in a database. If stored in a file system, certain constraints on the organisation of files and folders allow...")
OTX documents can be stored in a file system or in a database. If stored in a file system, certain constraints on the organisation of files and folders allow a simple implementation to find OTX documents easily. The package name (in dotted notation) can simply be translated into a directory path or vice versa, whereas the OTX document name can be translated directly to the file name. It is an analogy to the file system organisation of packages and classes recommended the Java Language Specification.
Java | C# | OTX | File System |
Package | Namespace | Package | Folder |
Document | Document | Document | File |
Class | Class | document name | File content |
Analogies between Java, C # and OTX |
---|
![]() |
Important: Due to the fact that the package name of an document shall not be empty, a so called Root-Package (root folder) shall be exist. |
![]() |
Package/Document Structure |