James Strachan wrote:
> 2009/1/27 Julio Faerman <jfaerman_at_gmail.com>:
>
>> Besides binding, we still need conversion and validation to use jersey
>> as the main framework. Perhaps it would be possible reuse struts 2
>> conversion and validation (the current best, IHMO), or even make this
>> "pluggable".
>>
>
> I guess you could plug in WebBeans into Jersey to do conversational
> state bijection rather like Jersey supports dependency injection?
>
>
There is also a "Bean Validation" JSR[1] ongoing in this space that we
should look at integrating with. They're in the middle of public review
on their latest spec at the moment, so it's timely to see if there would
be anything preventing integration.
Craig
[1]
http://jcp.org/en/jsr/detail?id=303