---------------------------------------------------------------------------
X-TEA Modeler README
---------------------------------------------------------------------------
* About the Software
* Installing and Launching
* About xteamdl.properties
* Sample Models
* About Manual Server Modules
---------------------------------------------------------------------------
* About the software
X-TEA Modeler is an engineering tool designed for developments of enter-
prise systems. You can draw datamodels, job-flows, task manuals and speci-
fications of table and function. Java Runtime Environment(1.7 or 1.8) is
required.
---------------------------------------------------------------------------
* Installing and Launching
1. Install JRE as required
2. Uninstall old X-TEA Modeler if installed
3. Double-click INSTALL.EXE of the Installer
4. Double-click any file with extension of ".xead"
---------------------------------------------------------------------------
* About xteamdl.properties
You can control fonts and folder conditions of the tool by editting the
plain text file named xteamdl.properties. Here is a example.

#***************************
# X-TEA Modeler Properties *
#***************************
MainFont = Times New Roman
IOImageFont = Profont
IOImageFontSize = 18
IOImageFolder = <CURRENT>\\images

"IOImageFont" is a monospace font for IO Images. "IOImageFontSize" is the
size of the monospace font. "IOImageFolder" is the folder where screen shots
of IO Images should be stored(<CURRENT> is the folder content file is).
---------------------------------------------------------------------------
* Sample Models
Skeleton.xead is a simple sample system designed to use as skeleton.
MfgOrder.xead is a Manufacturing control system written in Japanese.
Even it is in Japanese, datamodels and job-flows shold be a good guide
for beginers.
---------------------------------------------------------------------------
* About Manual Server Modules
Folder with name of manualServer contains 9 files(files with extension of
.html, .css and .js) to show task definition as task manual on WEB browsers.
You may need to edit javascript codes for your environment.

- Files for role list
rolelist.html, rolelist.css, rolelist.js

- Files for task list
tasklist.html, tasklist.css, tasklist.js

- Files for task manual
task.html, task.css, task.js

- Basic Usages
1. Upload those 9 files on WEB server folder(ex. ..../xead)
2. Rename yourSystem.xead into yourSystem.xml and upload
   to the same folder
3. Browse page of role list by typing URL as follows
   ..../xead/rolelist.html?file=yourSystem.xml
4. Browse page of task list of a specific role by typing
   URL as follows(XX is ID of the role)
   ..../xead/tasklist.html?file=yourSystem.xml&id=XX

You can also upload screen shot files on images folder under
the WEB server folder above(ex. ..../xead/images). Name files
according to rules mentioned in FunctionIO.html. Note you have
to edit JavaScript codes if your file extension is other than
PNG but GIF or JPG.
---------------------------------------------------------------------------
All contents Copyright(C) 2004-2015 DB Concept Ltd. All rights reserved.
