Hi,

Are you saying that you're referencing a business model class in client
(GWT) code? If you want to do this, then you have to make sure that the
Model class all of the classes referenced by the Model class are GWT-client
compatible, which means they implement Serializable or IsSerializable. If
that's not the case, then you may need to make serializable DTOs which serve
as an intermediary between your server objects and your client objects.

Hope this helps,
Rajeev


On Fri, Jun 12, 2009 at 1:19 PM, watsonta <tom.accuwa...@gmail.com> wrote:

>
> I'm building a proof-of-concept GWT Google Map application that would
> utilize an existing Hibernate business model for data retrieval. As
> soon as I reference and use a class from the business model into the
> application, the AppEngine server complains about not being able to
> find the source code for that class. If I pull the class into the GWT
> project, then it begins complaining about all the classes it
> references. It's a bottomless rabbit hole.
>
> I'm working in Eclipse. I have tried including the business model as a
> project in the build path, as well as referencing it's distributable
> jar as an "external jar". Same result either way.
>
> What am I doing wrong? I can't rebuild every external resource as a
> GWT module.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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