[gwt-contrib] Re: Wholesale move of the app, requestfactory, and valuestore packages from the bikeshed dir to user... (issue660802)

2010-06-25 Thread Amit Manjhi
Okay, I created a Jira issue (https://jira.springsource.org/browse/ROO-1032) for figuring out how to ship the javax.validation jars in the M3 timeframe. Commited the remaining two fixes you pointed out. On Fri, Jun 25, 2010 at 10:43 AM, Freeland Abbott wrote: > On Fri, Jun 25, 2010 at 1:23 PM, A

[gwt-contrib] Re: Wholesale move of the app, requestfactory, and valuestore packages from the bikeshed dir to user... (issue660802)

2010-06-25 Thread Freeland Abbott
On Fri, Jun 25, 2010 at 1:23 PM, Amit Manjhi wrote: > Thanks for the feedback. Since I already submitted the patch, I will create > follow-up patches for the issues below. > > 1. The javax validation is just used in the RequestFactory servlet. It is > currently not used by anything except the exp

[gwt-contrib] Re: Wholesale move of the app, requestfactory, and valuestore packages from the bikeshed dir to user... (issue660802)

2010-06-25 Thread Amit Manjhi
Thanks for the feedback. Since I already submitted the patch, I will create follow-up patches for the issues below. 1. The javax validation is just used in the RequestFactory servlet. It is currently not used by anything except the expenses sample. So I could get away with not including it, and st

[gwt-contrib] Re: Wholesale move of the app, requestfactory, and valuestore packages from the bikeshed dir to user... (issue660802)

2010-06-25 Thread fabbott
Sorry to get to this a bit late... I've got a couple of concerns: 1. regarding especially the user.compile use of javax validation, does that suggest we should embed that library in gwt-dev.jar with all of our other runtime dependencies? (I don't love that practice, but it has b