At design time in GWT Designer, the runtime environment needed to handle a live RPC call simply does not exist. If your UI is primarily constructed dynamically based on the results of info available at runtime, a static UI design tool like GTW Designer (or any UI builder for that matter) would not be much help. If you have your UI decomposed into reusable static pieces (Composites), it would be helpful with those pieces, but not with the main UI as a whole.
-Eric On Dec 21, 4:20 pm, Thad <[email protected]> wrote: > My interface is largely shaped by the results of calls to a database > via a clearly defined API. That means I make a lot of GWT RPC calls > and act on the results, results that can vary widely. GWT Designer > does not (or at least 2 years ago did not) support RPC calls. -- 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.
