You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Mike Kienenberger <mk...@gmail.com> on 2005/08/12 20:00:16 UTC

Optional Validation Framework

The first #myfaces irc.freenode.net collaboration is now available.  :)

Alexander Jesse and I have come up with an optional validation
framework to use when the "immediate" attribute doesn't provide enough
power.

http://wiki.apache.org/myfaces/OptionalValidationFramework

I'm not sure how long it'll take for the sourceforge cvs to propage
out to anonymous cvs, but hopefully it'll be available soon.

Re: Optional Validation Framework

Posted by Martin Marinschek <ma...@gmail.com>.
Yes, we'll see...

it sure looks interesting!

regards,

Martin

On 8/16/05, Mike Kienenberger <mk...@gmail.com> wrote:
> Hey Martin,
> 
> So far, none for the optional framework itself, other than Jesse and
> I.  And I think Jesse is still on vacation :)  One or two people have
> expressed interest in the RequiredValidator, but that appears to be
> mostly due to the inability to customize the required attribute error
> messages.
> 
> I'm finding it immensely useful, though.
> 
> The downside is that I now have the source code memorized for MyFace's
> implementation of  UIInput due to the amount of time I've spent there
> :)
> 
> Jesse predicted mass adoption, but that has yet to materialize :)
> 
> 
> On 8/16/05, Martin Marinschek <ma...@gmail.com> wrote:
> > Now I am curious about the feedback to this ;)
> >
> > regards,
> >
> > Martin
> >
> > On 8/16/05, Mike Kienenberger <mk...@gmail.com> wrote:
> > > I've just checked in and tagged the optional validation framework as
> > > optional-validator-1-0 (version 1.0)
> > >
> > > This version is fully functional and seems to be bug free.   :)
> > >
> > > New features include optional conversion and UIInputs marked as
> > > invalid before the update-model phase if validation or conversion
> > > failed or was skipped.
> > >
> > > The only addition I might make in the future is the ability to group
> > > and mark sets of controls for none, soft, or hard validation per
> > > action.
> > >
> > > I've also separated the RequiredValidation and
> > > RequiredValidationChecker code out into separate classes so it can be
> > > used independently from the optional validation framework since there
> > > was some interest in this.
> > >
> > > -Mike
> > >
> > > On 8/12/05, Mike Kienenberger <mk...@gmail.com> wrote:
> > > > The first #myfaces irc.freenode.net collaboration is now available.  :)
> > > >
> > > > Alexander Jesse and I have come up with an optional validation
> > > > framework to use when the "immediate" attribute doesn't provide enough
> > > > power.
> > > >
> > > > http://wiki.apache.org/myfaces/OptionalValidationFramework
> > > >
> > > > I'm not sure how long it'll take for the sourceforge cvs to propage
> > > > out to anonymous cvs, but hopefully it'll be available soon.
> > > >
> > >
> >
> >
> > --
> >
> > http://www.irian.at
> > Your JSF powerhouse -
> > JSF Trainings in English and German
> >
> 


-- 

http://www.irian.at
Your JSF powerhouse - 
JSF Trainings in English and German

Re: Optional Validation Framework

Posted by Mike Kienenberger <mk...@gmail.com>.
Hey Martin,

So far, none for the optional framework itself, other than Jesse and
I.  And I think Jesse is still on vacation :)  One or two people have
expressed interest in the RequiredValidator, but that appears to be
mostly due to the inability to customize the required attribute error
messages.

I'm finding it immensely useful, though.

The downside is that I now have the source code memorized for MyFace's
implementation of  UIInput due to the amount of time I've spent there
:)

Jesse predicted mass adoption, but that has yet to materialize :)


