Version 1 (modified by pavlina, 16 years ago) (diff) |
---|
Analysis
Overview
This task is connected to the user part of the web server. It includes user registration, creation of user profile and the change to edit it.
Task requirements
- depends on S2S_WEB_COMMONS_R1
- there should be created a working registration link and page
- the home page should be changed from login user to welcome user page
- the user profile page should be created and added in the navigation menu
- the user must have the chance to edit his/her profile
- there is no need to be beautiful, the important part is to communicate correctly with the database and show the results as JSPs.
Task result
Pages and links about:
- user registration
- user profile(or username's profile)
- editing profile
Implementation idea
- Use the service package and its user and group classes for managing the users.
- Create servlets in webapp package to handle the information from the new jsps.
Related
S2S_WEB_COMMONS_R0
S2S_WEB_COMMONS_R1
S2S_DEPLOY_TECHNOLOGIES_R0
S2S_PERSISTENCE_COMMONS_R0
S2S_CORE_SECURITY_R0
How to demo
- register a user
- show the new user pages
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)