Hi everyone,
On the server-side I have an interface lets call it "CommonInterface".
There are some subinterfaces and various implementations.
Now the client should be able to create objects that fit the
"CommonInterface" and send it to the server. The Request should look like
this:
@Service(value = MyService.class, locator = MyServiceLocator.class)
public interface MyServiceRequest extends RequestContext{
Request<Void> findAll(*CommonInterfaceProxy* myObject);
}
Lets asume I want the client to send SubSub-CommonInterfaceImpl
implementation. Which proxies do I need then on the client?
*Server * * Client*
CommonInterface ? Create a proxy that maps to
the interface ? (No Implementation on the server, just Interface)
Sub-CommonInterface ? Create a proxy that maps to
the interface ? (No Implementation on the server, just Interface)
SubSub-CommonInterface ? Create a proxy that maps to the
interface ?
SubSub-CommonInterfaceImpl SubSub-CommonInterfaceImplProxy
However I already tried to implement it in vairous ways but couldnt get it
working. Your help is much appreciated.
Thanks in advance.
Kind regards,
Manuel
--
You received this message because you are subscribed to the Google Groups "GWT
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.