Feature
|
|
Benefit
|
||||||||||||
Directory Heirarchy
|
-
|
By providing a pre-defined directory structure, projects can copy it to their own projects providing consistency across projects. |
||||||||||||
Makefile
|
-
|
Makefiles are used to compile all the source code that makes up a project. T3 provides makefiles with all the necessary rules predefined to compile C files, Oracle files, Tuxedo View and FML definitions, Tuxedo servers and clients, even Tuxedo Configuration files. | ||||||||||||
Pre-Built Servers
|
-
|
Every Tuxedo applications needs infrastructure services that are not directly part of the application. T3 provides a set of pre-built servers to fulfill this need, eliminating the need for each product to build these themselves.
|
||||||||||||
TPS Shield
|
- | The TPS Shield is a generalized Tuxedo Service that has a Production Quality infrastructure already defined. The programmer merely writes a series of small functions and automatically inherits all of the Shields production qualities. The Shield takes care of all of the Tuxedo nuaisance, leaving the programmer free to concentrate on the business logic. | ||||||||||||
Libraries
|
-
|
T3 provides a set of library functions that are both a super-set of the Tuxedo library plus new functions. This allows
|
||||||||||||
Source Code
|
- | T3 is delivered in Source Code form. Unlike 4GL and Application Generators that often get in the way of desired functionality and must be worked around, T3 can easily be modified with new or additional functionality. Pieces can be cut and pasted together to achieve the desired functionality. But at no time does T3 get in the way of what the programmer is trying to do. |