Hi,
I try to configure entities into gwt. I created an ejb and inside in
the ejb made entities package. Inside the entities package insert a
Entities.gwt.xml:
<module>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
</module>
After that puted inherit to the gwt client:
<inherits name="iforsale.com.entities.Entities"/>
When i want to use Users entity the compiler drop an error, so it
doesn't find the Users class in turn i added it to the packeg. I tried
two way:
1. Insert ejb...
2. insert compiled jar.
What is to be wrong?
thx, Pepusz
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---