[hibernate-dev] Feedback on Bean Validation JAX-RS integration

2011-06-30 Thread Emmanuel Bernard
http://java.net/projects/jax-rs-spec/pages/Validation Can you guys have a look at it a give me your feedback. The JAX-RS expert group has created this draft and looks for feedback. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lis

Re: [hibernate-dev] Feedback on Bean Validation JAX-RS integration

2011-06-30 Thread Hardy Ferentschik
Hi, looks very promising to me. Up to "Validation in Client API (Brainstorming)" everything seems straight forward. Obviously parameter validation is not officially part of the spec, but luckily we already implement it ;-) Regarding the client api, they seem to struggle with the same problem

Re: [hibernate-dev] Feedback on Bean Validation JAX-RS integration

2011-06-30 Thread Gunnar Morling
Hi, I agree with Hardy - this looks very interesting. I think there is to some degree an overlap with method validation as possibly part of BV 1.1. I don't know about the timeline for the JAX-RS proposal, but it might make sense that they base their work on BV 1.1. Some minor remarks: * In list

[hibernate-dev] metamodel source processing

2011-06-30 Thread Steve Ebersole
Hardy, et al. Here is the push I promised for the work I am doing on the metamodel source processing (binder) code. https://github.com/sebersole/hibernate-core/tree/HHH-6371 -- st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list