Hello guys, First of all, I would like to congratulations Jesse and Dhanji for the google io guice presentation, it's nice to see how you look like too. One point that I think you could talk about (considering the name of the presentation) is about wiring modules to generate the final application. AFAIK I can wire modules using the install method or listing all modules at the injector creation time. My first question is about it, what is the difference between: - create general module and use install method to add new other ones - create the injector passing a list of all modules - a combination of the two above
The other question is related to GWT + Guice, I'm starting to develop an application with these two frameworks and a question came up to my mind. How do you deal with the data that must be transfered to gwt through rpc. For example, consider this situation: - The system has a entity named User with many attributes. - The system interface has to show the username, first and last names. Does your service method return directly the entity User (even with a lot of unnecessary attributes) ? Or, does your application has a "controller like" service that take the information from a business service and transform it into a DTO before send it to the interface (gwt) ? I know that this second question should best fit in the GWT mailing list but I think you could answer it better. PS: Is there a document or something like this, that describes the set of libraries/frameworks used in google wave? -- Eduardo S. Nunes http://e-nunes.com.br --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" 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-guice?hl=en -~----------~----~----~----~------~----~------~--~---
