active questions tagged gwt - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T07:11:36Zhttp://stackoverflow.com/feeds/tag/gwthttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1785734/is-smartgwt-really-as-slow-as-its-showcase-is1is smartGWT really as slow as its showcase is?michelle2009-11-23T20:30:55Z2009-11-29T05:23:37Z
<p>I've started implementing my web application using smartGWT. Is it really as slow as it is on the showcase? </p>
<p>It's practically unreasonably slow.</p>
<p>I'm in a new empty project that all it does it display a modal window with a login form in onLoad.</p>
<p>this takes about 1 full minute to load.</p>
<p>I think it's just waiting for something and then poof it's loaded.</p>
<p>I'm running it from eclipse, just clicking the green run button.</p>
http://stackoverflow.com/questions/1794042/any-example-with-protocol-buffers-gwt1Any example with Protocol Buffers + GWT?Rodrigo2009-11-25T01:04:45Z2009-11-28T23:51:35Z
<p>Do you know about any example using together Google Protocol Buffers and GWT? </p>
http://stackoverflow.com/questions/1806748/facebook-application-using-gwt1Facebook Application Using GWTAldenHurley2009-11-27T04:36:19Z2009-11-28T23:38:00Z
<p>Does anyone have experience writing a Facebook application using GWT with GAE? I'm new to GWT/GAE and the web world but not new to Java and am having some slight issues integrating with the Facebook API.</p>
<p>Currently I've settled on utilizing a filter to authenticate the request to my main servlet against Facebook to ensure proper credentials are passed and to generate the JSON client that is then added to the user session. The servlet redirects the client to the main entrypoint which validates against an authentication servlet to guarantee the presence of the client in the session to prevent against spoofing of the credentials within the html request. </p>
<p>I took this route because I couldn't find a means by which to redirect the client to Facebook's login from the authentication servlet if called directly from the entrypoint page. However, aside from the fact that this seems impractical I appear to lose the session attributes once the entrypoint submits to the authentication servlet (or any other). I've ensured I have sessions enabled but apparently am doing something wrong.</p>
<p>Does anyone have insight into what I've overlooked or know of any decent GWT/Facebook tutorials out there?</p>
http://stackoverflow.com/questions/1799269/edit-save-refresh-gwt-modules1edit/save/refresh gwt modulesmohn33102009-11-25T19:08:59Z2009-11-28T04:29:19Z
<p>Hi,</p>
<p>One of the best features of gwt is the edit/save/refresh development cycle. This has worked great when working with only one module. But what about when the application is broken down into multiple modules? </p>
<p>More specifically, we've moved towards a structure where we have a main ui module with an entry point and multiple additional modules which "hook" into it. So the main ui module inherits these other modules (libraries). The GWT Shell is always launched with the main ui, but it doesn't reflect the other module changes on refresh. We have to rebuild and relaunch the shell to see it.</p>
<p>As gwt is being used to build larger and larger apps, the architecture will tend towards breaking it down into smaller modules rather than one monolithic app. Any suggestions to overcome this limitation?</p>
<p>Thanks much,
Mohnish</p>
http://stackoverflow.com/questions/1811115/can-the-server-create-and-return-gwt-objects-to-the-client0Can the server create and return GWT objects to the client?darren2009-11-28T00:27:04Z2009-11-28T02:56:57Z
<p>Hi all.</p>
<p>Still wresting with GWT and App Engine, and I have come to this problem:</p>
<p>I have an app engine populated with various data, which I would like to present on the client using a GWT RPC. </p>
<p>I have found out the hard way that, because my Model objects are annotated with JDO, i can't just send them back to the client because they aren't serializable. This means I'm going to have to create a layer of intermediate classes to extract data from my model objects, and send it back to the client to use asynchronously. </p>
<p>I am wondering though, it is possible to construct a GWT object in a servlet and send it back to be used? For example, the servlet would be receive my asynchronous request, pull out the data i want from the database, create a GWT VerticalPanel() with appropriate child elements for the data, and send that VerticalPanel back to the client to be injected.</p>
<p>My understanding of the Java / Javascript interaction that is going on here is still foggy, and I'm thinking that sending a Java object that is not compiled to Javascript after the application is deplyed will not work. Can anybody clarify this for me?</p>
http://stackoverflow.com/questions/1809155/mouse-over-listener-for-flextable-in-gwt-1-70Mouse Over listener for FlexTable in GWT 1.7?drozzy2009-11-27T14:41:43Z2009-11-27T23:52:50Z
<p>How do you add an event listener or handler to widgets in GWT 1.7?</p>
<p>I know there are some questions alreayd about this on SO but it seems they are outdated.
For example (ignoring the fact that there is a :hover in CSS) how do I add a Hover listener to a FlexTable for example?</p>
http://stackoverflow.com/questions/1809164/view-gwt-html-source1View GWT HTML source?drozzy2009-11-27T14:44:01Z2009-11-27T17:28:45Z
<p>Is there a way to VIEW the HTML source code that GWT produces? Currently I just give my flex table the DIV id and that DIV is all HTML I can see in ViewSource.</p>
<p>Is there a way to structure my table in HTML (say using div's and lists) and than create a something like FlexTable around that?</p>
http://stackoverflow.com/questions/1803833/java-util-collectionsunmodifiablemap-problem-code-included0java.util.Collections$UnmodifiableMap problem : code includedDarren2009-11-26T14:01:50Z2009-11-27T16:14:42Z
<p>Hello :-)</p>
<p>I am building a facebook platform web app using GWT and hosting it on App Engine.</p>
<p>I am adding validation code that uses supplied query string parameters in the callback url. GWT allows me to get these parameters by calling Window.Location.getParameterMap() and the returned Map is immutable.</p>
<p>I may be wrong however I think this problem has nothing to do with FB, GWT or App Engine specifically and is more down to my misunderstanding something about Map objects. </p>
<p>I don't think that my code attempts to modify the supplied Map but the error I get seems to suggest that my code is trying to modify an immutable Map.</p>
<p>Can someone please take a look and let me know where I am modifying an unmodifiable Map?</p>
<p>I would supply a stack trace but I can't find a way to get a stack trace for this to display in App Engine logs.</p>
<p>Thanks in advance for any and all help :-)</p>
<pre><code>/**
* Validation Test
* To generate the signature for these arguments:
* 1. Remove the fb_sig key and value pair.
* 2. Remove the "fb_sig_" prefix from all of the keys.
* 3. Sort the array alphabetically by key.
* 4. Concatenate all key/value pairs together in the format "k=v".
* 5. Append your secret key.
* 6. Take the md5 hash of the whole string.
* @param fbQueryStringParams
* @return String
*/
public String test(Map<String,List<java.lang.String>> fbQueryStringParams) {
String appSecret = TinyFBClient.APP_SECRET;
String fbSig = fbQueryStringParams.get("fb_sig").get(0);
StringBuilder sb = new StringBuilder();
TreeMap<String,String> sortedMap = new TreeMap<String,String>();
// Get a Set view of the Map of query string parameters.
Set<Map.Entry<String,List<java.lang.String>>> mapEntries = fbQueryStringParams.entrySet();
// Iterate through the Set view, inserting into a SortedMap all Map.Entry's
// that do not have a Key value of "fb_sig".
Iterator<Map.Entry<String,List<java.lang.String>>> i = mapEntries.iterator();
while(i.hasNext()) {
Map.Entry<String,List<java.lang.String>> mapEntry = i.next();
if(!mapEntry.getKey().equals("fb_sig")) { // 1. Remove the fb_sig key and value pair.
sortedMap.put(mapEntry.getKey(),mapEntry.getValue().get(0)); // 3. Sort the array alphabetically by key.
}
}
// Get a Set view of the Map of alphabetically sorted Map.Entry objects.
Set<Map.Entry<String,String>> sortedMapEntries = sortedMap.entrySet();
// Iterate through the Set view, appending the concatenated key's and value's
// to a StringBuilder object.
Iterator<Map.Entry<String,String>> ii = sortedMapEntries.iterator();
while(ii.hasNext()) {
Map.Entry<String,String> mapEntry = ii.next();
// 4. Concatenate all key/value pairs together in the format "k=v".
sb.append(mapEntry.getKey().replaceAll("fb_sig_","")); // 2. Remove the "fb_sig_" prefix from all of the keys.
sb.append("=");
sb.append(mapEntry.getValue());
}
sb.append(appSecret); // 5. Append your secret key.
String md5 = DigestUtils.md5Hex(sb.toString()); // 6. Take the md5 hash of the whole string.
// Build and return an output String for display.
StringBuilder output = new StringBuilder();
output.append("fbSig = "+fbSig);
output.append("<br/>");
output.append("md5 = "+md5);
return output.toString();
}
</code></pre>
http://stackoverflow.com/questions/1805921/why-am-i-stuck-on-initiating-update-when-deploying-to-google0why am I stuck on "Initiating update" when deploying to googlemichelle2009-11-26T22:22:21Z2009-11-27T14:03:26Z
<p>I've have not had any trouble deploying through eclipse until now.</p>
<p>I'm guessing it might have to do with all the stuff I've added today</p>
<ul>
<li>a folder of .pdf and .tex files (in war/web-inf directory) </li>
<li>a bit of JDO stuff</li>
<li>and a servlet that reads the files in the directory and indexes them into the JDO</li>
</ul>
<p>Is there any way to find out what exactly is the problem?
I currently get stuck at "Initiating update"
and the stack trace say "ConnectionReset" </p>
<p>Any helkp of imput will be appreciated, I really need to deploy this today, thanks!</p>
<p>here's the deploy trace:</p>
<pre><code>Unable to update:
java.net.SocketException: Connection reset
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at com.google.appengine.tools.admin.ServerConnection.getAuthCookie(ServerConnection.java:315)
at com.google.appengine.tools.admin.ServerConnection.authenticate(ServerConnection.java:219)
at com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java:145)
at com.google.appengine.tools.admin.ServerConnection.post(ServerConnection.java:81)
at com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:427)
at com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java:241)
at com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:98)
at com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:56)
at com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:271)
at com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
</code></pre>
<p>Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderFieldKey(Unknown Source)
at com.google.appengine.tools.util.ClientCookieManager.readCookies(ClientCookieManager.java:123)
at com.google.appengine.tools.admin.ServerConnection.connect(ServerConnection.java:340)
at com.google.appengine.tools.admin.ServerConnection.getAuthCookie(ServerConnection.java:314)
... 11 more</p>
http://stackoverflow.com/questions/1808197/how-do-i-compile-a-module-without-an-entrypoint0How do I compile a module without an EntryPoint?Aaron Digulla2009-11-27T11:26:12Z2009-11-27T13:42:45Z
<p>I have a utility module for GWT which doesn't have an UI (hence, there is no class which inherits from <code>com.google.gwt.core.client.EntryPoint</code>. When I try to compile this module with GWT 1.7.1, I get this error:</p>
<pre><code>[ERROR] Module has no entry points defined
</code></pre>
<p>How do I get rid of this error? Do I really have to define a dummy entry point? How did Google ever compile their own utility modules???</p>
http://stackoverflow.com/questions/1801952/why-do-only-certain-feeds-get-recovered-from-google-reader0Why do only certain feeds get recovered from google reader?Andrew C2009-11-26T06:52:14Z2009-11-27T13:24:09Z
<p>I want to parse the results of a public google reader feed of mine. I am writing an app in gwt and up to this point I had been following an example with the line:</p>
<pre><code>String gdata =
"http://www.google.com/base/feeds/snippets?alt=json-in-script&callback=";
</code></pre>
<p>The feed is retrieved,</p>
<pre><code>public void handle(JavaScriptObject jso) {
JSONObject json = new JSONObject(jso);
JSONArray ary = json.get("feed").isObject().get("entry").isArray();
Window.alert(json.toString());
}
</code></pre>
<p>and the data is displayed on the panel + i see it in the alert window. However, when I change the url so that I can use my feed rather than an example, nothing works.</p>
<p>Here are some of the ways I've tried to format my url:</p>
<pre><code>http://www.google.com/reader/public/javascript/feed/http://www.google.com/reader/public/atom/user%2F17524205173321155204%2Flabel%2Fpub?alt=json-in-script&callback=
http://www.google.com/reader/public/javascript/feed/http://www.google.com/reader/public/atom/user%2F11035509885961399965%2Fstate%2Fcom.google%2Fbroadcast?callback=?
http://www.google.com/reader/public/javascript/feed/http://www.google.com/reader/public/atom/user%2F11035509885961399965%2Fstate%2Fcom.google%2Fbroadcast?callback=?
</code></pre>
<p>Ostensibly the feeds are the same except for the example one that works has all the text on a single long line where the others have whitespace. Could this be causing an issue? What can I do to get around it?</p>
<p>I want to run regular expressions against the data im getting back from the feed. is there a better way to do this? </p>
<p>Thank you very much!</p>
http://stackoverflow.com/questions/1800791/gwt-and-dynamic-server-processing-do-they-belong-together0gwt and dynamic server processing. Do they belong together?darren2009-11-25T23:59:50Z2009-11-26T18:52:23Z
<p>I am eager to build an application with Gwt and App Engine. I'm more familiar with App Engine: creating dynamic html pages with servlets and jsp's. I'm wondering however, if this type of application technology belongs with GWT?</p>
<p>The two examples I can foresee being a problem are login and database retrieval. </p>
<p>For user log-in, my current approach is simple: at the beginning of a servlet, check if the user object exists. If it does, show the page. If it doesn't, redirect to Google's login service. How does this model fit in with GWT? It seems to me that GWT compiles into static html/javascript/css files you place on your server. With this approach, it doesn't seem possible to do any server processing to check for a vlid user before serving the static page (because any user could just bypass the servlet and type the static page url directly). </p>
<p>The other example would be show data from the app engine datastore. If i wanted to create a table which each row being an entry from the data store, I would dynamiclly create the html in a servlet, and do my datastore access there etc, etc. It seems with GWT I would have to serve a container html page, then use ajax to load the database content after the fact?</p>
<p>Maybe GWT isn't right for my type of application, or maybe I'm just thing about web application development the wrong way. Some clarification would be appreciated. </p>
http://stackoverflow.com/questions/411257/what-is-the-best-way-to-test-gwt-code4What is the best way to test GWT codeSathish2009-01-04T16:51:08Z2009-11-26T17:03:34Z
<p>What is the best way to test GWT code?</p>
<p>GWTTestCase in hosted mode is too slow and none of the mocking frameworks work.</p>
<p>Currently we are following MVC as suggested in <a href="http://robvanmaris.jteam.nl/2008/03/09/test-driven-development-for-gwt-ui-code/" rel="nofollow">http://robvanmaris.jteam.nl/2008/03/09/test-driven-development-for-gwt-ui-code/</a> and using GWTMockUtilities disarm() and restore() to mock widgets. And we havent figured out a way to test View in GWT MVC. Is there a better way to test GWT code?</p>
http://stackoverflow.com/questions/229333/gwt-unit-testing-tdd-and-tooling1GWT Unit Testing TDD and ToolingRoundcrisis2008-10-23T11:07:18Z2009-11-26T17:02:39Z
<p>hi there</p>
<p>I m just starting using gwt and so far so good, however after reading some sample code I wonder is it necesary to have a high level of test coverage? (I can see that most code is declarative and then add some attributes I can see the sense in checking so me particular attributes are there but not all)</p>
<p>Also i would be interested to know anything about what are the gotchas in TDDing with GWT</p>
<p>I m using eclipse so also if you are really happy with some particualrs add ins for GWT I would be happy to hear about that
Thanks for the input</p>
<p>edit: maybe I m asking a very wide question, but even little pieces of information will help
I come from having nvelocity views with jquery/extJs/prototype/scriptaculous and this is a bit different</p>
http://stackoverflow.com/questions/867451/best-gwt-widget-library15Best GWT widget library?tellme2009-05-15T07:49:29Z2009-11-26T10:33:29Z
<p>Question for all the <a href="http://en.wikipedia.org/wiki/Google%5FWeb%5FToolkit" rel="nofollow">GWT</a> gurus out there - which is the best GWT widgets library out there? And why?</p>
<p>List based on the answers:</p>
<ul>
<li><a href="http://code.google.com/webtoolkit/" rel="nofollow">Default</a></li>
<li><a href="http://extjs.com/products/gxt/" rel="nofollow">EXT-GWT</a></li>
<li><a href="http://gwt.components.googlepages.com/" rel="nofollow">GWT Components Library</a></li>
<li><a href="http://code.google.com/p/gwt-ext/" rel="nofollow">GWT-EXT</a></li>
<li><a href="http://gwt-widget.sourceforge.net/" rel="nofollow">GWT Widget Library</a></li>
<li><a href="http://gwtiger.org/" rel="nofollow">GWTiger</a></li>
<li><a href="http://code.google.com/p/rocket-gwt/" rel="nofollow">Rocket GWT</a></li>
<li><a href="http://code.google.com/p/tatami/" rel="nofollow">Dojo</a></li>
<li><a href="http://code.google.com/p/smartgwt/" rel="nofollow">SmartGWT</a></li>
<li>Others</li>
</ul>
http://stackoverflow.com/questions/1802752/smartgwt-setting-the-cursor-position-in-a-textitem0smartGWT > setting the cursor position in a textItemmichelle2009-11-26T10:04:46Z2009-11-26T10:04:46Z
<p>I'm using a TextItem in smartGWT and I want to update the cursor position in that text field when a user clicks on some button.
is that possible?</p>
<p>(btw, in general, is there a text field widget that is not part of the form package in smartGwt?)</p>
<p>thanks!</p>
http://stackoverflow.com/questions/1744691/display-problem-with-absolutepanel-with-gwt-connector1Display Problem with absolutepanel with gwt-connectorsony2009-11-16T20:36:34Z2009-11-26T07:27:22Z
<p>Hi,</p>
<p>I am trying to use GWT-Connector in one of my classes to create the connection point to the widgets. Here is what i have:</p>
<pre><code>public class Test extends Composite{
RequiredData rd = new RequiredData();
public Test(){
TextBox t1 = new TextBox();
t1.setSize("100px", "20px");
t1.setText("Hi");
t1.setTitle("textbox");
CustomShapeRet r = new CustomShapeRet();
VerticalPanel v1 = new VerticalPanel();
v1.setVerticalAlignment(VerticalPanel.ALIGN_MIDDLE);
v1.setStyleName("vertical");
v1.add(r);
v1.add(t1);
AbsolutePanel ap = new AbsolutePanel();
ap.setSize("120px", "100px");
ap.add(v1, 0, 0);
Diagram d1 = new Diagram(ap);
Shape s = new Shape(v1);
s.showOnDiagram(d1);
initWidget(ap);
}
}
</code></pre>
<p>When i run my program it is not displaying the vertical panel properly. Here is how it looks: <a href="http://www.cs.uofs.edu/~sudhakaras2/absolute.jpg" rel="nofollow">http://www.cs.uofs.edu/~sudhakaras2/absolute,jpg</a> But when i remove the following code:</p>
<pre><code> Diagram d1 = new Diagram(ap);
Shape s = new Shape(v1);
s.showOnDiagram(d1);
</code></pre>
<p>it just works fine.</p>
<p>Question:</p>
<ol>
<li>Is my gwt-connector usage correct?</li>
<li>Do i have to add this absolute to rootpanel for connector to work?</li>
<li>Is there a way to get around this?</li>
</ol>
<p>Any suggestion will be of great help.
Thank you.</p>
http://stackoverflow.com/questions/1775771/gwt-rpc-or-request-builder-using-javascript-overlay1GWT RPC or Request Builder using Javascript Overlay?Satya2009-11-21T15:27:33Z2009-11-25T16:45:49Z
<p>GWT RPC is a mechanism provided by gwt to communicate between client and server. Also there's a Request Builder, through which you can connect to the server.</p>
<p>Which mechanism would you recommend for a gwt based app, and please state the reasons to do so as well..</p>
http://stackoverflow.com/questions/1795278/creating-object-to-get-expected-json0Creating object to get expected JsonPriyank2009-11-25T07:42:02Z2009-11-25T13:59:59Z
<p>Hi.</p>
<p>I am working in GWT. Currently my requirement is simple. I want a JSON in following format:</p>
<pre><code>{":question" : { ":id":"123", ":question_text":"some text", ":nodes":["123","111"]}}
</code></pre>
<p>I need to create an object in GWT code such that when I use jquery's json plugin to parse that object; I should get above listed json. This json needs to be sent to a remote service. </p>
<p>Currently I have tried using Java Hashmaps and Java custom objects modelled for these attributes but they always seem to have metadata in generated JSON and I am just not able to get this format.</p>
<p>It would be great if someone could suggest how I could go about modelling this data object such that I was get a JSON parsed as expected.</p>
<p>Or can I just write a simple custom JSON parser in Javascript? How do I do that?</p>
<p>cheers
-Priyank </p>
http://stackoverflow.com/questions/1795474/using-request-builder-to-authenticate-user-not-working-in-spring-security0using request builder to authenticate user: Not working in spring securitySalvin Francis2009-11-25T08:39:00Z2009-11-25T09:04:01Z
<p>I need to authenticate a user in a page based on the remember me cookie,
inspired by this site: <a href="http://raibledesigns.com/rd/entry/integrating%5Fgwt%5Fwith%5Fspring%5Fsecurity" rel="nofollow">Tutorial for checking spring authentication</a>,
I came up with a solution for checking the authentication.</p>
<p><strong>Changes made in my application</strong></p>
<p>applicationContext-security.xml:</p>
<pre><code><intercept-url pattern='/**AuthenticationChecker.html' access="ROLE_ADMIN"/>
...
<form-login login-page="/Login.html" authentication-failure-url="/Login.html" always-use-default-target="true" default-target-url="/Main.html"/>
</code></pre>
<p>Gwt code:</p>
<pre><code>try
{
RequestBuilder rb = new RequestBuilder(
RequestBuilder.POST, "AuthenticationChecker.html");
rb.sendRequest(null, new RequestCallback()
{
public void onError(Request request, Throwable exception)
{
RootPanel.get().add(new HTML("[error]" + exception.getMessage()));
}
public void onResponseReceived(Request request, Response response)
{
RootPanel.get()
.add(new HTML("[success (" + response.getStatusCode() + "," + response.getStatusText() + ")]"));
}
}
);
}
catch (Exception e)
{
RootPanel.get().add(new HTML("Error sending request " + e.getMessage()));
}
</code></pre>
<p>AuthenticationChecker.html is a simple blank html page,
from what I understand, as AuthenticationChecker.html requires role as admin, I should have got a 401 Unauthorized if remember me cookie was not present and a 200 OK if the user was authenticated and his cookie was present.</p>
<p>However, the output always shows: [success (200,OK)]</p>
<p>To cross check, i simply typed authenticaionChecker.html (without logging in) and it returned back to Login.html indicating that spring is indeed authenticating the user.</p>
<p>Am I doing something wrong here ?</p>
http://stackoverflow.com/questions/747665/how-to-resolve-normalize-urls-in-gwt-javascript0how to resolve/normalize URLs in GWT/Javascript?Limbic System2009-04-14T13:53:01Z2009-11-25T08:12:32Z
<p>Given two URLs, how can I resolve one of them against the other? I'm trying to emulate Java's <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/net/URI.html#resolve%28java.lang.String%29" rel="nofollow">URI.resolve()</a>, which does not exist in GWT's emulation library. I've had to implement this manually, which, as you might expect has been very error-prone. Is there a GWT or Javascript library for <strong>resolving</strong> or <strong>normalizing</strong> URLs?</p>
http://stackoverflow.com/questions/1362255/gwt-multiple-entry-point-and-netbeans-6-70Gwt multiple entry point and NetBeans 6.7Raffaele Di Fazio2009-09-01T12:37:52Z2009-11-24T15:00:04Z
<p>I want to make an homepage with GWT that let the user log in and then I want to redirect the user to another page, that will show a table or something else (the real part of the webapp). This will also be entirely coded with GWT. Now, I'm programming with netbeans 6.7 and I don't know how to manage different entryPoint (the home and the webapp) because it seems that I can have only one entry point at time in a single project... I don't want to split the app in two different projects because the two GWT entryPoints need to access to the same database...
How can I do? Can you tell me some tip, or post a link to a tutorial?? I</p>
http://stackoverflow.com/questions/1125318/how-to-implement-a-lazy-list-using-smartgwt-and-sql0How to implement a Lazy List using SmartGWT and SQL Eric Koslow2009-07-14T13:17:18Z2009-11-24T12:15:35Z
<p>Hey all,</p>
<p>I was trying all of yesterday to try and integrate a SQL Database with SmartGWT for a lazy list but I just couldn't figure out how to implement it. (<a href="http://www.smartclient.com/smartgwt/javadoc/" rel="nofollow">JavaDoc</a>, and <a href="http://www.smartclient.com/smartgwt/showcase/#tree%5Fdatabinding%5Fondemand" rel="nofollow">example of a lazy list</a>)</p>
<p>What I want to do is create a list of a bunch of "sites" all over the world. The problem is there will probably be about a million of them, so I'm trying to load as few as possible at a time. Each site in my DB has an address, so I'm trying to sort them in the tree structure like (Country->State->City->Sites). Every time you go down a level there will be a query to the DB asking for all of the next level (Whether that be all the cities that have sites in the state chosen, or what ever).</p>
<p>Any help is greatly appreciated. </p>
<p>ALSO:
In the example linked the folders and leafs are the type of element, is there a way to keep folders, folders, and then leafs a separate type of object?</p>
http://stackoverflow.com/questions/1613602/gwt-hosted-mode-not-working-with-spring-eclipse-gwt-eclipse-plugin1GWT hosted mode not working with Spring + Eclipse + GWT Eclipse pluginDomchi2009-10-23T13:52:01Z2009-11-24T07:51:56Z
<p>I've been trying to get GWT working with Spring for a while now. Is there anyone who is using official Eclipse GWT plugin with Spring, and who has managed to get hosted mode working with that combination?</p>
<p>I'm using GWTController to initialize GWT through dispatcher-servlet.xml. Since my WEB-INF is not in war, but in WebContent folder, I use "-war WebContent" switch when compiling Java code to .js.</p>
<p>As for hosted mode... if I try to run it through IDE (Run as Web Application) I get "Launch failed - Could not find any host pages in project MyProject." I tried running it with Ant task which goes something like this:</p>
<pre><code><condition property="XstartOnFirstThread" value="-XstartOnFirstThread">
<os family="mac"/>
</condition>
<condition property="XstartOnFirstThread" value="">
<not><os family="mac"/></not>
</condition>
<target name="hosted" depends="" description="Run hosted mode">
<java failonerror="true" fork="true" classname="com.google.gwt.dev.HostedMode">
<classpath>
<pathelement location="src" />
<path refid="my-client-classpath" />
</classpath>
<jvmarg value="-Xmx256M" />
<jvmarg line="${XstartOnFirstThread}" />
<arg value="-startupUrl" />
<arg value="MyPage.html" />
<arg value="my.gwt.client.Whatever" />
</java>
</target>
</code></pre>
<p>This results in hosted mode starting, but I get 404 instead of my web page...</p>
<p>EDIT: When I go to hosted mode, I see folder with compiled Javascript code but nothing else. So my question is basically has someone got a good tutorial or a setup he can share? There is a lot of half-baked info on the Net, but I wasn't able to make any of it work.</p>
<p>EDIT 2: Here's my .gwt.xml file, it's pretty basic:</p>
<pre><code><?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.7.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.7.1/distro-source/core/src/gwt-module.dtd">
<module rename-to='whatever'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- Inherit the default GWT style sheet. You can change -->
<!-- the theme of your GWT application by uncommenting -->
<!-- any one of the following lines. -->
<inherits name='com.google.gwt.user.theme.standard.Standard' />
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
<!-- Other module inherits -->
<!-- Specify the app entry point class. -->
<entry-point class='my.gwt.client.Whatever' />
<!-- Lokalizacije -->
<extend-property name="locale" values="hr" />
</module>
</code></pre>
http://stackoverflow.com/questions/932415/how-does-the-live-real-time-typing-work-in-google-wave18How does the live, real-time typing work in Google Wave?Sudhir Jonathan2009-05-31T16:39:23Z2009-11-23T15:11:27Z
<p>I'm sure Wave doesn't poll the server every millisecond to find out if the other user has typed something... so how can I see what the other person is typing as they type? And without hogging the bandwidth.</p>
http://stackoverflow.com/questions/1783053/configure-gwt-in-eclipse0Configure GWT in Eclipse_bravado2009-11-23T13:10:00Z2009-11-23T14:41:42Z
<p>Installed Google <code>App Engine 1.2.5</code> and <code>Web Toolkit 1.7.1</code>. However I still get a red underline whenever I import <code>gwt</code> and user any of it's classes like <code>graphCanvas</code>. How do I take this underline away? What haven't I configured correctly?</p>
http://stackoverflow.com/questions/1783021/how-do-i-convert-100-into-px-in-html0How do i convert 100% into px in HTMLSalvin Francis2009-11-23T13:00:31Z2009-11-23T13:57:29Z
<p>Hi,
I am making a slider based component in GWT.</p>
<pre><code>Parent : width = 100%
.-------------------------------------------------.
| .---------------------------------------------. |
| | Child : width = X | |
| '---------------------------------------------' |
'-------------------------------------------------'
</code></pre>
<p>where X = (parent's width in px) - (some calculations based on runtime);</p>
<p>My code says: </p>
<pre><code>int providedWidth = parentContainer.getOffsetWidth();
</code></pre>
<p>In Firefox, I get the width correctly as (say) 345px
But in IE6, it constantly returns the width as 0 no matter what size it is.</p>
<p>From GWT perspective,
Parent is an AbsolutePanel placed within a DockPanel (super parent),
Child is a a HorizontalPanel.</p>
<p>I haven't placed code here for brevity, is there any other way to get the width or am
I doing something wrong ?</p>
http://stackoverflow.com/questions/1777183/gwt-importing-a-sample-project1gwt> importing a sample projectmichelle2009-11-21T23:45:23Z2009-11-23T09:29:10Z
<p>I'm just barely after 2 hours of trying to force it to work and looking for answers online. </p>
<p>How in the world do you import a sample gwt application into your eclipse and make it run?</p>
<p>by the way, I cannot find "projectCreator.cmd" anywhere in my files, where is it suppose to be assumming i've used eclipse plugin updater to d/l gwt 1.7.1?</p>
http://stackoverflow.com/questions/1770978/gwt-tree-widgets-swallow-arrow-keyboard-events-which-make-textboxes-contained-in0GWT Tree widgets swallow arrow keyboard events which make TextBoxes contained in TreeItems not respond to arrow keys.Hans Sjunnesson2009-11-20T14:58:02Z2009-11-23T08:18:36Z
<p>Easily reproducible in GWT 1.6.4:</p>
<pre><code>Tree tree = new Tree();
tree.addItem(new TextBox());
</code></pre>
<p>The problem lies with onBrowserEvent in Tree:</p>
<pre><code>switch (eventType) {
case Event.ONKEYDOWN:
case Event.ONKEYUP: {
if (isArrowKey(DOM.eventGetKeyCode(event))) {
DOM.eventCancelBubble(event, true);
DOM.eventPreventDefault(event);
return;
}
}
</code></pre>
<p>Like a lot of GWT widgets, they don't subclass well. There has to be a simple trick I could swing for this?</p>
http://stackoverflow.com/questions/1379525/how-to-implement-a-custom-columnsorter-with-scrolltable-gwt-incubator1How to implement a custom ColumnSorter with ScrollTable (GWT-incubator)tronda2009-09-04T14:10:48Z2009-11-23T06:14:32Z
<p>I've implemented my custom column sorter which is used to sort the
elements in my table.</p>
<pre>
class FileColumnSorter extends SortableGrid.ColumnSorter
{
@Override
public void onSortColumn(SortableGrid sortableGrid, TableModelHelper.ColumnSortList columnSortList,
SortableGrid.ColumnSorterCallback columnSorterCallback)
....
}
</pre>
<p>When I initialize the FixedWidthGrid I do the following:</p>
<pre>
FixedWidthGrid dataTable = new FixedWidthGrid(rows, cols);
dataTable.setSelectionPolicy(SelectionGrid.SelectionPolicy.ONE_ROW);
dataTable.setColumnSorter(new FileColumnSorter());
</pre>
<p>The scrolltable is initialized the following way:</p>
<pre>
FixedWidthFlexTable headerTable = createHeaderTable();
// Calling the lines described above
FixedWidthGrid fileListGrid = createDataTable
(currentDescriptorList.size(), 6);
// Combine the components into a ScrollTable
scrollTable = new ScrollTable(fileListGrid, headerTable);
scrollTable.setSortPolicy(AbstractScrollTable.SortPolicy.SINGLE_CELL);
scrollTable.setColumnSortable(0, false);
scrollTable.setColumnSortable(1, true);
scrollTable.setColumnSortable(2, true);
scrollTable.setColumnSortable(3, true);
scrollTable.setColumnSortable(4, true);
scrollTable.setColumnSortable(5, false);
</pre>
<p>When I run the application, I get the built in sorting instead of my
custom sorting. I've also tried to do the following:</p>
<pre>
ColumnSorter sorter = new FileColumnSorter();
FixedWidthGrid dataTable = new FixedWidthGrid(rows, cols) {
@Override
public ColumnSorter getColumnSorter()
{
return sorter;
}
};
</pre>
<p>To ensure that my sorter get used, but I still get the same
experience. </p>
<p><strong>Update: Added the FileColumnSorter</strong></p>
<pre><code>class FileColumnSorter extends SortableGrid.ColumnSorter
{
@Override
public void onSortColumn(SortableGrid sortableGrid,
TableModelHelper.ColumnSortList columnSortList,
SortableGrid.ColumnSorterCallback columnSorterCallback)
{
final int column = columnSortList.getPrimaryColumn();
final Integer[] originalOrder = new Integer[sortableGrid.getRowCount()];
for (int i = 0; i < originalOrder.length; i++)
{
originalOrder[i] = i;
}
Arrays.sort(originalOrder, new Comparator<Integer>() {
public int compare(Integer first, Integer second)
{
Descriptor firstDesc = share.getCurrentDescriptors().get(first);
Descriptor secondDesc = share.getCurrentDescriptors().get(second);
if (firstDesc.getType().equals(secondDesc.getType()))
{
switch (column)
{
case 0:
return firstDesc.compareTo(secondDesc);
case 1:
return firstDesc.getName().compareTo(secondDesc.getName());
case 2:
return ((Long) firstDesc.getSize()).compareTo(secondDesc.getSize());
case 3:
return firstDesc.getCreated().compareTo(secondDesc.getCreated());
case 4:
return firstDesc.getModified().compareTo(secondDesc.getModified());
default:
return firstDesc.compareTo(secondDesc);
}
}
else
{
return firstDesc.getType() == Descriptor.FileItemType.FOLDER ? 1 : -1;
}
}
});
int[] resultOrder = new int[originalOrder.length];
for (int i = 0; i < originalOrder.length; i++)
{
if (columnSortList.isPrimaryAscending())
{
resultOrder[i] = originalOrder[i];
}
else
{
resultOrder[resultOrder.length - i - 1] = originalOrder[i];
}
}
columnSorterCallback.onSortingComplete(resultOrder);
}
}
</code></pre>