Hi All,
I'm a GWT newbie and I've just come fresh after reading up the basics
from the Google GWT tutorial. Here's my situation:

I have an existing Java based web application (Struts based). Now I'm
trying to add a new module to it and figure I'd try to incorporate GWT
- mostly because I expect the new module to be a few very dynamic
pages communicating with the server often.

Now my first question is, how do I reference my current Java code in
this GWT program. i.e if i have the following

com.pkg1.Class1;
com.pkg1.pkg2.Class2;

in my existing Java code,

and in my GWT java class I import these 2 classes for implementation,
what are the exact steps I need to follow so that these are correctly
added to the GWT program and can compile. So far, I haven't seemed to
have found a definitive answer to this problem. I saw a few solutions
of people saying a jar needs to be included and it needs to have a
<name>.gwt.xml file which gets inherited or something but didn't quite
understand what exactly they meant.Some others spoke about source code
having to be available for the program to compile in order to convert
the javascript. The reading ended up leaving me in a half baked
situation which still doesn't help my GWT program compile.

I'd really appreciate some help and maybe a few fundamentals on what
needs to be happening.

Thanks
Suri

--~--~---------~--~----~------------~-------~--~----~
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