Nothing should be preventing you from creating non-client classes anywhere in the hierarchy, AFAIK. The gwt.xml file is just some meta- data used by the GWT compiler to build the client-side js code; includes of other modules, pointers to the client code etc. There should be no restrictions on server side code, so what errors are you seeing?
On May 25, 9:41 am, m <[email protected]> wrote: > Sorry, I'm a c# transplant. I want a create a class that will be used > on server side only. In c# I would just create a new class in the > project... learning that java doesn't work that way. I have created a > class within the main package of my GWT project (not client, not > server, not shared, the main package). But I don't think this works. > It wants to find a .gwt.xml file for this java class. So... what is > the correct way to do this? Thanks. -- 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.
