Hello all, I did some searching through this group, the on-line documents, help and Google at large, so if the answer is RTFM, please send a link to the correct FM.
I want to have the following packages in my source hierachry: com.my.company.model -- Contains representations of my data objects com.my.company.gwt.client com.my.company.gwt.server I want to be able to use RPC between the client and server classes using the data classes defined in model. When I tried this, it all compiled fine (of course). But when I launched Hosted Mode, it gave me an error about "could not find source. Did you forget to inherit something?" I copied a couple classes into the client package and the problem went away. Where is there a detailed explanation of what myapp.gwt.xml can contain and what it means? I want to keep my model classes separate because I am using JPA and am generating the classes off of my database schema and because just seems like "client" is the wrong place to put them. Thanks, Eric --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
