Re: Fwd: How to reduce Memory Footprint

2015-03-02 Thread Thiago H de Paula Figueiredo
On Mon, 02 Mar 2015 11:42:57 -0300, Robert Schmelzer wrote: Thanks for the immediate response. ;) We are building a product which acts as a complete backoffice solution for a specific business type - so yes the 220 pages are doing really different things. Wow indeed. :) The reusable

How to reduce Memory Footprint

2015-03-02 Thread Robert Schmelzer
Hi, we have a quite big business app counting about 220 pages. We are using a UX style where you can pop up dialogs containing wizards, which can again pop up dialogs and so on. The dialogs are opened in AJAX request on top of the page and realized in tapestry as embedded components. After

Re: Fwd: How to reduce Memory Footprint

2015-03-02 Thread Robert Schmelzer
Thanks for the immediate response. We are building a product which acts as a complete backoffice solution for a specific business type - so yes the 220 pages are doing really different things. The reusable parts are all modeled as components. And yes your assumption is right, all of the pages

Re: Fwd: How to reduce Memory Footprint

2015-03-02 Thread Thiago H de Paula Figueiredo
On Mon, 02 Mar 2015 10:43:09 -0300, Robert Schmelzer wrote: Hi, Hi! we have a quite big business app counting about 220 pages. Wow! 220! Does it really need that many unique pages? Does each one have its own logic, different from the others? By the way, which Tapestry version does t

Fwd: How to reduce Memory Footprint

2015-03-02 Thread Robert Schmelzer
Hi, we have a quite big business app counting about 220 pages. We are using a UX style where you can pop up dialogs containing wizards, which can again pop up dialogs and so on. The dialogs are opened in AJAX request on top of the page and realized in tapestry as embedded components. After fu

Re: Live Class Reloading of Autoloading Modules

2015-03-02 Thread Thiago H de Paula Figueiredo
On Mon, 02 Mar 2015 07:58:49 -0300, Svein Erik Løken wrote: How can I get an auto loaded module live reloaded? Tapestry live reloads page, component, mixin and base (classes in the base package) classes, plus services defined using an interface, but not module classes themselves. They'r

Live Class Reloading of Autoloading Modules

2015-03-02 Thread Svein Erik Løken
How can I get an auto loaded module live reloaded? Confiuration: maven-jar-plugin com.company.core.services.Tjac3CommonModule @Contribute(Component