jWic 3.1.0

Packages
de.jwic.base Base classes and interfaces used by the jWic framework.
de.jwic.controls Basic controls like Button, InputBox and more.
de.jwic.controls.layout Containers that arrange child controls based upon programmatic settings without a template.
de.jwic.events Common event and listeners classes/interfaces.
de.jwic.renderer.jsp JSP based renderer implementation.
de.jwic.renderer.self The SelfRenderer passes the RenderContext to a control so that it can render itself to HTML.
de.jwic.renderer.util Utility classes used by renderer implementations.
de.jwic.renderer.velocity The default renderer implementation for controls, based upon velocity templates.
de.jwic.spring Classes that are required to integrate jWic with the springframework.
de.jwic.test Utility classes that help to write JUnit testcases for jWic controls.
de.jwic.upload Classes that manage uploaded files.
de.jwic.util Some utility classes.
de.jwic.web The core engine that handles jWic applications within a servlet container.