I saw some guys doing that with iframes, I do not like iframes, but it works, give it a try.
If you know how to use an iframe you already figured out what to do, but if not : [code] <iframe src="myapp/MyGwtApplication.html" name="MyAppFrame" width="600" height="400" scrolling="no">An integrated App</iframe> [/code] The tag "src" should point to your app entry point, if you are running the app on hosted mode, click on the Compile/Browse button, you app will open up on your default browser, copy the location and use it as the "src" of yout iframe. I don't have practice on explaining things, so if you don't get it, ask again, I will be pleased to help. Good luck! On 29 jul, 08:20, NeMeSiS <[email protected]> wrote: > Thanks for that fast answer! > I need to use an XML-Editor. Which one exactly is not specified. I > think I will use something opensource. So can I use an activeX control > and show the editor inside? Can I also send and recieve commands and > data to the editor? How is that done? > > Greetings, > NeMeSiS > > On 29 Jul., 12:34, makoki <[email protected]> wrote: > > > What sort of application, which type of integration are you talking > > about. I'm sure, although never tried, it's feasible to do it, either > > creating an activeX control or similar. > > > On 29 jul, 12:32, NeMeSiS <[email protected]> wrote: > > > > Hello all, > > > > I would like to integrate an application into my GWT-Site(similar to > > > integrating an applet). Is this possible? > > > Another option would be to open an application on the client machine > > > (but I don't think this is possible because of browser restictions and > > > security reasons) or at least communicate with an application that is > > > running on the client machine. The last point would also be perfect. > > > But can I do that with GWT? Or is there a library that offers this > > > functionality? > > > > Grettings and TIA, > > > > NeMeSiS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
