Sunday, June 27, 2010

Re: How to embed GWT widget in any webapplication

I don't understand. You can write/output the markup "<script...></script>" with whatever technology you choose to. Once you have your module ready and compiled place the script-element into any HTML-page.
The modules are written in Java though.

On Sun, Jun 27, 2010 at 7:03 AM, nalina nandini <nalinaele2006@gmail.com> wrote:
Thanks for the reply.
But my question in detail is as follows:
I mean how to embed GWT widget in simple html or where I can embeb GWT widget in any web application developed by using other technology like dotnet etc.

2010/6/24 Jaroslav Záruba <jaroslav.zaruba@gmail.com>
If you mean 'into my GWT-unaware page' then it's easy. Look into your module's 'start-page' (the one Eclipse creates for you) and find this line:
<script ... src="your_module_name/your_module_name.nocache.js"></script>
This is how GWT gets 'injected' into the page; copy this line into your 'any page'.

...at least this is how I do it, and it works.

On Thu, Jun 24, 2010 at 9:34 AM, nalina <nalinaele2006@gmail.com> wrote:
How to embed GWT widget in any webapplication
can any one help me on this issue

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


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

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

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

No comments:

Post a Comment