I am building a web map application using:
- GeoServer
- OpenLayers
- Tomcat
I would like to build a web application, where the user can log in and have the map arranged according to their profile. As I am already using tomcat, I would like to stick with java.
However, I have found that python is more suitable to web programming, so is jython an alternative?
This thread provided some light, but is not complete.
Are there any examples?
I have thought of using JSF and implementing wms service from geoserver. Any ideas and suggestions to get started. I am ready to learn new technologies.
Features:
- User Should be able to log in to an application.
- User Should be able to only view maps that their role/user permits.
- The application should only make use of the technology listed above, if possible.