Feature Enhancements
a) Auto-update of files
With the Auto Update feature added in HACP EE 1.10, Users need not manually change the context root or clear the browser history after every build deployment, to run the application.
-
Once the User deploys a new build, application automatically updated the client-side java script files and CSS files.
-
Users get the new build changes with new features.
-
No need to clear the browser cache.
b) Custom UI
The purpose of this feature is to provide options to customize the UI in HACP EE.
-
User can customize the UI design of the HACP EE web page by specifying a custom template.
-
Need to specify the templateURL (parameter name) and value is the full specified path of the custom template in web.properties file
For example:
templateURL=C:/Users/admin/Documents/UI.jsp
-
If the file is not available, then default HACP EE page will be shown.
-
By using this sample custom template, user can customize the logo bar, about panel, background color, and image of the login page. The user can also change the images of 3270 and 5250 icons and can disable the properties under the settings panel.
c) Admin Console
The Admin Console is a web-based solution for managing various user and session configurations. Administrators can manage and configure the User and Session Properties.
Admin Console is deployed along with HACP EE EAR file. Adding ‘/adminconsole’ to the HACPEE URL will launch the Admin Console Login page.