Ticket #6885 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by Artur Signell

  • Status changed from new to accepted

Split makeUidlRequest into several methods in [18442].

comment:2 Changed 2 years ago by Matti Tahvonen

  • Summary changed from Allowe ApplicationConnection server communication methods to be overridden to Allow ApplicationConnection server communication methods to be overridden

comment:3 Changed 2 years ago by Artur Signell

  • Status changed from accepted to closed
  • Resolution set to fixed

Reviewed by Matti.

Note: See TracTickets for help on using tickets.