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 <[email protected]>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 <[email protected]> > >> 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 <[email protected]> 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 [email protected] >>> . >>> To unsubscribe from this group, send email to >>> [email protected]<google-web-toolkit%[email protected]> >>> . >>> 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 [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-web-toolkit%[email protected]> >> . >> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > 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 [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.
