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/06/28 15:29:46 UTC

[Myfaces Wiki] Update of "JSF-Spring and JSF" by CagatayCivici

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 CagatayCivici:
http://wiki.apache.org/myfaces/JSF-Spring_and_JSF

------------------------------------------------------------------------------
   * I've commented out the spring listener.
   * I've added the Code Generation Library (http://sourceforge.net/projects/cglib) dependency: cglib-nodep-2.1_3.jar
  
+ == An alternative without the jsf-spring library ==
+ 
+  * jsf-spring library is not the only way to integrate jsf and spring.
+  * Spring framework is already shipped with built-in utilities to ease the integration.
+  * This blog entry http://www.jroller.com/page/cagataycivici?entry=integrating_jsf_and_spring demonstrates how to integrate these frameworks using 
+  the spring's built-in features for JSF.
+