Hi,
I am playing with the validation part of hibernate annotations and it is very well designed.
I am not interested by the metadata part but I just want to use the validator. My problem is that the validator part is hibernate dependent.
I don't understand why. With this dependency, I must put hibernate jar on the client side and I don't want to do so.
It would be great to split the annotation jar in two parts, one for metadata support and one for the validator framework. This second jar could be made hibernate independent. Thus I could deploy it on the client. More generelly this could open the validator framework to everybody (not only hibernate users)
Does this make sense for you ? Is there anybody else that has the same requirement
Regards
Seb
_________________ Seb
(Please don't forget to give credits if you found this answer useful :)
|