Note that there are some explanatory texts on larger screens.

plurals
  1. POGWT Compilation Time Performance Improvement
    primarykey
    data
    text
    <p>We are using GWT Version 2.4 in our current project. On server side, we are using Spring &amp; Custom JDBC framework.</p> <p>We are using Maven as our Build Tool. The application is getting deployed on JBOSS 7 Server.</p> <p>Currently we have everything in one single Eclipse Project. Means one Application.gwt.xml file and one ApplicationContext.xml for spring. We have around 2000 Java files out of which around 1500 are for GWT related source files.</p> <p>The project is still growing with more source files.</p> <p>We are fine with timings of Java to Javac [class file] Compilation time. But when It comes to Java to JavaScript , It is a issue.</p> <p>We have used all hacks mentioned in the GWT Forum.</p> <p>Like.</p> <ol> <li>Compiling for only one Local</li> <li>Compiling for only one Browser</li> </ol> <p>But still the compilation is taking 4-6 minutes.. OR even 7 minutes some times.</p> <p>With this question, I would like to know the options available to improve the same.</p> <p>We are thinking to Split the Project like this WAY:</p> <ul> <li>Module 1 (JAR Build)</li> <li>Module 2 (JAR Build)</li> <li>Module Main (WAR Build). This would contain Application.gwt.xml file which would inherit Module 1 &amp; Module 2.</li> </ul> <p>Now Question comes:</p> <p><strong>1) Will this help us in Improving the compilation time?</strong></p> <p><strong>2) IF we change only Module 2 and then compile Module Main, will GWT still compile Module 1 as it is inherited by Module Main?</strong></p> <p>Please share your views on above scenario. We have even tried out GWT 2.5 option but no help in performance improvements.</p> <p>Thanks, Niraj Salot.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload