Steven Boscarine has written a nice short tutorial on getting up and running with Weld and JSF on Jetty, using Maven. Note that there's a bit more boilerplate here than there would be in a Java EE environment, since integration of Weld in Jetty requires explicit configuration. Nevertheless, I think Steven does a good job of demonstrating that it's easy to get up and running with this stuff.
UPDATE: Steven has extended the tutorial to cover deployment to Tomcat.
Created: 23. Oct 2009, 11:35 CET (Gavin King)
Last Modified: 29. Oct 2009, 22:43 CET (Gavin King)
Thanks for the link. It would be nice if it would also cover mixing unit/integration tests with weld/seam in maven 2.
Steven is now working on the Weld team to put together Maven 2 archetypes to get started with CDI and JSF 2.0.