I am working on JSR-303 support for the Google Web Tool Kit (gwt). I am interested in using the apache bean validation as a starting point and I want to get your feed back.
GWT does not support Reflection so any code that uses reflection would have to be changed GWT code I see a few ways this could be approached Add a gwt subproject that works on the GWT specific parts Fork the code and tune for GWT. What is your take on this? Is there any interest? Do you think we can reasonably isolate the reflection code so this will run on GWT. R, Nick
