Thanks all for the help, I ended up doing a tedious comparison of my project with DynaTableRf sample and copied the hibernate validator and gwt-servlet.jar from there.
After a very frustrating 5 days, I have a working RequestFactory setup, now I can focus on actually implementing the server end. Question: Part of the problem I faced was Uncaught Exceptions with very unhelpful stack traces. The errors ended up being things like, I had an inconsistency in id type between getid and findClazz(id), un- initialized version field, etc. There were no hints whatsoever on the console, I did an extremely tedious comparison of my project with DynaTableRf as I said above to fix this. I'm wondering if this is because I'm missing a configuration that would automatically point out this inconsistencies. Or is there any other approach to hunting the problem? A strategically placed break point on client/server side? Again, thanks for the responses. Spundun On Aug 19, 10:45 am, David Chandler <[email protected]> wrote: > See alsohttp://code.google.com/p/listwidget/ > > HTH, > /dmc > > > > > > > > > > On Wed, Aug 17, 2011 at 2:49 AM, Spundun <[email protected]> wrote: > > Hi all, > > > I'm trying to add RequestFactory and objectify to my existing eclipse > > project that uses GPE and GAE. > > > The page > >http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html > > > has the following instructions in the sectioin titled "wiring" > > > Add the following jars to your WEB-INF/lib directory: > > > requestfactory-server.jar > > javax/validation/validator-api-1.0.0.GA.jar > > A JSR 303 Validator of your choice, such as hibernate-validator > > > my question is, where do I find the requestfactory-server.jar file? > > What do I use as a "validator of my choice" that I can use with GAE > > and which is easily gettable? > > > Also, this process feels very clunky compared to the rest of the GPE > > experience, is there any plan to integrate it into GPE? > > > p.s.: I haven't been able to do anything through maven yet. THe > > closest I got was when Run As-> Maven install failed with error "You > > must use a 32-bit Java runtime to run GWT Hosted Mode." I'm on mac. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. > > -- > David Chandler > Developer Programs Engineer, GWT+GAE > w:http://code.google.com/ > b:http://turbomanage.wordpress.com/ > b:http://googlewebtoolkit.blogspot.com/ > t: @googledevtools -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
