About Wicket
With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.
Learn
Wicket 官网
Wicket 官网中有非常详细的介绍,包括:
- 快速开始
教你使用 Maven 下载一个 Hello World 源代码,并导入 Eclipse 中。 - 使用指南
使用指南里有很多 Wicket 示例代码,下载后可以直接导入 Eclipse 里,非常方便。 - Wicket 下载
包含所有版本的 Wicket,可以下载 JAR 包,也可以添加 Maven 依赖。 - Examples
- Components
Wicket 中一些组件,包括文本框、链接、表单等的使用说明。 - Wicket6.X API
- …
其他
\\192.168.41.205\100.temp\Test\Wicket 参考资料
Wicket 开发指南 等资料中使用的 Wicket 版本都是比较老的,只作为参考。
强烈建议 只看 Wicket 官网 中的使用指南