Colored yellows above are the functional scope of Jaffiiss framework.
Function description as follows:
1.
1.In
a Weblication
environment,
Jaffiiss absolutely separates
the screen design effort at Browser site①
and
the logic development effort at Server site②.
2.
2.At Browser
site①,
Jaffiiss supports the Rich-client functions in a
Thin-client environment with
Bowser-only required.
3.
3.At Browser
site①,
enriched
terminal control functions are supported
via field attribute setting, without any script programming
required.
4.
4.At Server
site②,
under a MVC structure, Jaffiiss covered V & C.
All forces can concentrate on business logic development.
M portion (business
logic) shown above, with
Aqua colored.
5.
5.At Server
site②,
Aim at business development (M portion with Aqua colored),
further productivity can be derived from patternized
approach.
M portion (patternized)
shown above, with
Blue colored.
Development forces can focus only on specific business logic.
M portion (specific
business logic) shown above, with
Green colored.
6.
6Data
submitted from browser site, will be provided to Application
program via an auto-generated
UI
Data Bean③
shown above.
Application program only have to deal with UI
Data Bean by simple
Get/Set to accomplish screen I/O, without any knowledge of
HTTP
Request / Response required.
7.