I have a doubt suppuse a very large project with hundred of windows so
thousand of files

according mvp patter will be:

eje. project contacts
src/
com.google.gwt.sample.contacts
com.google.gwt.sample.contacts.client
  controller/services
com.google.gwt.sample.contacts.client.event
com.google.gwt.sample.contacts.client.presenter
com.google.gwt.sample.contacts.client.view

now we can add customer proyect how I  should like to this away

com.google.gwt.sample.customer
com.google.gwt.sample.customer.client
  controller/services
com.google.gwt.sample.customer.client.event
com.google.gwt.sample.customer.client.presenter
com.google.gwt.sample.customer.client.view

or is better
a package for contacts and other package for customer

com.google.gwt.sample.contacts
contactService.java
contactEvent.java
contactPresenter.java

com.google.gwt.sample.customer
customerService.java
customerEvent.java
customerPresenter.java

thanks for response I will accept other ideas.



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to