]> source.dussan.org Git - vaadin-framework.git/commit
Generate implementations of RPC interfaces on the client side (#8278).
authorHenri Sara <hesara@vaadin.com>
Wed, 25 Jan 2012 09:17:48 +0000 (11:17 +0200)
committerHenri Sara <hesara@vaadin.com>
Wed, 25 Jan 2012 11:49:14 +0000 (13:49 +0200)
commit43970206e4e4aa8484f272e581faaacab9146b39
tree8990ba90c959738986f3ee91ce16e4a40c569410
parenta311d94ac921a42a83c67b123a21cff4d1220179
Generate implementations of RPC interfaces on the client side (#8278).

The current implementation still requires paintables to explicitly
initialize the generated proxy instances before using them.
src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml
src/com/vaadin/terminal/gwt/client/communication/ClientToServerRpc.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/widgetsetutils/RpcProxyGenerator.java [new file with mode: 0644]