Re: How to integrate an open source web app into a GWT application
Create your main HTML/JSP which will have html frame set code like
this:
------------------------------------
<frameset COLS="20%,50%, 30%">
<frame NAME="opensourceExistingApp" SRC='urlOfOpenSourceExistingApp'>
<frame NAME="GWTApp" SRC='urlOfGWTApp'>
<frame NAME="ThirdApp" SRC='urlOfThirdApp'>
</frameset>
------------------------------------
urlOfOpenSourceExistingApp : should Points to your existing open
source web url
urlOfGWTApp: should point to your GWT Application
urlOfThirdApp: should point to third application
-Bakul
--
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home