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 2006/01/05 21:57:01 UTC

[Myfaces Wiki] Update of "FrontPage" by MikeKienenberger

Dear Wiki user,

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

The following page has been changed by MikeKienenberger:
http://wiki.apache.org/myfaces/FrontPage

The comment on the change is:
How-to section cleanup.

------------------------------------------------------------------------------
   *["Installation and Configuration"] - Installation instructions for different servlet containers
   *["Building With Maven"] - Maven build instructions
   *["Library dependencies"] - Library dependencies and their versions
+  *["How to add MyFaces support to a Sun JSF RI application"] -  Add !MyFaces support to a JSF RI application
+ 
+ == MyFaces Documentation ==
+ 
+  * ["Secure Your Application"] - Encrypt the view state.
+  * ["LoggingSettings"] - Useful classes to log on for troubleshooting.
+  * ["Setup For File Uploads"] - A quick and dirty checklist for setting up your !MyFaces application for file uploads.
+  * ["Dynamic Menus with JSCookMenu"] - Create dynamic menus using the jsCookMenu component.
+  * ["Working With DataTable And PreserveDataModel"] - Use the data table and preserve data model correctly.
  
  == Reference ==
  
@@ -50, +59 @@

   * ["How JSF State Management Works"] -  Serialization, StateHolder, backing beans, component tree, t:saveState explained.
   * ["How The Immediate Attribute Works"] -  immediate, validation, model update explained.
   * ["How Component Child Rendering Works"] -  getRendersChildren, encodeChildren explained.
+  * ["StudyGuide"] - Tips/guide to getting familiar with the !MyFaces implementation
  
- == HowTo ==
+ == How To Accomplish Common JSF Tasks ==
  
-  * ["How to add MyFaces support to a Sun JSF RI application"] -  Add !MyFaces support to a JSF RI application
-  * ["Setup For File Uploads"] - A quick and dirty checklist for setting up your !MyFaces application for file uploads.
-  * ["ComponentPack"] - Create your own component pack
-  * ["Creating Composite Components"] - Create a composite or compound component out of existing components
-  * ["UsingPortletUtil"] - What to do if your application needs to know whether or not it is running as a portlet.
-  * ["UsingPortletModes"] - Make your !MyFaces portlet use portlet modes such as Edit and Help.
-  * ["SubmitPageOnValueChange"] - Make an input control submit a page when the value changes.
-  * ["NullCapableConverter"] - Make a converter to handle disabled or null-capable !SelectItems.
-  * ["Hibernate And MyFaces"] - Bind Hibernate to JSF/!MyFaces
-  * ["Working With DataTable And PreserveDataModel"] - Use the data table and preserve data model correctly.
   * WorkingWithLargeTables - Use dataTable/dataScroller without having the entire dataset in memory
   * ["Create and Display Messages"] - Create Messages to be used by view with h:message h:messages.
   * ["ExecutingMethodsFromLinkButtonParameters"] - Execute a managed bean method based on parameters provided for a link or button, or access a detail record from a master list.
+  * ["JavascriptWithJavaServceFaces"] - Call javascript routines with commandLink and commandButton.
+  * ["SubmitPageOnValueChange"] - Make an input control submit a page when the value changes.
+  * ["ClearInputComponents"] - Clear/Reset all submitted values in input components on a page.
+  * ["NullCapableConverter"] - Make a converter to handle disabled or null-capable !SelectItems.
+  * ["Custom Navigation Handler"] - Enhance the !MyFaces Navigation Handler to support parameter passing, dynamic navigation and redirection.
+ 
+ == Creating Custom Components ==
+ 
+  * ["ComponentPack"] - Create your own component pack
+  * ["Creating Composite Components"] - Create a composite or compound component out of existing components
+  * ["External Resources"] - Integrate javascript, css, images and more using myfaces !AddResource component
+ 
+ == Using Portlets ==
+ 
+  * ["UsingPortletUtil"] - What to do if your application needs to know whether or not it is running as a portlet.
+  * ["UsingPortletModes"] - Make your !MyFaces portlet use portlet modes such as Edit and Help.
+ 
+ == How To Integrate Other Frameworks/IDEs With MyFaces ==
+ 
+  * ["Hibernate And MyFaces"] - Bind Hibernate to JSF/!MyFaces
   * ["Tiles and JSF"] - Use Tiles with !MyFaces
   * ["Use Facelets with Tomahawk"] - To use custom myfaces components with facelets, you must also create a tomahawk.taglib.xml facelets configuration file.
-  * ["Dynamic Menus with JSCookMenu"] - Create dynamic menus using the jsCookMenu component.
-  * ["LoggingSettings"] - Useful classes to log on for troubleshooting.
-  * ["External Resources"] - Integrate javascript, css, images and more using myfaces !AddResource component
-  * ["JavascriptWithJavaServceFaces"] - Call javascript routines with commandLink and commandButton.
-  * ["StudyGuide"] - Tips/guide to getting familiar with the !MyFaces implementation
-  * ["Secure Your Application"] - Encrypt the view state.
-  * ["Custom Navigation Handler"] - Enhance the !MyFaces Navigation Handler to support parameter passing, dynamic navigation and redirection.
   * ["Myfaces Eclipse Setup"] - Configure eclipse to launch Myfaces application using tomcat/jetty.
-  * ["ClearInputComponents"] - Clear/Reset all submitted values in input components on a page.
+ 
  
  == More Info ==