|
Last
revision of this document: |
This
is document contains the xml-structure with displayed and internal
code and description for the implemented Business-Tasks of an
application.
This file is an example used for the step-by-step
instructions to develop a Fat-Client.
The documented structure is
in the file 'Tasks.xml'; for the english version this file is in
directory 'TEXT.en'.
For easy 'cut and paste' ;-)
Credits:To
many to list; please see the linked documents with the detailed
descriptions.
No
special, but implementing the code described here is only meaningful
in context with the step-by-step instructions for developing a
Fat-Client in Java.
No
special, but implementing the code described here is only meaningful
in context with the step-by-step instructions for developing a
Fat-Client in Java.<!--
Root-Element (Tasks); has to be there otherwise the parser reports
an error -->
<Tasks><!--
*********************************************
--></Tasks><!--
********** Marker if entered codes are converted to UpperCase
*********** --><!--
*********************************************
-->
<UpperCase></UpperCase><!--
********** List of selectable Codes; displayed as ordered here
***********
--> <Task> <DisplayedCode>P</DisplayedCode> <InternalCode>P <Description>Maintain
Project and
language</InternalCode></Description> <Parameter1Label>Project-Code</ </Task>Parameter1Label> <Parameter1MinimumLength>2</Parameter1MinimumLength> <Parameter2Label>Language-Code</Parameter2Label> <Parameter2MinimumLength>0</Parameter2MinimumLength> <Task> <DisplayedCode>S</DisplayedCode> <InternalCode>S <Description>Maintain
Slide Show for a
Project</InternalCode></Description> <Parameter1Label>Project-Code</Parameter1Label> <Parameter1MinimumLength>2</ </Task>Parameter1MinimumLength> <Parameter2Label>Language-Code</Parameter2Label> <Parameter2MinimumLength>0</Parameter2MinimumLength>
Related
Documents:Related
Documents:Directory
Architecture shows the structure of sub-directories with
parameter-files.
Structure
of the xml-file with the list of Tasks for the application
(Tasks.xml in directory TEXT.en)
gives a theoretical background.