>From the RequestFactory documentation: Four special methods are required on all entities as they are used by the RequestFactory servlet: A no-arg constructor. This may be the implicit default constructor. 1. id_type getId() -- IDs can be String or Long 2. static entity_type findEntity(id_type id) 3. Integer getVersion()
You could argue that this means that you cannot easily make a separate service and I believe you would be right. The only way to do this, I believe, is to create a Locator for each proxy. I asked the same question a couple of days ago. See http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c929fb1d4239f7e0 -- 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.
