Tagged Questions

31
votes
13answers
16k views

Why should I use jQuery instead of GWT?

I need to decide between jQuery and GWT for my new project. I haven't programmed in JavaScript for a while and I was looking into GWT for the last few days and it looks pretty awesome generating all ...
25
votes
10answers
2k views

Has anyone used GWT and can say it really delivers what it promises?

I am a long time Java web developer and as most web developers I have used quite a lot of JavaScript. Even though I don't hate JavaScript as many other Java developers, I am still aware of its faults. ...
24
votes
10answers
5k views

Is a colon safe for friendly-URL use?

We are designing a URL system that will specify application sections as words separated by slashes. Specifically, this is in GWT, so the relevant parts of the URL will be in the hash (which will be ...
23
votes
5answers
1k views

GWT “database” (client-side)

I'm looking for something like a database for GWT objects (inside the browser). It must work without HTML5 or Gears (or any browser plugins). It doesn't have to be capable of everything a database can ...
22
votes
7answers
2k views

to GWT or not to GWT

I'm a Java developer. To be honest, I'm a little intimidated about writing lots of javascript, so the idea of writing a web app completely in Java with GWT appeals to me! I'm planning a new web app ...
18
votes
2answers
719 views

C interpreter written in javascript

Is there any C interpreter written in javascript or java ? I don't need a full interpreter but I need to be able to do a step by step execution of the program and being able to see the values of ...
17
votes
4answers
5k views

Why GWT? Advantages and Trade-Offs of Using This RIA Framework

I'm new to stackoverflow and have been reading through a bunch of the "highest voted" questions for GWT. Several of these questions talk about the pitfalls or problems with GWT. In the articles: ...
13
votes
2answers
531 views

When not to use Google Web Toolkit? [closed]

I'm considering use of GWT on a major in-house web app development project, namely it's major advantage in my eyes is the cross-compilation to Javascript which would (at least theoretically) help my ...
13
votes
4answers
535 views

How does the scrolling on “Google Maps for Mobile” work?

Visit http://www.google.com/gmm with a mobile device - the scrolling is super smooth even with floating toolbars. How are they accomplishing this with GWT? Update I mean the site as seen by a mobile ...
13
votes
3answers
2k views

Anyone use Pyjamas (pyjs) python to javascript compiler (like GWT..)

Has any one used this? I don't have a large background in Javascript and this lib looks like it may speed things along. www.pyjs.org
13
votes
12answers
6k views

Should I use Google Web Toolkit for my new webapp?

I would like to create a database backed interactive AJAX webapp which has a custom (specific kind of events, editing) calendaring system. This would involve quite a lot of JavaScript and AJAX, and I ...
11
votes
1answer
519 views

GWT to create utility javascript library

I need to create javascript library which will be called from other javascript code. Is it possible to create javascript library using GWT and Java classes? No entry points, no UI - just some utility ...
9
votes
9answers
1k views

Should web developers still learn JavaScript?

Now that frameworks like GWT, Morfik etc exist which compile Java client side code into major JavaScript dialects, is it still worth learning JavaScript?
9
votes
8answers
7k views

Using SVG in GWT

I was wondering if it is possible to include SVG content inside a panel (or whatever would work in GWT), be able to add more to the SVG (like add a circle or a curve) programmatically , and handle ...
8
votes
2answers
205 views

GWT equivalent for .NET?

I enjoy GWT because I can have compile-time type safe code that runs in the browser. However, I like C# a lot better than Java. Is there some good way to have C# compile to Javascript?
8
votes
3answers
321 views

What framework is google body browser built upon (if any)?

Can someone help me understand which framework (if any) is Google Body browser developed with? OK, it's WebGL and Javascript, but are they using some GWT extension that allows WebGL interaction or ...
8
votes
8answers
2k views

What compilers target JavaScript runtimes?

I am using GWT, which includes a Java-to-JavaScript compiler. Before this project, targeting the JavaScript runtime from a different language hadn't occurred to me, and I'm enjoying the GWT ...
7
votes
1answer
1k views

Why use the command pattern in GWT (or any web app)?

According to this video here Google is recommending the use of the Command pattern on top of its request handling API. There is also a helpful looking project gwt-dispatch that implements that ...
7
votes
2answers
937 views

How to begin working with GwtQuery?

I've dived into the GWT world a couple of months ago and find it quite interesting. I'm currently developing a web application which is to be used internally and so we need to resize the browser ...
7
votes
7answers
2k views

Which JavaScript framework is generally used for high performance websites?

There are different JavaScript frameworks like jQuery, Dojo, mooTools, Google Web Toolkit(GWT), YUI, etc. Which one from this is suitable for high performance websites?
7
votes
7answers
9k views

Hooking a GWT event onto an element in an external iframe

I am writing a GWT app that involves interacting with an external document in an iframe. As a proof of concept, I am trying to attach a click handler to a button. The following works in javascript ...
6
votes
2answers
309 views

What's the current state of GWT?

I am currently working on a complex web application and am finding javascript/jquery development for the certain things to be very challenging. So I started looking for alternative tools. I think ...
6
votes
1answer
645 views

GWT: How to return (and handle) an error from multipart form (file) upload

I have and Google Web Toolkit (Multipart) Form which post a file to my servlet. When error condition is happening in servlet I return an error. When everything is OK I return an JSON string. ... ...
6
votes
1answer
200 views

How to parse dates in GWT?

I lost a lot of time on this one, so I'm posting the question and answering from what I learned, as a resource to help other people out. The context of the problem is building an RSS reader. While ...
6
votes
1answer
984 views

How to call jquery trigger from gwt?

public static native void doConnect() /*-{ $wnd.jQuery(document).trigger('connect', { jid: 'sss', password: 'sss' ...
6
votes
7answers
2k views

Can search engines index JavaScript generated web pages?

Can search engines such as Google index JavaScript generated web pages? When you right click and select view source in a page that is generated by JavaScript (e.g using GWT) you do not see the ...
6
votes
9answers
1k views

Why Haven't GWT- and Script#-style Frameworks Become Dominant?

With GWT, we can write code in Java and have it translated to JavaScript code. With Script#, we can write code in C# and have it translated to JavaScript code. It sounds GWT and Script# will save web ...
6
votes
6answers
3k views

Is Google Web Toolkit useful to develop complex javascripts?

Iam a great fan of javascript frameworks especially jQuery .I have always wanted to design sites like "plurk.com" but i know that it needs very huge lines of javascript.so that shut me off.But since i ...
5
votes
5answers
376 views

Should writing Javascript be avoided in favour of GWT/WebSharper or some other abstraction?

I'm curious what's the view on "things that compile into javascript" e.g. GWT, Script# and WebSharper and their like. These seem to be fairly niche components aimed at allowing folks to write ...
5
votes
2answers
3k views

Can't get SplitLayoutPanel working - GWT + UIBinder are driving me crazy

... <g:VerticalPanel styleName="{style.mainVerticalPanel}"> <g:SplitLayoutPanel> <g:north size="700"> <g:VerticalPanel> <g:ScrollPanel ...
5
votes
2answers
958 views

Arbitrary precision Float numbers on JavaScript

I have some inputs on my site representing floating point numbers with up to ten precision digits (in decimal). At some point, in the client side validation code, I need to compare a couple of those ...
5
votes
3answers
650 views

How do you synchronize server-side and client-side code?

Something I've been learning (and teaching) in Software Engineering is that code duplication is the root of all evil. On the other hand, I find it quite hard to explain how this concept should be ...
5
votes
9answers
671 views

Learning JavaScript… Should I skip straight to the good stuff (the frameworks)?

I learnt HTML/CSS a good few years back, then PHP a little later. I've recently become interesting in web development again, just started playing with frameworks like Django and RoR. I'm curious as to ...
5
votes
3answers
1k views

Has Jquery/MooTools/Prototype eliminated the need for GWT?

I don't hear much about GWT any more. When it first came out, it seemed to be all the rave in certain RIA circles. But lately my impression is that GWT has suffered a dip in popularity because ...
5
votes
4answers
2k views

What do you use to monitor jscript memory usage in Internet Explorer

We're debugging a GWT app. Runs ok in Firefox, in IE6.0 starts working ok but after some time, it gets on its knees and starts to crawl. After doing some tests we're suspecting some memory problems ( ...
5
votes
9answers
6k views

GWT or DOJO or something else?

I come from the Microsoft world (and I come in peace). I want to rapidly prototype a web app and if it works out, take it live - and I don't want to use ASP.Net. I am not sure which web application ...
4
votes
2answers
138 views

Java to JavaScript using GWT compiler

I have some Java code written that I'd like to convert to JavaScript. I wonder if it is possible to use the GWT compiler to compile the mentioned Java code into JavaScript code preserving all the ...
4
votes
1answer
356 views

Strategy for reusing GWT DatePicker in Javascript algorithm

in my GWT application I use a Javascript library to provide users with a SQL Where string builder capability - used to support 'advanced search'. The javascript sources currently just provide a plain ...
4
votes
2answers
574 views

Lazy image loading with GWT

Jquery and other JS frameworks got many lazy image loading plugins, code-blocks. Which basically loads image when its visible in visible area of browser. How to achieve it in GWT? I am aware that I ...
4
votes
3answers
528 views

GWT Application throws 'JavaScriptException' in IE only, stack trace has no helpful information

My GWT application is throwing a JavaScriptException at a certain point. This issue only occurs in Internet Explorer (both IE 8 and IE 8 running IE7 mode). The stack trace is as follows: ...
4
votes
3answers
503 views

GWT bookmarket or GWT as an external library

I simply want to load a GWT app by adding a script tag to the DOM, however because the GWT linker uses document.write() I'm unable to find any good way of doing so. I've found some hacks for doing so ...
4
votes
2answers
726 views

How to prefetch image in GWT?

I tried the following code: RootPanel root = RootPanel.get("root"); root.clear(); final FlowPanel p = new FlowPanel(); root.add(p); for (int i=0; i<20; ++i) { String url = "/thumb/"+i; ...
4
votes
5answers
5k views

GWT open page in a new tab

I am developing GWT application and I use com.google.gwt.user.client.Window.open(pageUrl, "_blank", ""); to open new page. And it opens in a new tab when called, for example, directly after button ...
4
votes
3answers
516 views

Implementing a client-side image editor - what's the best way?

We want a web app that allows a user to edit images on the browser and we're trying to decide which technology to use. We want to support simple image customization, such as high-quality resizing, ...
4
votes
1answer
340 views

GWT javascript error in IE8

Using a couple of GWT controls in a very simple way ... however it isn't working properly in IE and I notice that there is a JavaScript error on the page. The GWT setup is a simple TabLayoutPanel ...
4
votes
3answers
578 views

Java to JavaScript Compiler

Besides GWT out there, are there other Java to JavaScript Compiler. Currently all my work is done in Java and I heard of Java2Script too. Anyone out there knows other Java to JavaScript?
4
votes
3answers
547 views

GWT : User Location

In GWT, is there a way to find out the user's physical location (country, state etc)?
4
votes
1answer
448 views

Unbinding presenters necessary in GWT

I'm using the MVP pattern from my GWT application following the example given here http://code.google.com/webtoolkit/doc/latest/tutorial/mvp-architecture.html I have a single MainPresenter and ...
4
votes
3answers
3k views

GWT DatePicker Locale

is possible to set a Locale for com.google.gwt.user.datepicker.client.DatePicker? I need to show the days and the weeks in italian style. thanks
4
votes
1answer
1k views

gwt and javascript files

In my Google web toolkit application, my gwt.xml file includes the following line in the module: <module rename-to='foo'> ... <script src="foo.js"></script> ... My question is: ...

1 2 3 4 5 9