JavaScript GWT

2011-09-14 Thread Diego Piedrahita
I have a JavaScript file and want to include GWT, someone has idea?. The JavaScript I want to apply for a textArea to format the text entered into the. Thank you. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send

Re: JavaScript GWT

2011-09-15 Thread Alexandre Dupriez
If your Javascript is not too long, you can use JSNI. Just declare a native method like void native foo() /*-{ Put here you Javascript }-*/; and call the foo() method like any other else. Alexandre. On 15 sep, 01:20, Diego Piedrahita wrote: > I have a JavaScript file and want to include GWT,

Garbage collection in javascript (GWT)

2013-07-10 Thread Bhumika Thaker
I want to know that how java script object is collected by GC? so I goggled but could not find any satisfied answers. The question is related to GWT code, as we know that gwt compile java code into javascript. so how it will use GC mechanism in it? Just example : There is four screen on my appl

Re: Garbage collection in javascript (GWT)

2013-07-10 Thread Jens
Take a read: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_Management GWT also has two articles about memory leaks: https://code.google.com/p/google-web-toolkit/wiki/UnderstandingMemoryLeaks http://www.gwtproject.org/articles/dom_events_memory_leaks_and_you.html In short: If

Re: Garbage collection in javascript (GWT)

2013-07-10 Thread Bhumika Thaker
Thank you... On Wed, Jul 10, 2013 at 11:26 PM, Jens wrote: > Take a read: > > https://developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_Management > > > GWT also has two articles about memory leaks: > > https://code.google.com/p/google-web-toolkit/wiki/UnderstandingMemoryLeaks > http://ww

HtmlUnit seemly can not run JavaScript(GWT) on GoogleCodeSearch pages

2009-12-09 Thread Phan The Dai
Hi everyone, I am trying using HtmlUnit for parsing and checking a GoogleCodeSearch's Url, for example Url = "http://google.com/codesearch/p?hl=en#BDMVBjMQ9dM/developer/ technicalArticles/jini/javaspaces/HelloWorld.zip|0GBefwhg-XQ/ HelloWorld.java&q=HelloWorld%20lang:java" But I could not get the