GUI Subsystem

Last modified 15 Nov 2021 14:56 +01:00
OUTDATED
This page is outdated, it contains information that was not updated in a long time. The described functionality may or may not work. Do not rely on information provided on this page.

Introduction

GUI subsystem interacts with the users. It interacts with various user types: administrators, end users, help desk operators, etc. This subsystem may in fact contain several GUI applications for a different purposes. There is a stock rich system administrator interface used for system configuration and monitoring. But it is expected that other interfaces will come in the future or will be created as part of system customization, e.g. a simple portlet for end-user password reset.

Responsibility

  • User authentication

  • Administrator interaction

    • System configuration and customization

    • System monitoring

    • Managing any user/account record

    • Troubleshooting

  • End-User interaction

    • User self-service

    • Checking own assignments

  • Fine-grained authorization

Component Diagram

GUI Subsystem

Data Structures

GUI subsystem, and especially the administration interface, is using all the objects of the Data Model. This includes dynamic interpretation of the Resource Schema and possibly other dynamic schemas. This happens especially when a dynamic form is presented to the user and validated after submit.

Description

Our web application administration interface takes advanage from JSF 2.0 in cooperation with Spring. We are using IceFaces 2.0 as basic JSF tag library which provides many AJAX enabled components. Web application also contains several special components, e.g. generated forms component or XML editor based on CodeMirror JavaScript library. JSF together with templates provides powerful page design customization possibilities as well as localization to many different languages. Currently we support English, Slovak, Czech, German, Norvegian, Swedish. Spring is used for controllers, backing beans. Spring Security is gread framework for securing web application, it’s resources and fine-grained authorization based on predefined roles.

Was this page helpful?
YES NO
Thanks for your feedback