Mark Thomas
Mark Thomas
We have multiple Vaadin servlets in a single "web application" (i.e. defined in the same deployment descriptor). We are using the Vaadin Spring add-on. Thus, we have multiple UIs annotated...
I am having a problem with mapcache after it has been running for a long time (approx. 2 weeks). Response times go through the roof and the Apache error log...
Since ScopedEventBus is Serializable it's interface ought to as well so full serialization of a Vaadin Spring component works. Otherwise, one has to make the EventBus as transient.