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/06 15:21:41 UTC

[Myfaces Wiki] Update of "Extensions/Scripting" by WernerPunz

Dear Wiki user,

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

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

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

  = Introduction to Ext-Scripting =
+ Welcome and hello to MyFaces Extension-Scripting, short '''Ext-Scripting'''. '''Ext-Scripting''' is an extensions project for '''MyFaces'''. It tries to add scripting capabilities to JSF by adding Scripting languages and JSP like recompilation mechanisms.
  
- Welcome and hello to MyFaces Extension-Scripting, short '''Ext-Scripting'''. '''Ext-Scripting''' is an extensions project for '''MyFaces'''. It tries to add scripting capabilities to JSF by adding Scripting languages and JSP like recompilation mechanisms.
+ Following link to the a video on youtube shows you what Ext-Scripting can do for you:
+ 
+ http://www.youtube.com/watch?v=vUCCTCMjTPE
  
  == Various Aspects of Ext-Scripting ==
  === Support for scripting languages ===
- 
  '''Ext-Scripting''' currently only supports Groovy as only scripting language.  Additional scripting languages will be provided in subsequent releases.
  
  === Support for Java Dynamic Recompilation ===
- 
  '''Ext-Scripting''' additional makes Java + JSF more "scripty" by introducing JSP like dynamic recompilation of JSF artifacts including Session and Application scoped beans which can be "scripted" now in Java without any server restarts.
  
  === Support for JSF2 and JSF2 Artifacts and Annotations ===
- 
  One of the main goals of '''Ext-Scripting''' was to provide JSF2 support out of the box. Most new JSF2 artefacts are supported. Ext-Scripting even adds scriptability to the new annotation syntax of JSF2 by allowing annotations to be used in a dynamic manner!
  
  == Table of Contents ==
-  
   * [[http://wiki.apache.org/myfaces/Extensions/Scripting/Setup|Setup]]
   * [[http://wiki.apache.org/myfaces/Extensions/Scripting/UsageGuide|Users Guide]]