RichFaces: Difference between revisions

From Wiki RB4
(New page: =Introduction= RichFaces is an open source framework that adds Ajax capability into existing JSF applications without resorting to JavaScript. =Sources= * Download of C:\Uwes\Zips\Java\R...)
 
Line 3: Line 3:
RichFaces is an open source framework that adds Ajax capability into existing JSF applications
RichFaces is an open source framework that adds Ajax capability into existing JSF applications
without resorting to JavaScript.
without resorting to JavaScript.
=Configuration=
* Using with [[Seam|Seam]] see TestEJBApplication
** richfaces-api-3.2.2.GA.jar in ear-file
** richfaces-impl-3.2.2.GA.jar, richfaces-ui-3.2.2.GA.jar in war-file
** additionally commons-beanutils.jar, commons-digester.jar in ear-file (copied from seam-booking)


=Sources=
=Sources=
* Download of C:\Uwes\Zips\Java\Richfaces\richfaces-ui-3.2.2.GA-bin.zip
* Download of C:\Uwes\Zips\Java\Richfaces\richfaces-ui-3.2.2.GA-bin.zip
* Documentation in C:\Uwes\Documents\Software_Development\Programming\Frameworks\RichFaces\richfaces_reference.pdf
* Documentation in C:\Uwes\Documents\Software_Development\Programming\Frameworks\RichFaces\richfaces_reference.pdf

Revision as of 13:54, 28 October 2008

Introduction

RichFaces is an open source framework that adds Ajax capability into existing JSF applications without resorting to JavaScript.

Configuration

  • Using with Seam see TestEJBApplication
    • richfaces-api-3.2.2.GA.jar in ear-file
    • richfaces-impl-3.2.2.GA.jar, richfaces-ui-3.2.2.GA.jar in war-file
    • additionally commons-beanutils.jar, commons-digester.jar in ear-file (copied from seam-booking)

Sources

  • Download of C:\Uwes\Zips\Java\Richfaces\richfaces-ui-3.2.2.GA-bin.zip
  • Documentation in C:\Uwes\Documents\Software_Development\Programming\Frameworks\RichFaces\richfaces_reference.pdf