1 Reply Latest reply on Dec 3, 2013 6:35 PM by bleathem

    RF5 and CDK components

    clerum

      I'm starting to work with the RF5 snapshot build and I'm now at the point where I want to include some of my custom CDK components.

       

      Since those have runtime deps on certain RF classes I'm going to assume that I will need to update their build to use the latest cdk. Correct?

       

      Any docs or pointers on how I should get started with that?

        • 1. Re: RF5 and CDK components
          bleathem

          Cody Lerum wrote:

           

          Since those have runtime deps on certain RF classes I'm going to assume that I will need to update their build to use the latest cdk. Correct?

           

          Any docs or pointers on how I should get started with that?

           

          The CDK itself hasn't changed much, you'll want to use the 4.5 version with RichFaces 5:

          https://github.com/richfaces/richfaces/blob/master/build/pom.xml#L62

           

          Other than that, the package names of many of the core framework and component classes has changed in moving to RichFaces 5.  We don't have this documented yet, but since the class names have not changed in most cases, a simple search in your IDE should help resolve this.

           

          Please post back with any additional questions that come up.

           

          Brian