I found something that seems to be perfect for my needs. The editor is
called XMLmind and can be embedded as an applet! Unfortunately its not
for free... I hope my boss will accept this solution.

Thanks again for your help!


On 30 Jul., 10:20, NeMeSiS <m.weish...@web.de> wrote:
> Thanks!
>
> The problem is that the application I want to embed or communicate
> with is not a GWT Application but a desktop application(exe). And this
> application should preferred run on the client machine, not on a
> server.
>
> On 29 Jul., 14:57, Lucas Neves Martins <snown...@gmail.com> wrote:
>
> > 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 <m.weish...@web.de> 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 <iagoto...@gmail.com> 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 <m.weish...@web.de> 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to