Help

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.

2 comments:
 
29. Oct 2009, 17:47 CET | Link
Geoffrey De Smet

Thanks for the link. It would be nice if it would also cover mixing unit/integration tests with weld/seam in maven 2.

ReplyQuote
 
11. Dec 2009, 05:45 CET | Link

Steven is now working on the Weld team to put together Maven 2 archetypes to get started with CDI and JSF 2.0.

Post Comment