Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-1497

New component: ValidateBeanBehavior

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.11
    • JSF2
    • None
    • *

    Description

      I've been playing with Bean Validation and JSF2 ClientBehavior. I've written a simple ClientBehavior which renders JavaScript validations, based on the Bean Validation constraints.

      The developer only needs to nest a <s:validateBean /> into a UICommand component and the Behavior renders the necessary JavaScript.

      As I said, it's a start. It currently only supports some validations:

      • JSF required attribute.
      • Numeric and date formats, based on how the converter is configured (i.e. a pattern like: "dd-MM-yyyy").
      • Bean Validation @NotNull, @Min, @Max and @Future.

      It should be usable in Mojarra, since I simply copied the MyFaces dependencies to the component (ExternalSpecifications.java, FacesMessageInterpolator.java and the other Bean Validation related classes).

      It still needs some work (like supporting other annotations, and more datestyle patterns), but it's a start.

      So I was thinking about committing it into the Sandbox, under: http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core20/

      I think this concept (when the implementation is ready) is really powerful and a nice addition to the project.

      I've written two blog articles where I give a little overview:
      http://blog.smart-java.nl/blog/index.php/2010/03/17/jsf-2-0-clientbehavior-bean-validation-in-javascript/
      http://blog.smart-java.nl/blog/index.php/2010/03/19/jsf-2-0-clientbehavior-first-impressions/

      When done Mavenizing, I'll add an attachment with all source code.

      What do you guys think? Should we add it to the project?

      Attachments

        1. validateBeanBehavior.zip
          22 kB
          JCC Van Andel

        Activity

          People

            jankeesvanandel JCC Van Andel
            jankeesvanandel JCC Van Andel
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: