General
Jetty supports Annotations for the JSF RI
Jetty now supports annotations on managed beans with Sun’s JSF RI version 1.2_04. For the curious, the magic happens in the Jetty6InjectionProvider class that is distributed in the RI jars. However, that’s just an implementation detail. All you need to do is to mark up your jsf beans as usual Read more…