I am working on a small GWT app (I have used GWT in the past but it was a while ago), trying to learn the new MVP and RequestFactory. I am not sure if I am just approaching this wrong, or have some error I can't spot. When I add a call to instantiate my app's RequestFactory, it no longer runs. It gives me "Deferred Binding Failed" for my request factory.
I went back and double-checked the domain / entity objects and I think I have the required pattern in place (implicit no-arg constructor, getId(), findEntity(id) and getVersion()). Some of the relevant code: Domain objects: http://code.google.com/p/eatright/source/browse/#svn/trunk/EatRightApp/src/com/eatrightapp/server/domain EntityRequest and Proxy objects: http://code.google.com/p/eatright/source/browse/#svn/trunk/EatRightApp/src/com/eatrightapp/shared This class instantiates the RequestFactory (line 35) and passes it to the Activity (line 41) http://code.google.com/p/eatright/source/browse/trunk/EatRightApp/src/com/eatrightapp/publicweb/client/mvp/AppActivityMapper.java This class is where I have a method utilizing the request factory. (~ line 49) http://code.google.com/p/eatright/source/browse/trunk/EatRightApp/src/com/eatrightapp/publicweb/client/activity/UserAccountsActivity.java http://code.google.com/p/eatright/source/browse/trunk/EatRightApp/src/com/eatrightapp/admin/client/Admin.java Any ideas? -- 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.
