• RichFaces Application Migration from 3.3.X to 4.0.X

    The main goal is to make migration from RichFaces 3.3.X to 4.0.X as easy for developers as possible.  Direct swap-in upgrades will not be possible do to the extreme changes brought on by JSF 2.0, and updates to R...
    Profile Photo
    last modified by jbalunas
  • RichFaces 4.0 ALPHA2 QE Plan Status

    Current Status No work on this has been started yet but Alpha2 will primarily be about test execution. Near Term Tasks Use demo app to do component testing Port example apps written for 3.3.3 + JSF2 or write from sr...
    Profile Photo
    last modified by prabhat.jha
  • RichFaces CDK renderer template EL expressions

    Predefined variables available in CDK templates  facesContext - instance of FacesContext for this request component - instance of UIComponent being rendered responseWriter - instance of ResponseWriter to rende...
    Profile Photo
    last modified by nbelaevski
  • Events API and component Control

    The goal of the document to explain the usage of the new RichFaces Event API mechanism and to provide requirements on new behavior which will allow to use it declarativelly.   3.3.x Client Side API usage  &#...
    Profile Photo
    last modified by ilya_shaikovsky
  • RichFaces 4.0 Components Development Kit

    This article is part of RichFaces JSF 2.0 migration . CDK development status 08-26-09 Although JSF 2.0 has a new declarative components, it seems too limited for complex components ( like Tree, data tables and so on ...
    Profile Photo
    last modified by alexsmirnov
  • CdkGeneratorArchitecture

    Description   RichFaces CDK has flexible architecture alike Model-View-Controller design pattern implementation. The main entry point for all build tools is LibraryBuilder, that plays controller role. That class ...
    Profile Photo
    last modified by alexsmirnov
  • RichFaces 4.0 ALPHA2 Iteration Component Status

    Current Status    Implemented tasks:      DataTable - implemented support for the  SubTable, ColumnGroup, richfaces/standard jsf  Column components; base render/component classes ...
    Profile Photo
    last modified by abelevich
  • RichFaces 4.0 ALPHA2 CDK Status

    Current Status.CDK All parts of CDK areCdkGeneratorArchitecture that are stored in the single 'context' object, therefore it is easy to configure particular build. The same context also keeps project settings ( source...
    Profile Photo
    last modified by nbelaevski
  • RichFaces 4.0 ALPHA2 Skinning Status

    Current Status http://community.jboss.org/wiki/RichFaces40MarkupsAndSkinning Basics of skinning feature is discussed now and soon be ready to implement. http://community.jboss.org/message/521884#521884   Near...
    Profile Photo
    last modified by amarkhel
  • RichFaces 4.0 ALPHA2 Component Implementation Status

    This topic is specific to defining the list of components and requirements for them to be migrated.  The iteration components are a large subsections of this and will handled in there own topic - RichFaces 4.0 AL...
    Profile Photo
    last modified by nbelaevski
  • RichFaces Component Gallery Application Status

    Current Status      Application in 4.0 A1 state   Near Term Tasks Discuss and approve design points for the demo. how much work should be done on this? This should be finall design and deta...
    Profile Photo
    last modified by ilya_shaikovsky
  • RichFaces 4.0 ALPHA2 Core Framework Features Status

    Current Status  Added support for the following since A1: Dynamic AJAX beforedomupdate/complete events support a4j:ajax support nested components   Removed runtime dependencies on commons-* libraries. Mo...
    Profile Photo
    last modified by nbelaevski
  • RichFaces 4.0 ALPHA2 Semantic Markup Status

    Current Status RichFaces 4.0 Semantic Markup discussion: http://community.jboss.org/wiki/RichFaces40MarkupsAndSkinning The list of components redesign: http://community.jboss.org/wiki/RichFaces40MarkupsAndSkinningSem...
    Profile Photo
    last modified by admitriev
  • RichFaces 4.0 ALPHA2 Assembly, Build, Distribution Status

    Current Status For the ALPHA1 release we had a basic maven assembly system in place.  During the current development phases of ALPHA2 Alex has added check-style plugins and enforcement to this.   Check-Style...
    Profile Photo
    last modified by jbalunas
  • RichFaces 4.0 ALPHA2 Queue Status

    Current Status  Server-side code development - near 0%, very basic component/renderer class was done https://jira.jboss.org/jira/browse/RF-7896 Client-side code development - 3.3.x code migrated and updated fo...
    Profile Photo
    last modified by nbelaevski
  • RichFaces 4.0 ALPHA2 Component Migration Plan Status

    This topic is specific to the workflow, lifecycle, priority and strategy relating to migrating component from 3.3.X to 4.0.  This also includes topics on user submissions of new components, and criteria for accep...
    Profile Photo
    last modified by ilya_shaikovsky
  • RichFaces 4.0 ALPHA2 Documentation Status

    Current Status  Migration Guide ~70% Developers Guide ~20% Component Reference ~50% Component Development Kit Guide ~10%     Near Term Tasks https://jira.jboss.org/jira/browse/RF-8267   Longer ...
    Profile Photo
    last modified by seanrogers
  • RichFaces 4.0 Documentation Plan

    To build the latest revision of the RichFaces 4.0 documentation, refer to How to build RichFaces 4.0 Documentation. Purpose This is the project page for the RichFaces 4.0 documentation project. It is used to track the...
    Profile Photo
    last modified by seanrogers
  • RichFaces 4.0 Docs Information Plan

    ← RichFaces Documentation Plan Phase 1: Information PlanPurpose of the Project The RichFaces 4.0 Project aims to produce a more professional and consistent version of the RichFaces components. In addition to supp...
    Profile Photo
    last modified by seanrogers
  • JBoss Maven SpellChecker Plugin

    Description The JBoss Maven SpellChecker Plugin is a simple spell checker. The plugin is based on the Java Open Source spell checker Jazzy. The aim of this Maven project is to integrate spell checking in the documenta...
    Profile Photo
    last modified by jbalunas