Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -142/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+1 |
| | |||||
* | Pass RPC exceptions to Application.terminalError (#9018) | Artur Signell | 2012-06-21 | 1 | -3/+6 |
| | |||||
* | RPC -> Rpc for consistency | Artur Signell | 2012-04-18 | 1 | -2/+2 |
| | |||||
* | Made it possible to find out RPC parameter types (#8667) | Artur | 2012-04-18 | 1 | -72/+19 |
| | | | | | Refactored legacy change variables handling to LegacyChangeVariablesInvocation | ||||
* | Simplified RPC handling for client to server RPC | Artur | 2012-04-18 | 1 | -13/+1 |
| | | | | | | Target connector validity (enabled) is checked for all RPC calls ClientConnector is always an RpcTarget Removed unused RpcManager.target | ||||
* | Log error for missing RPC manager or target (#8590) | Artur Signell | 2012-04-05 | 1 | -6/+16 |
| | |||||
* | Paintable -> Connector | Artur Signell | 2012-03-25 | 1 | -6/+6 |
| | |||||
* | Add missing license headers and Serializable implementations. | Henri Sara | 2012-01-25 | 1 | -0/+4 |
| | |||||
* | Register and use multiple RPC implementations by RPC interface (#8278). | Henri Sara | 2012-01-25 | 1 | -24/+46 |
| | |||||
* | Implement incoming RPC call invocation on the server side (#8278). | Henri Sara | 2012-01-25 | 1 | -0/+167 |