Re: Large Project Structure

2012-05-30 Thread Niraj Salot
am going on a wrong path. On May 29, 5:03 pm, Thomas Broyer wrote: > On Tuesday, May 29, 2012 1:26:10 PM UTC+2, Niraj Salot wrote: > > > Hi All, > > > What should be consider as Best Practice for Large Project Structure ? > > > We have multiple modules inside the p

Re: Large Project Structure

2012-05-29 Thread Thomas Broyer
On Tuesday, May 29, 2012 1:26:10 PM UTC+2, Niraj Salot wrote: > > Hi All, > > What should be consider as Best Practice for Large Project Structure ? > > We have multiple modules inside the projects. Also We would like to > make sure that single change in one module does n

Re: Large Project Structure

2012-05-29 Thread Кирилл Карпенко
lugin/ This article also could be informative for you: http://code.google.com/p/gwt-maven/wiki/BigProjectBestPractices On Tue, May 29, 2012 at 3:26 PM, Niraj Salot wrote: > Hi All, > > What should be consider as Best Practice for Large Project Structure ? > > We have multiple modules

Large Project Structure

2012-05-29 Thread Niraj Salot
Hi All, What should be consider as Best Practice for Large Project Structure ? We have multiple modules inside the projects. Also We would like to make sure that single change in one module does not require compile of all the files. It should be just that module only. How to achieve this in GWT