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 [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.
