Google Web Toolkit postgreSql HIBERNATE

2012-04-24 Thread alaa aadil
hello i create a data base with the PgAdmin3 of PostgreSql , and i want to get the informations from the data base table with the IDE Eclipse. i installed the plugin of GWT on Eclipse , but i don't know how to use hiberbate and get information from the dataBase. please help me thanks best

Re: Google Web Toolkit postgreSql HIBERNATE

2012-04-24 Thread Harpal Grover
There are various tutorials on hibernate which can be found using google. Once you're comfortable with hibernate you can opt to use JPA or Gilead or RequestFactory with GWT. Each of these approaches have their strentghs/drawbacks. There are many post available in the GWT group which provide

Re: Google Web Toolkit postgreSql HIBERNATE

2012-04-24 Thread Rob
Hi, This post (GWT, Hibernate, HSQLDB, JPA) might help you on your way: - http://uptick.com.au/content/working-gwt-jpa-hibernate-and-hsqldb Cheers Rob http://code.google.com/p/gwt-cx/ On Apr 24, 7:18 pm, alaa aadil aadila...@gmail.com wrote: hello i create a data base with the PgAdmin3 of