vaadin / touchkit

TouchKit is a library of mobile components for Vaadin Framework
https://vaadin.com/touchkit
Other
11 stars 25 forks source link

Touchkit does not properly separate client, shared and server code #397

Open vaadin-bot opened 9 years ago

vaadin-bot commented 9 years ago

Originally by carnecro


In TouchKit server code imports and uses client classes. As a consequence large parts of client code and GWT classes have to be deployed on server. This makes TouchKit unusable on systems with limited memory (embedded systems). Generell GWT class deployment should be avoided.

Vaadin Charts have the same problem, see the ticket #15540.


Imported from https://dev.vaadin.com/ issue #16744