Hi Raphael,
that depends on the complexity and nature of your project. If it makes
sense to split
it up, do it. But make sure you did research about the module structure
and dependences.
As an example you could make a single data model module, one for
services and one for widgets.
For project management i can suggest http://www.redmine.org/ or
codebase/lighthouse.
Regards,
Stefan
Am 18.01.2011 17:39, schrieb Raphael André Bauer:
Hi,
we are currently on the way creating the project infrastructure for a
larger GWT project.
The specs are:
- git
- Maven (using gwt-maven-plugin)
- around 100 developers
My question is now: What are your recommendations setting up such a
large project and making teams productive?
1. I could think of one pom.xml with many gwt.xml modules. Cool:
Simple testing and debugging and deploying.
2. But: Separating the gwt.xml modules into separate pom.xml is cool
as well. But there seem to be some drawbacks: Running and debugging
across the module boundary (developing on two modules at the same
time). But - of course the versioning is much nicer.
Regarding 2) Should we use one git repository or one repository for each module?
I know there might be no definite answer on this. But I am sure there
are many people out that already have experience setting up larger GWT
projects. Can you recommend any best practices?
Thanks!
Cheers,
Raphael
--
You received this message because you are subscribed to the Google Groups "Google
Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.