-
Notifications
You must be signed in to change notification settings - Fork 2
Runtime View
haup_ca edited this page Oct 27, 2016
·
2 revisions
Table of Contents
The webpage needs to be initalized by the controler in the server-side when the user opens it. In order to do this, the controller gets the filteres and menu items calling the Webservice and renders the JSP page with. It initializes all the Javascript components throw main.js (by calling the webservice) afterwards.

When the user applieds or removes a filter (selecting a property, search a a string, remove a current parameter, …) the current query changes. So the KnoledgeFinder reads the response recived from the Index and shows it to the user.

Without changing the query, the user can modificate (p.e. Hide/Show buttons) which properties should be shown in the exploration.
