Re: Couldn't load AppFrontEnd from Super Dev Mode

2016-10-12 Thread Daniel Grosu
I have the same problem. Any news? On Wednesday, April 20, 2016 at 10:04:40 PM UTC+3, Farrukh Shakil wrote: > > My GWT+Maven setup stopped working after upgrading to 2.7. I am running > both GWT+MAVEN (gwt:run) and GWT+MAVEN+Eclipse (as google web application) > using built in jetty and getting

best practices for modular GWT app

2016-10-12 Thread Luca Morettoni
Hi all, currently my application is using a single module for the GWT code, but I’d like to split it in some submodules to better organize the code. Everything is under maven and I organised the main project layout using Thomas Broyer gwt-maven-archetypes [1], so now I have a main maven project a

Re: best practices for modular GWT app

2016-10-12 Thread Luca Morettoni
> On 12 Oct 2016, at 10:29, Luca Morettoni wrote: > > Hi all, currently my application is using a single module for the GWT code, > but I’d like to split it in some submodules to better organize the code. > Everything is under maven and I organised the main project layout using > Thomas Broyer

best practices for modular GWT app

2016-10-12 Thread Kirill Prazdnikov
As far as I know you need only one GWT maven module that builds the app. The rest modules are just regular (platform independent) modules (jar) and the gwt-app module depends on it. So for the client app u have 2: main GWT module (A) with GWT specific code and GWT dependencies and a plain jar m

best practices for modular GWT app

2016-10-12 Thread Kirill Prazdnikov
As far as I know you need only one GWT maven module that builds the app. The rest modules are just regular (platform independent) modules (jar) and the gwt-app module depends on it. So for the client app u have 2: main GWT module (A) with GWT specific code and GWT dependencies and a plain jar m

Re: best practices for modular GWT app

2016-10-12 Thread Luca Morettoni
> On 12 Oct 2016, at 19:05, Kirill Prazdnikov wrote: > > As far as I know you need only one GWT maven module that builds the app. > The rest modules are just regular (platform independent) modules > (jar) and the gwt-app module depends on it. > > So for the client app u have 2: main GWT modul

Re: best practices for modular GWT app

2016-10-12 Thread Luca Morettoni
> On 12 Oct 2016, at 10:29, Luca Morettoni wrote: > > Hi all, currently my application is using a single module for the GWT code, > but I’d like to split it in some submodules to better organize the code. > Everything is under maven and I organised the main project layout using > Thomas Broyer

Re: best practices for modular GWT app

2016-10-12 Thread Kirill Prazdnikov
I do not completely understand which problems do you have, but we dont have any issues working with SDM with modules I described above. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from i