Integrations - Wicket |
rate-12989-36513
| Article Rating? |
|
|
|
| Product Type |
Web Framework |
| Versions Supported |
1.3 |
| Module Status |
- Forge download
- Included with Terracotta Kit 2.4 and above |
| Module Availability - Released (latest) |
Not Available |
| Module Availability - SNAPSHOT (latest) |
See Terracotta Forge Snapshots |
| Download with Kit |
See latest Terracotta Kit |
Introduction
Apache Wicket
is a feature-rich web-application development framework based on Java and HTML. The Terracotta integration module provides for clustering Wicket, primarily user sessions for fail-over.
Dependencies
Java 1.5.
Implementation
To integrate Wicket 1.3, add the following snippet to tc-config.xml:
<modules>
<module name="tim-wicket-<wicket_version>" version="<module_version>"/>
</modules>
For example, if you download the module tim-wicket-1.3-1.0.0-SNAPSHOT, add the following snippet to tc-config.xml:
<modules>
<module name="tim-wicket-1.3" version="1.0.0-SNAPSHOT"/>
</modules>
 |
The name of the module included with the Terracotta kit follows the format clustered-wicket-<struts_version>-<module_version>. |
Known Issues
None.