Sunday, October 6, 2013

Re: RequestFactory - BaseRequest, Locator, ServiceLocator, service inheritance on the client

Ok, I found a solution/workaround here on comment #17.
Already tried it, but I couldnt get it working. I fail to create the RequestFactory.

I guess my declaration of the baseRequest in my RequestFactory is wrong.

It looks like this:
@SkipInterfaceValidation
@Service(value = EntityBase.class, locator = MyServiceLocator.class)
public interface EntityBaseRequest <T extends EntityBaseProxy> extends RequestContext {...}

But in my RequestFactory it looks like this:

public interface MainRequestFactory extends RequestFactory {

    EntityBaseRequest entityBaseRequest();
...}

I guess I got to have the template type here somewhere?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment