Hi,
I have to extend an existing Struts2 application. Since we have
created some other applications entirely with GWT I'd like to put some
new GWT UI components in the existing Struts app.
I've been digging through the web and it seems that this is possible
and some people have done it. Anyway, I've got some trouble getting it
working. What I have done so far is:
1. Creating a GWT project which does nothing but adding a button to
the RootPanel by using RootPanel.get("myDivId")
2. Added a div Element to one of the JSP pages of the Struts app "<div
id='myDivId></div>'"
3. Created a Struts action which is supposed to load the GWT component
by calling it's module entry point.
Now, my problem is that I don't know where to place the compiled GWT
stuff in the struts project to make it working. I've made a jar file
out of the GWT projects war directory. But how do I have to integrate
this into the struts project?
Any hints are highly apprecited.
Thanks in advance.
Michael
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---