hello,

this week i started with the integration of jsr 303.

the good news: the base mechanism is already working (without changing
existing api's)
the very good news: it's working with the existing jsf versions (as you can
see in the jsr 303 public draft it normally requires some adjustments)

instead of an own impl. of the spec. i suggest an adapter for existing
implementations which just uses the bean-validation api. -> if a project
already uses bean-validation outside the view-layer, you just have one
bean-validation implementation for the whole project. furthermore, extval
will additionally provide some of its currently available features [1] (as
much as possible).

regards,
gerhard

[1] 
http://people.apache.org/~gpetracek/myfaces/extval/comparison.html<http://people.apache.org/%7Egpetracek/myfaces/extval/comparison.html>

Reply via email to