Software Architect
Asimov Technologies
J2EE, JEE, PHP
Asimov Technologies
J2EE, JEE, PHP
Frank D. Martínez’s Blog
Software & Fun
Welcome to my technical blog. Here you can find my opinions and proposals over many software development things, mainly on open source projects.
Wicket-Seam Integration
There is the first version of Wicket-Seam integration module.
- Download it form the svn repository: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/
- Build it from source: with maven 2: mvn -Dmaven.test.skip=true package
- Or download the binary: wicket-seam-1.3.0-SNAPSHOT.jar
There is a basic example here: wicket-seam-project It is a netbeans 6.0 project configured to deploy to Glassfish V2. This example contains all required dependencies. IMPORTANT: Before use it you must set the glassfish.home property in the private.properties file.
The general architecture of the example project is this:
3 Responses to “Wicket-Seam Integration”
Leave a Reply
This site contains personal opinions about many things and does not intend to be normative in any aspect.
Java, J2EE, J2SE, JEE, Are trademarks of Sun Microsystems Inc.
Thanks for adding that project!
I just managed to get your project ported to JBoss. Hopefully I can get myself rid of JSF and use Seam+Wicket for my project.
Thanks for your efforts.
Nice!,
A question: What does it take to use the JBPM facilities of SEAM in comnbination with wicket?