[W3C Check]TFW's Web LPM III / Proof Of Concept / CRUD VI: View - Index

Page: [tfw/web/lpm/01_poc/08_crud_6/index.jsp] (v2024-08-20_00-00+)

Index page of [CRUD VI] sample.
Page: [tfw/web/lpm/01_poc/08_crud_6/html_frg_login.jsp] (v2024-08-20_00-00++)
Login Information
User ID :
User Name :
Password :
Idle Seconds :
Groups :
Action :  List >>   Tree >>   Logout >> 
Page: [tfw/web/lpm/01_poc/08_crud_6/html_frg_tmp_menu.jsp] (v2024-08-20_00-00+)
Name Functional Description
Modes Description
0 -  Reset mode: 1 -  Stateful mode: 2 -  Stateless mode:
Generate a default operation indicator (CRUD context) into request and session, with all entries set to default values. Get the operation indicator (CRUD context) from session; if not found, generate one into request and session, with all entries set to default values; then fill each entry with non-null request parameters. Get the operation indicator (CRUD context) from request; if not found, generate one into request, with all entries set to default values; then fill each entry with non-null request parameters; use only once for each request, totally no relationship to session.
Data CRUD Basic CRUD sample with the least configuration requirement.

Configuration:
  • Controller: Required.
    To let the controller know what command to parse, what service to call and what pages to jump to.

  • HTML Service: No need.
    The HTML service uses its internal default constant configuration, including the definition of the default data service.

  • DATA Service: No need.
    The data service uses its internal default constant configuration, including the default data table file.
 Go >>   Go >>   Go >> 
User CRUD ...  Go >>   Go >>   Go >> 
Group CRUD ...  Go >>   Go >>   Go >>