Hi there I have wrote a tutorial on using Spring, Hibernate and GWT.
Hibernate if you haven't used it before its a Java Persistence system for managing databases and persistent objects and this is a good way to implement a database system. The tutorial assumes some knowledge of Hibernate so you may want to read up on it at www.hibernate.org first. The tutorial is located at: Part One - Setup http://eggsylife.blogspot.com/2007/10/well-this-tutorial-aims-at-helping.html Part Two http://eggsylife.blogspot.com/2007/11/hibernate-spring-google-web-toolkit.html Parth Three http://eggsylife.blogspot.com/2008/02/hibernate-spring-google-web-toolkit.html Using it this way provides a better way to execute your SQL queries and maintain your Database table and persistent objects. Eggsy On Sep 11, 3:35 am, "Ian Petersen" <[EMAIL PROTECTED]> wrote: > On Wed, Sep 10, 2008 at 7:09 PM, Kevin <[EMAIL PROTECTED]> wrote: > > These two errors appear in the error log. > > > [ERROR] Unable to load module entry point class > > com.packtpub.eise.threatboard.client.ThreatBoard (see associated > > exception for details) > > [ERROR] Failure to load module > > 'com.packtpub.eise.threatboard.ThreatBoard' > > That's it? Then I'm not sure. Can you post your module and the code > in your entry point? There should be some reason for why the entry > point can't be loaded. You're not doing anything fancy with custom > generators, or anything, right? Just a straightforward GWT project? > > Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
