Hi Jésica,

I'd create a service that would return any configuration stuff needed
- maybe by passing the attribute's name and its type (context-param or
init-param from some servlet).

So if you're using a Java backend, you'd just have regular RPC.

1. Write a normal interface that you will be accessing from your
client.
2. Write an asynchronous interface for the interface you just wrote.
3. Write a servlet that extends RemoteServiceServlet and implement the
interface you just wrote the interfaces for.

Remember that services are accessed in an asynchronous way, which
means that you'd have to make your application wait until you get
either a response or an exception (in case of failure).

Best regards,
Igor.

-- 
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.

Reply via email to