Help

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Active development of Seam Wicket has been halted by Red Hat. Functionality has been absorbed by the Wicket Project.

Seam for Apache Wicket

A portable CDI extension that integrates the CDI programming model and other portable Seam enhancements with Apache Wicket.


To get started, add the following dependency below to your pom.xml:
<dependency>
   <groupId>org.jboss.seam.wicket</groupId>
   <artifactId>seam-wicket</artifactId>
   <version>3.1.0.Final</version>
</dependency>
* Maven artifacts are located in the JBoss Community Repository: http://repository.jboss.org/nexus/content/groups/public

Module team

Name Module role Commit username (Git) Organization Hometown (Time zone)
Clint Popetz Lead cpopetz 42 Lines, Inc. Urbana, IL, USA (UTC-6)
Ove Ranheim Contributor oranheim Oslo, Norway (UTC+1)
Want your name to appear in this list? Join us in #seam-dev on freenode and let us know you want to get involved.

Description

The Seam Wicket module provides integration between the Apache Wicket web framework and CDI. Features include injection into Wicket pages and conversation support.

Release plan

Version Time frame Focus
3.0.0.Beta1 January 7, 2011
  • Initial release as Seam 3 module

Design whiteboard

This section serves as a whiteboard for design and ideas for this module. Once you've decided to pursue a feature, it should be added to JIRA as a feature request and optionally linked from this page.

Component

No design notes yet ;)