Tags:
no tags assigned
Class IndexDoc
in package de.infoasset.platform.documentation
- Declaration
- public class IndexDoc
- extends Object
- Hierarchy
java.lang.Object
de.infoasset.platform.documentation.IndexDoc
Tricia Platform Documentation
This page gives an overview of the documentation of the Tricia platform and contains references to articles in an order suitable for learning the platform.Introduction
- What is Tricia? (see WhatIsTriciaDoc)
- Download and installation (see here)
- Repositories (see ModularityDoc) and Plugins (see Plugin) in the Workspace (see WorkspaceDoc)
- Starting (see RunTriciaDoc) and configuring (see ConfigurationDoc) Tricia applications
The basics of request handling
- Handler as the central element of request handling
- Stations: Lines for request forwarding and AnswerStations for generating responses
- Specifying URLs using Forwarders
- Mapping a URL to a handler (see HandlerDispatcher)
Generating formatted output
- There are four basic types of substitutions (see TemplateDoc)
- How to specify the template to be used? (see TemplateFinder)
- Hello World in Tricia (see HelloWorldDoc)
Data Objects are modeled in Tricia as Entitys (see EntityBigPictureDoc for a UML class diagram containing all concepts)
-
Part 1 (see EntitiesPart1Doc)
- Schema
- Propertys
- Roles
- Object-relational mapping (see ObjectRelationalMappingDoc)
- URLs
- Queries (see Query)
- Part 2 (see EntitiesPart2Doc)
- FunctionSubstitutionsDoc
- Static function
- Asset function
- Property function
- Role function
- Label and Help Messages
- Validators
- Life cycle
- CRUD handler
- Action and Views
- FunctionSubstitutionsDoc
- Part 3 (see EntitiesPart3Doc)
- Mixin types
- ChangeListener
Testing Tricia (see TestingDoc)
Localizable Messages
Client Context
Miscellaneous
- Anonymous inner classes
- Tricia makes use of Eclipse features (see EclipseDoc)
- Code templates (see EclipseTemplatesDoc)
- Enabling different look and feels using themes (see ThemesDoc)
Constructor Summary
|
Constructor Detail
IndexDoc
public IndexDoc()
Referenced by:
0 Comments