On 8/16/05, Martin Marinschek <ma...@gmail.com> wrote:
> Now I am curious about the feedback to this ;)
> 
> regards,
> 
> Martin
> 
> On 8/16/05, Mike Kienenberger <mk...@gmail.com> wrote:
> > I've just checked in and tagged the optional validation framework as
> > optional-validator-1-0 (version 1.0)
> >
> > This version is fully functional and seems to be bug free.   :)
> >
> > New features include optional conversion and UIInputs marked as
> > invalid before the update-model phase if validation or conversion
> > failed or was skipped.
> >
> > The only addition I might make in the future is the ability to group
> > and mark sets of controls for none, soft, or hard validation per
> > action.
> >
> > I've also separated the RequiredValidation and
> > RequiredValidationChecker code out into separate classes so it can be
> > used independently from the optional validation framework since there
> > was some interest in this.
> >
> > -Mike
> >
> > On 8/12/05, Mike Kienenberger <mk...@gmail.com> wrote:
> > > The first #myfaces irc.freenode.net collaboration is now available.  :)
> > >
> > > Alexander Jesse and I have come up with an optional validation
> > > framework to use when the "immediate" attribute doesn't provide enough
> > > power.
> > >
> > > http://wiki.apache.org/myfaces/OptionalValidationFramework
> > >
> > > I'm not sure how long it'll take for the sourceforge cvs to propage
> > > out to anonymous cvs, but hopefully it'll be available soon.
> > >
> >
> 
> 
> --
> 
> http://www.irian.at
> Your JSF powerhouse -
> JSF Trainings in English and German
>

Re: Optional Validation Framework

Posted by Martin Marinschek <ma...@gmail.com>.
Now I am curious about the feedback to this ;)

regards,

Martin

On 8/16/05, Mike Kienenberger <mk...@gmail.com> wrote:
> I've just checked in and tagged the optional validation framework as
> optional-validator-1-0 (version 1.0)
> 
> This version is fully functional and seems to be bug free.   :)
> 
> New features include optional conversion and UIInputs marked as
> invalid before the update-model phase if validation or conversion
> failed or was skipped.
> 
> The only addition I might make in the future is the ability to group
> and mark sets of controls for none, soft, or hard validation per
> action.
> 
> I've also separated the RequiredValidation and
> RequiredValidationChecker code out into separate classes so it can be
> used independently from the optional validation framework since there
> was some interest in this.
> 
> -Mike
> 
> On 8/12/05, Mike Kienenberger <mk...@gmail.com> wrote:
> > The first #myfaces irc.freenode.net collaboration is now available.  :)
> >
> > Alexander Jesse and I have come up with an optional validation
> > framework to use when the "immediate" attribute doesn't provide enough
> > power.
> >
> > http://wiki.apache.org/myfaces/OptionalValidationFramework
> >
> > I'm not sure how long it'll take for the sourceforge cvs to propage
> > out to anonymous cvs, but hopefully it'll be available soon.
> >
> 


-- 

http://www.irian.at
Your JSF powerhouse - 
JSF Trainings in English and German

Re: Optional Validation Framework

Posted by Mike Kienenberger <mk...@gmail.com>.
I've just checked in and tagged the optional validation framework as
optional-validator-1-0 (version 1.0)

This version is fully functional and seems to be bug free.   :)

New features include optional conversion and UIInputs marked as
invalid before the update-model phase if validation or conversion
failed or was skipped.

The only addition I might make in the future is the ability to group
and mark sets of controls for none, soft, or hard validation per
action.

I've also separated the RequiredValidation and
RequiredValidationChecker code out into separate classes so it can be
used independently from the optional validation framework since there
was some interest in this.

-Mike

On 8/12/05, Mike Kienenberger <mk...@gmail.com> wrote:
> The first #myfaces irc.freenode.net collaboration is now available.  :)
> 
> Alexander Jesse and I have come up with an optional validation
> framework to use when the "immediate" attribute doesn't provide enough
> power.
> 
> http://wiki.apache.org/myfaces/OptionalValidationFramework
> 
> I'm not sure how long it'll take for the sourceforge cvs to propage
> out to anonymous cvs, but hopefully it'll be available soon.
>