if you're going to have hundreds of windows... wouldn't it be easier to manage if they are split up into a bunch of smaller packages instead of one package with hundreds of files?
On May 25, 8:44 am, alf <[email protected]> wrote: > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
