Client side bean validation using jsr + hibernate provider

2011-09-16 Thread Saul Simhon
Hi, Does anyone know of a quick tutorial that explains how to setup bean validation on the client side? I'm running into gwt compilation problems and before I start describing them here I'd like to read-up on it first. (my attempt to inferred usage from source was unsuccessful.) In short, I

Re: Validation in GWT 2.4 How To?

2011-09-12 Thread Saul Simhon
Im also having problems regarding client side bean validation using annotations in 2.4. Anyone have any info in this? On Sep 10, 2011, at 9:25 PM, objectuser kevin.k.le...@gmail.com wrote: I may be further from understanding that I thought, but I'm talking about Bean Validation

Re: RPC Serialize: set filter at runtime to select fields to serialize

2011-08-28 Thread Saul Simhon
Thank you. Interesting. Well, the gilead annotations are useless to me since they are not runtime parameters. The code you posted looks interesting. I will play with it. Ideally, the controller can compute or inject a list of property names (field names), or a map of property names with filter