Screencast
This screencast is a tour of a typical feature implemented with WEB4J. It gives you a good feeling for what your application code will look like.Items mentioned during the screencast :
- Model Objects
- Validation belongs in a Model Object
- Checked versus unchecked exceptions
- Immutable objects
- Avoid JavaBeans style of construction
- Package by feature, not layer
- Forward versus redirect
- ModelCtorException
- Check
- Validator
- AppResponseMessage
- Db
- ActionTemplateShowAndApply
- SqlId
- RequestParameter
- ResponsePage
- Populate
- TextFlow