Noor
Noor

Reputation: 20178

GWT gilead problem

I am getting lots of difficulty in integrating gilead in gwt. Can someone please send the jars they have successfully used that works because the one I have downloaded does not work Please someone help me with this gilead and GWT, it makes one full day that i trying to integrate gilead into gwt with no success!!! Thanks

Upvotes: 0

Views: 203

Answers (1)

Marty
Marty

Reputation: 402

What problems are you having?

I'm using hibernate4gwt

    <dependency>
        <groupId>net.sf.hibernate4gwt</groupId>
        <artifactId>hibernate4gwt</artifactId>
        <version>1.1.1</version>
    </dependency>

Upvotes: 0

Related Questions