summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/ServerRpcManager.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-142/+0
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-1/+1
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+1
* Pass RPC exceptions to Application.terminalError (#9018)Artur Signell2012-06-211-3/+6
* RPC -> Rpc for consistencyArtur Signell2012-04-181-2/+2
* Made it possible to find out RPC parameter types (#8667)Artur2012-04-181-72/+19
* Simplified RPC handling for client to server RPCArtur2012-04-181-13/+1
* Log error for missing RPC manager or target (#8590)Artur Signell2012-04-051-6/+16
* Paintable -> ConnectorArtur Signell2012-03-251-6/+6
* Add missing license headers and Serializable implementations.Henri Sara2012-01-251-0/+4
* Register and use multiple RPC implementations by RPC interface (#8278).Henri Sara2012-01-251-24/+46
* Implement incoming RPC call invocation on the server side (#8278).Henri Sara2012-01-251-0/+167