Friday, November 26, 2010

Some instruction on how to use Gilead and GWT

Hi, Finally I've my gilead working with gwt. Initially when u will try
setting this up, u will get my problems. That's a way of how I
proceed, in case someone is getting any problem, u can just send me a
mail

1. First ensure that you have all the appopriate jars. I am using one
of the specific jars gilead4gwt-1.3.2.1839.jar and not the adaptwe4gwt
because i am getting some errors with this. These are the jars I am
using
(add these as reference libraries to your project and lib in war file)
antlr-2.7.6.jar
antlr-runtime-3.1.3.jar
asm-3.2.jar
beanlib-5.0.2beta.jar
beanlib-hibernate-5.0.2beta.jar
cglib-2.2.jar
commons-lang-2.2.jar
dom4j-1.6.1.jar
gilead4gwt-1.3.2.1839.jar
gilead-core-1.3.2.1839.jar
gilead-hibernate-1.3.2.1839.jar
gwt-servlet.jar
hibernate-annotations.jar
hibernate-commons-annotations.jar
hibernate-core.jar
hibernate-jpa-2.0-api.jar
hsqldb.jar
javassist-3.4.GA.jar
jta-1.1.jar
log4j-1.2.15.jar
postgresql-9.0-801.jdbc4.jar
slf4j-api-1.5.8.jar
slf4j-log4j12-1.5.8.jar
xstream-1.3.jar

2. Then follow the guide about class extending and implementing at
http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html

3. Ensure that your mapping file and configuration are 100 % accurate
as because of this u may get lots of errors

4. I have a good example of gilead which I have created that works 100
%. In case u want the program, send me a mail at bakenoor@gmail.com,
i'll forward u the example i created

If u are running into any specific problem, just let me know. To
program with gwt, you've got to understand the project structure very
well and know adding module to the project. U can learn more about
organising gwt project at http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html

regards
Noor

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment