• Trunk code policy

    TODO: Needs clean up and formatting    The goal is to have stable code only in the trunk, that allows QA team to start testing early ( thus milestone releases can be shorter because development and QA te...
    Profile Photo
    last modified by alexsmirnov
  • JSF Ajax points for discussion with EG

    JSF server-side AJAX code problems/requests for features  Partial view context interoperability   Partial view context is a new entity in JSF 2.0 serving the purposes of controlling AJAX view processing/re...
    Profile Photo
    last modified by jbalunas
  • RichFaces Licensing And Copyright

    The RichFaces project is licensed under the GNU LESSER GENERAL PUBLIC LICENSE Source Code License Header All new and modified files in RichFaces must use the following license and copyright headers.   /* * JBoss...
    Profile Photo
    last modified by jbalunas
  • How To Build RichFaces Snapshots Manually (3.3.x)

    How To Build RichFaces Snapshot  Manually  RichFaces build process is Maven based. You need to have Maven installed and configured. If you already has it, proceed to step 2   Step 1. Following the ins...
    Profile Photo
    last modified by jbalunas
  • Contributing patch to RichFaces project

    This article is a kickstart written to provide information about contribution of your changes to RichFaces codebase. We expect you already looked through the Configure Maven for RichFaces and Repository Structure Ov...
    Profile Photo
    last modified by jbalunas
  • RichFaces 4.0 Markups And Skinning: Semantic Markup Structure Restrictions

    This article is a part of RichFaces 4.0 Markups And Skinning discussion OverviewThere are components where we need to change layouts because now  theirs layouts are complicated and/or  haven't some functiona...
    Profile Photo
    last modified by jbalunas
  • RichFaces 4.0 Markups And Skinning

    Overwiew We are going to re-develop RF components layouts.  And first point of  discussion are restrictions which we need to use for layout making. Only  after this we can get full picture of way of la...
    Profile Photo
    last modified by jbalunas
  • Mock Objects for Test Driven JSF Development (org.jboss.test-jsf:jsf-mock project)

    Introduction         While Test Driven JSF Development allows to run unit tests in the real JSF environment, there are many cases when the usage of mock objects for testing is more e...
    Profile Photo
    last modified by jbalunas
  • RichFaces 3.3.X SVN Structure Overview

    RichFaces SVN Repository. 3.3.x Structure Overview  Structure  RichFaces repository has the following directories on the top level:   cdk - the RichFaces Component Developer Kit docs - the root fo...
    Profile Photo
    last modified by jbalunas
  • RichFaces 4.0 Component Migration Process

    This document covers the differences and changes in workflow from the RichFaces 4 Component Development Process required for components that are being migrated from the RichFaces 3.3.X code base.  Note - many of ...
    Profile Photo
    last modified by jbalunas
  • Prioritized list of RichFaces components implementation in 4.x

    The document goal is to provide our roadmap information while moving components set to new RichFaces 4.x version.   Pay attention to next points: Implementation version will be defined for the components which ...
    Profile Photo
    last modified by jbalunas
  • Richfaces 4 test plan

    Introduction The following test plan describes the formal testing to be performed by Red Hat/JBoss QA team for Richfaces project. This test plan covers the included items in the test project, the specific risks to pro...
    Profile Photo
    last modified by jbalunas
  • RichFaces Development Branch Usage Example

    The RichFaces project follows the coding guidelines outlined in <link> and part of that process is using development branches for any change to the project trunk that is more than a minor, well understood bug fi...
    Profile Photo
    last modified by jbalunas
  • RichFaces JSF 2.0 migration

    JSF 2.0 – RichFaces integration plan.Test environment It is important to use test-driven development for a new features. Because current Shale-test framework does not have JSF-2.0 versions of the mock objects, a...
    Profile Photo
    last modified by alexsmirnov
  • Dynamic Resources.

    Support for generated resources in the RichFaces. RichFaces skins and components requires a lot of dynamically created resources ( stylesheets, images, scripts ), so static JSF-2.0 implementation should be extended to...
    Profile Photo
    last modified by alexsmirnov
  • lists iteration components

    Oveview From the beggining - proposed to go with list iteration component instead of multiple ones. The HTML lists looks very similar except being encoded by different HTML tags. All the other functionality like data ...
    Profile Photo
    last modified by ilya_shaikovsky
  • RichFaces 4.x panels

    Common part http://anonsvn.jboss.org/repos/richfaces/root/ui-sandbox/panels/trunk/docs/panels taglib - UML diagram for all switchable panels. All the components attributes was revised and unified for switchable panels...
    Profile Photo
    last modified by ilya_shaikovsky
  • event attributes naming convention

    1) attributes pairs for cancelable events and events fired after some operation   in 3.3.x we had two types of names: modal panel - onshow and onbeforeshow calendar - ondateselect and ondateselected   So...
    Profile Photo
    last modified by ilya_shaikovsky
  • Howto Run Testapp-Tests

    Download tests: $ svn co http://anonsvn.jboss.org/repos/qa/people/ppitonak/testapp-tests/ Start  Selenium Server together with Apache Tomcat 6 incl. deployed testapp (you can also do it separately [1]) $ mvn cli...
    Profile Photo
    last modified by lfryc
  • RichFaces CDK annotations

    package name: org.richfaces.cdk.annotations Preface For type safety, only top-level annotations have particular @Target classifier. Additional  annotations cannot be used anywhere except corresponding attributes ...
    Profile Photo
    last modified by alexsmirnov