Java JSR-303 Bean 验证 - 实现比较
我正在考虑向应用程序添加 JSR-303 验证,我有两个选择:
我正在研究一些轻量级但也完整的东西规格 观点看法。
我倾向于使用 Agimatec,但 Hibernate 的实现是“参考”。
我在哪里可以找到两者的比较以及各自的优点/缺点?如果您同时使用这两种产品,您能分享一下您的经验吗?或者也许还有第三种选择(如果有的话)?
I'm looking into adding JSR-303 validation to an application and I'm down to two options:
I'm looking into something lightweight but also complete from the specification point of view.
I'm inclined to use Agimatec, but Hibernate's implementation is "the reference".
Where could I find a comparison of both with advantages/disadvantages of each? Can you share from your experience in case you used both? Or maybe a third alternative if any?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是两者的比较..
http://carinae.net/2010/06/benchmarking-hibernate-validator-and-apache-beanvalidation-the-two-jsr-303-implementations/
Here's a comparison of the two..
http://carinae.net/2010/06/benchmarking-hibernate-validator-and-apache-beanvalidation-the-two-jsr-303-implementations/