Projects:Centralized control changes/Technical Specifications
Contents |
Centralized control changes - Technical Specifications
General Information
Class hierarchy example:
Current request flow
Current flow from UI (view) -> Servlet (controller):
Proposed request flow
- Flow from UI (view) to Servlet (controller):
Changes in AD
- Changes to be made in the Application Dictionary:
- Add new field in the AD_User table, to flag if the user wants a confirmation when a change is made in a record or save the record automatically without prompting a confirmation.
Changes in manual code
Menu handler
Java (VerticalMenu.java)
HTML
- The links now must be a submitComandForm() to be able to receive the data and perform an action.