Portal/WP/technical details
From Steeple
< Portal | WP(Redirected from Portal technical details)
This contains technical details about the Steeple Portal technical implementation and design. Information about the Portal Architecture is also available.
Contents |
[edit] 1 Technology Stack
- Grails (Java Web Framework)
- HTML/CSS - web presentation
- Javascript
[edit] 1.1 Problems still to solve
- What flash player to use by default? - probably http://www.longtailvideo.com/players/jw-flv-player/
- What to deliver as the final product? - A webapp (war file)
- How to handle customization and configuration - this will probably be handled by reading a config file (properties file) if it exists and loading settings from it (which will include locations to load plugins/modules from as well), ideally some of the configuration parameters will be able to be changed at runtime as well (thought writing changes back to the config file is out of scope)
