Ticket #6885 (closed enhancement: fixed)
Allow ApplicationConnection server communication methods to be overridden
| Reported by: | Artur Signell | Owned by: | Artur Signell |
|---|---|---|---|
| Priority: | normal | Milestone: | Vaadin 6.6.0.pre1 |
| Component: | undefined | Version: | 6.5.5 |
| Keywords: | Cc: | matti.tahvonen@… | |
| Hours estimate: | Hours done: | ||
| Depends on: | |||
| Workaround: | |||
Description
It should be possible to override the methods used for sending data from the client to the server without reimplementing the logic for adding parameters, handling error codes etc.
Use cases:
- Send data in a specific format when required by the server, e.g. as a form post for WSRP
- Use another method for communicating with the server, e.g. JSONP, web sockets or similar.
Change History
Note: See
TracTickets for help on using
tickets.

Split makeUidlRequest into several methods in [18442].