In JCodeBox, a web style governs how your generated web application will be configured and how it will operate at runtime. It dictates what components JCodeBox will automatically generate for you (system components i.e. an application error JSP) and how
the different parts of your web application will interact (i.e. using a front controller servlet to forward requests).
Currently there are two web style settings available (in JCodeBox system options):
- None
No web style will be applied to your generated web application
- View helper/Service to workers (VHSTW)
The View helper/Service to workers web style will be applied to your generated web application