New update of JavAjax Web Framework! Upon your request, getResponse() method in RequestContext has been set to public again. Localizer object now makes localization still easier.
- getResponse() method in RequestContext has been set to public visibility
- Added Localizer object, useful to get a localized text through method getString(Locale, key, Object params...)
- Security verification process has been optimized
- Some minor modifications.