Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client 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 | -2/+2 |
| | |||||
* | Use "this" to avoid conflicts if there's a parameter named "connector" | Leif Åstrand | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | Reformatted all source files | Artur Signell | 2012-04-16 | 1 | -2/+1 |
| | |||||
* | Simplified initialization of ServerRpc proxies | Artur Signell | 2012-04-12 | 1 | -14/+9 |
| | | | | | | | | Renamed InitializableClientToServerRpc -> InitializableServerRpc and moved it out from ServerRpc to avoid confusion (#8599) It is now possible to use RpcProxy.create(class, Connector) before the connector has been initialized | ||||
* | Less logging + always search for serializable types the same way | Artur Signell | 2012-03-30 | 1 | -6/+3 |
| | |||||
* | Include methods from parent RPC interfaces aswell to make RPC interface | Artur Signell | 2012-03-29 | 1 | -1/+1 |
| | | | inheritance work | ||||
* | ClientToServerRpc -> ServerRpc | Artur Signell | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | paintable -> connector | Artur Signell | 2012-03-01 | 1 | -4/+4 |
| | |||||
* | Organized imports and formatted all java files | Artur Signell | 2012-02-28 | 1 | -4/+4 |
| | |||||
* | Renamed ClientToServerRpc -> ServerRPC | Artur Signell | 2012-02-28 | 1 | -3/+3 |
| | |||||
* | 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 | -5/+6 |
| | |||||
* | Generate implementations of RPC interfaces on the client side (#8278). | Henri Sara | 2012-01-25 | 1 | -0/+146 |
The current implementation still requires paintables to explicitly initialize the generated proxy instances before using them. |