In your module.gwt.xml, you need to add the rpc folder as a source.
client is automatically added for you.

< module >
  < source path="client" />
  < source path="rpc" />
< /module >

When building your war, or jar, or installing, you will need to
compile the RPC stuff and included the classes.



On Sep 30, 12:25 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hi, I have a fairly large gwt that is using a large number of
> libraries.
>
> To ensure there are no unwanted dependencies i am trying to split my
> project into 3 modules client (everything ui related), server (server
> processing related) and rpc (All my bussiness objects). both client
> and server inherit from rpc.
>
> The problem i have encountered is declaring the servlet in the gwt.xml
> config files (of which there are 3, one for each module). I am getting
> ClassNotFound exceptions. I dont want to inherit the server module in
> the client and according to the GWT diagrams i shouldnt need to.
>
> Is splitting the RPC section of my project possible and if so any help
> would be greatly appreciated.
>
> Regards,
> Steve
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to