This is a screenshot for my folder structure

http://www.tolgaozdemir.net/wp-content/uploads/2009/08/tolgaozdemirnet.gif



HİBERNATE.CFG
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-
configuration-3.0.dtd">
<hibernate-configuration>
  <session-factory>
    <property
name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
    <property
name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</
property>
    <property name="hibernate.connection.url">jdbc:mysql://localhost:
3306/gwtDemo</property>
    <property name="hibernate.connection.username">root</property>
    <property name="hibernate.connection.password">1557</property>
    <mapping resource="Entry.hbm.xml"/>
  </session-factory>
</hibernate-configuration>


ENTRY.HBM.XML
<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD
3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd";>
<hibernate-mapping>
  <class name="net.tolgaozdemir.gwt.client.domain.Entry"
table="tblentry"/>
</hibernate-mapping>
--~--~---------~--~----~------------~-------~--~----~
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