Hi there,

i'd like to seperate my GWT application in two Eclipse projects:
Database (persistence) and Application application). To prevent
compiler errors (cannot be resolved as a type...)  in Eclipse the
persistence project is added to the classpath of application.
Also the project is added into the "projectname.gwt.xml" like:
"<inherits name="en.mycompany.myproject.persistence"/>"
This way it is possible to import projects to GWT-projects in respect
to the classloader of GWT.

The problems begin when adding / using hibernate jars to the external
project: During execution the AppEngine Server complains that it is
missing source code for "org.hibernate.SessionFactory" and so on...

Quick solution is to integrate the presistance implementation into the
main implementation - do not like this way.

Has anyone faced the problems described above?

Deeply grateful for any help,

henning

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