You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2010/01/15 15:07:50 UTC

[Myfaces Wiki] Update of "Extensions/CDI/DevDoc/Drafts" by MarkStruberg

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The "Extensions/CDI/DevDoc/Drafts" page has been changed by MarkStruberg.
http://wiki.apache.org/myfaces/Extensions/CDI/DevDoc/Drafts?action=diff&rev1=6&rev2=7

--------------------------------------------------

   * Gerhard Petracek
   * Jakob Korherr
   * Matthias Wessendorf
+  * Mark Struberg
  
  (Feel free to add your name here...)
  
@@ -35, +36 @@

   * @AccessScoped
   * Dependency Injection for JSF action method parameters
   * @ELResource (e.g. @ELResource("#{...}")
+  * probably enable @Observes for JSF2 events (not sure if this is possible in a  JSF container independent way)
+  * enable support for activating @Alternatives depending on a JSF project stage
+  
+ We could also implement a few nice goodies by using the new interceptor-1.1 stuff of JSR-299, like 
+  * @Transactional 
+  * @StartPage (redirecting to a starting page in case of an unexpected error like a conversation timeout)