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 2009/07/07 19:57:13 UTC

[Myfaces Wiki] Update of "Getting started with the Bridge" by MichaelFreedman

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 MichaelFreedman:
http://wiki.apache.org/myfaces/Getting_started_with_the_Bridge

------------------------------------------------------------------------------
  One of the first things one wants to do with a new technology is to see it in action.  This guide provides information so you can quickly take an existing JSF application, get it packaged with the bridge and deployed and running as a portlet.  The procedure for using the Portlet 1.0 Bridge is the same as the Portlet 2.0 Bridge except the Portlet 2.0 Bridge can only run in a Portlet 2.0 container.  Its recommended you match the version of the bridge with the version of the portlet container you are running.
  
  == Assumptions ==
- Before beginning you must have portal/portlet container installed in an application server.  If you don't otherwise have one installed, consider using [http://tomcat.apache.org/download-60.cgi Apache Tomcat 6.x] along with either [http://portals.apache.org/pluto/v11/getting-started.html Pluto 1.1] (Portlet 1.0 container) or [http://portals.apache.org/pluto/v20/getting-started.html Pluto 2.0] (Portlet 2.0 container).  Consult the install guides on their respect project pages for more information or refer to ["Setting up Portal Environments for Bridge"].
+ Before beginning you must have portal/portlet container installed in an application server.  If you don't otherwise have one installed, consider using [http://tomcat.apache.org/download-60.cgi Apache Tomcat 6.x] along with either [http://portals.apache.org/pluto/v11/getting-started.html Pluto 1.1] (Portlet 1.0 container) or [http://portals.apache.org/pluto/v20/getting-started.html Pluto 2.0] (Portlet 2.0 container).  Consult the install guides on their respective project pages for more information or refer to ["Setting up Portal Environments for Bridge"].
  
  Before beginning you must verify whether Faces is installed as part of your installation or not.  In general, JavaEE 5 installations contain a Faces implementation however Tomcat doesn't.  If Faces is not already installed you will need to download it as its libraries will later be added to your sample .war. If you don't have a preference its recommended you use either the [http://myfaces.apache.org/download.html Apache MyFaces] implementation or the reference implementation maintained in the [https://javaserverfaces.dev.java.net/ Mojarra project]. 
  
@@ -16, +16 @@

  
  As many use cases also rely on JSP scripting its best to also check to see if the JSTL (1.2) libraries are installed.  If they aren't download the [https://maven-repository.dev.java.net/repository/jstl/jars/jstl-1.2.jar JSTL library].
  
- 
-