On May 15, 5:16 pm, Rajeev Dayal <rda...@google.com> wrote:
> So, it seems that you client project needs access to classes in your
> Java-only project (the shared classes). Why is this? Are these classes that
> need to be used for GWT RPC?

There are two main projects. One is a big ol' database, which is all
regular Java. The second is a GWT project that serves as a front-end
to the database. The GWT front-end makes requests to the database
through object streams over sockets, and the objects they send back
and forth need to be instances of shared classes.

The DB core does not know about the front-end GUI stuff, and vice
versa.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to