https://github.com/saada/vlab
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saada/vlab
- Owner: saada
- Created: 2013-02-05T20:20:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-13T02:00:02.000Z (over 13 years ago)
- Last Synced: 2025-06-27T15:07:05.291Z (11 months ago)
- Language: Java
- Size: 5.3 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VLAB
====
# Design:
1) One Entry Point that check a state machine (stored on the server session).
2) Populate one pageContainer div
3) Every pageServlet or widgetServlet should extend a class that checks the state for each request including role validation.
4) Validate every request on both client side and server side.