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/02 12:43:58 UTC

[Myfaces Wiki] Update of "Shared - impl or tomahawk" by gcoleman

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 gcoleman:
http://wiki.apache.org/myfaces/Shared_-_impl_or_tomahawk

The comment on the change is:
Tidy up a bit

------------------------------------------------------------------------------
  There are currently two diffenrent namespaces (packages) available for our shared project.
  
-  *org.apache.myfaces.shared_impl.**
+  *org.apache.myfaces.shared_impl.*
-  *org.apache.myfaces.shared_tomahawk.**
+  *org.apache.myfaces.shared_tomahawk.*
  
  = So, the question is, when to use which, since both deliver the same classes =
  
- The shared classes are *integrated* in tomahawk.jar and myfaces-impl.jar.
+ The shared classes are '''integrated''' in both tomahawk.jar and myfaces-impl.jar.
- If you use shared_impl your class depends on myfaces as your jsf runtime.
- By using "shared_tomahawk" namespace your Renderer  *only* depends on
- Tomahawk, which *should* run w/ RI.
+ 
+  * If you use the "shared_impl" namespace your class depends on MyFaces as your JSF runtime. This means that you cannot use the Sun JSF RI.
+  * If you use the "shared_tomahawk" namespace your code '''only''' depends on Tomahawk, which should run with the Sun JSF RI.
  
  There is also a myfaces-shared-core.jar, which is the base of both
  shared_XXX namespaces.
- This JAR includes the "org.apache.myfaces.shared.*** namespace, but
+ This JAR includes the org.apache.myfaces.shared.* namespace, but
  there is no released version for it.