Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. Its goal is to enable productive development of high-performance web applications without requiring the developer to be an expert in browser quirks, XMLHttpRequest, and JavaScript. GWT ...

learn more… | top users | synonyms (2)

0
votes
0answers
21 views

GWT Three.js OBJMTLLoader had no method 'addEventListener'

I work on a GWT project and I want to use Three.js and the OBJMTLLoader. I use three.js example to load an obj in the html file: var loader = new THREE.OBJMTLLoader(); ...
0
votes
1answer
41 views

Making JQuery-UI Plugin work with Errai

I'm trying to make the XEditable Jquery-ui plugin work with GWT/Errai. However, when clicking the supposedly "x-editable" field nothing happens. What could be wrong in my code: This is my code: ...
0
votes
0answers
17 views

printing issues with firefox or GWT

I am working on some project based on Java and GWT. Following is the description of one of my module. I have GWT contentFrame (iFrame after browser render) and i have one print button to print the ...
0
votes
2answers
15 views

GWT - Handler for lost focus on widgets in flextable

I'm currently coding in GWT, for the first time, and it's going well so far. I'm having a problem with EventHandlers though. I have a FlexTable which has 2 columns, 1 for labels, and 1 for ...
0
votes
1answer
14 views

GXT NumberField / TextField align right

Is there a clean way to align the digits of a NumberField to the right? I found this post which suggests an answer in GXT 2 : this .setInputStyleAttribute("text-align", "right"); But it does not ...
0
votes
1answer
39 views

How to add an image while we drag n drop tree item?

I have a tree with number of childs and i want to drag and drop these child items on a vertical panel. Right now its working fine.The only thing i want to know is can we add an image in the place of ...
0
votes
2answers
35 views

How do I call method in RemoteServiceServlet from HttpServlet?

I am using GWT and want to be able to invoke the method incrementProduct(String productName) in my main RemoteServiceServlet by typing this URL in my browser: ...
0
votes
0answers
21 views

In-place editing with GwtQuery

How to I do in-place editing with GwtQuery? Are there any plugins available? Something similar to XEditable: http://vitalets.github.io/x-editable/demo.html Where there is Jquery-UI plugin for it. ...
0
votes
0answers
13 views

addEventClickHandler in timeline gwt

hi i am beginner in gwt . i want to know how create new events in timeline .new events when clicked on a cell in a month.i created a ds which takes id and leave type weather A,P,SL likewise.on click A ...
-5
votes
0answers
22 views

pls explain spring 3.1 mvc GWT integration with example [closed]

Pls explain spring 3.1 mvc GWT integration with example? I have spring mvc controller class, how can I call request mapping URL's from the onload() method of gwt.
0
votes
1answer
17 views

TabLayoutPanel finish loading event

I use a GWT TabLayoutPanel which contains several Google Charts Widgets. I want to know if there's a handler/method that can be called once all the widgets in the tab have finished loading.(after I ...
0
votes
1answer
22 views

Analyse logic of GXT FileUploadField

GXT 3.x only. Could someone analyse and explain the connection between the three private fields in FileUploadField? Specifically, where is the onclick action of the button that would trigger ...
0
votes
2answers
30 views

How to get GWT Plugin running with Grails?

When using the grails GWT plugin I have trouble to get my dependencies refreshed. I inserted compile ":gwt:0.8" into my BuildConfig.groovy and run: grails refresh-dependencies. My Grails version ...
0
votes
0answers
17 views

where is gwt class designer size stored?

This is a bit hard to describe and I do not know what the "thing" I am asking about is called, however... If you create a new java class and you extend from composite, then click on the design tab ...
0
votes
0answers
13 views

GXT AdapterField asynchronous validation

I've created a form with an AdapterField which wraps a custom widger. I would like to validate this field with a asynchronous call to the server side. Is it possible using GXT 2?
0
votes
1answer
42 views

Tag suggest box library - like in Stackoverflow.com

Here in Stackoverflow.com, while typing-in tags, it can show, a "popup" box that shows all the possible tags that we can use. And if we hit spacebar it inputs that as a tag in the text box. What is ...
0
votes
0answers
13 views

how to use select item/dropdown in TimeLine smartgwt

hi i have a requirement to insert a drop down item in timeline.i used Timeline final SelectItem selectItemList = new SelectItem(); `enter code here` selectItemList.setTitle("Select ...
0
votes
0answers
12 views

Why getDroppableData() always returns NULL?

I'm using DnD with multiple DragAndDropCellTable. In each table, i added a DropHandler and when i try to get the droppableData it returns null: myCellTable.addDropHandler (new Drop EventHandler () { ...
0
votes
1answer
22 views

Issue with displaying a Label in a FlexTable

When I execute the code below the image is displayed however the name is not displayed below it. The Window.alert does display the correct name. So the error must be in the line: ...
0
votes
0answers
25 views

css property “font-weight: bold” doesn't work in GWT application opened in javafx.scene.web.WebView

My application has two parts: one GWT based web application, second Java FX based standalone application. Web part opened in standalone application. To provide browser functionality I use ...
0
votes
0answers
18 views

GWT: trying to change in some gwt-user.jar files but it dosen't work

I want to change some GWT source files from gwt-user.jar so that the compiled javascript will now conatin my code, I tried changing in SerializerBase in com.google.gwt.user.client.rpc.impl It works ...
0
votes
0answers
28 views

Saving GWT form data into different application

I have a GWT application which has form. If user enters data and submit i have to store the data into google datastore and also an JSP application which is running on tomcat server. I found this is ...
2
votes
2answers
22 views

How to store a unique value into a Panel (GWT)?

This is simple question but there's No answer found on the Internet. Ok, some widgets such as CheckBox have a method called myCHeckBox.setFormValue(text); so I take advantage of this method to store ...
0
votes
1answer
29 views

Browser sends OPTIONS instead of PUT or DELETE

I'm using GWT with Restlet and want to send a delete to my Restserver. This is my Client Code for sending: private void recipeDeleteButton() { String id = ...
0
votes
1answer
17 views

Change doctype in GWT

I have a GWT MVP application and I use FormFactor to determine which version of the app to serve for Mobile, Tablet or Desktop. My issue comes since Mobile version for IE needs a different doctype ...
0
votes
2answers
26 views

Debug GWT app locally/remotely while running on Tomcat

All of the tutorials/links/articles I have found for debugging GWT involve: Using the Google-Eclipse plugin; and Running GWT in Development Mode from inside Eclipse (with Eclipse as the web ...
0
votes
1answer
61 views

Best way to enhance ASP.NET website with rich client side [closed]

I'm wondering what the best way is to enhance an ASP.NET c# web-application with a more rich client-side. We have developed a business style web-application in ASP.NET (Webforms / C# / VS2010). For ...
0
votes
4answers
62 views

How Change URL in GWT application?

I wish if anyone can help me in this issue, How I can change the address bar content when I change the page in GWT? (e.g: on Aboutus www.mysite.com/aboutus) Also if user type in the address bar ...
0
votes
1answer
21 views

How to draw continuous charts with gwt-visualization

I'm using gwt-visualization to display some Google Charts. Everything works fine except that I can't set up a continuous X-axis for my column chart. From my understanding, I only need to define the ...
2
votes
0answers
47 views

How to create new instance dynamically in GWT?

I have a case, generate an instance dynamically ie, i have map like Map<String,Class> classMap=new HashMap<String,Class>(); classMap.put("key1",Panel.Class); ...
0
votes
2answers
25 views

RPCManager RPCRequest how to capture the response in gwt

hi i have requirement to capture the data for validations. i am able to fetch the data using RPCRequest and RPCManager by using setActionUrl to the controller class.from there creating the service ...
1
vote
1answer
49 views

How to loop over a Tree widget when the depth of the node is unknown (GWT)?

I searched over the internet but didn't see any single post discussing about this very useful topic. Here is my problem. I got a Tree that has CheckBoxes on the root & on the child of the ...
0
votes
1answer
36 views

GWT RequestFactory and GWT Designer compatibility issue

I recently upgraded my project from GWT RPC to GWT RequestFactory, my UI uses alot DTO classes that was pure java classes, but now I upgrade them to entityproxy. Now gwt designer is complaining that ...
0
votes
3answers
22 views

How to send data to port of gwt web application project when debugging?

I am new in gwt web application projects. After debugging a gwt web application project on eclipse, i got a url in this format - http://127.0.0.1:8888/macar.html?gwt.codesvr=127.0.0.1:9997. i ...
1
vote
0answers
12 views

TabLayoutPanel tabs not showing after button click

I am trying to use a TabLayoutPanel and it seems to be working fine when it is the first thing I put on the page, but when I do it after a button push (for example) it is not displaying properly. For ...
0
votes
2answers
26 views

Setting CSS properties in GWT

I need to set the the -moz-box-sizing property on a widget through my GWT code. I don't want to do this through the .css file but need to do it in my java code. I tried ...
0
votes
0answers
60 views

Gwt how to get info from response

I have got question about better way to parse xml package to get some info. First of all this is my html response from server: <html> <head> <meta http-equiv="Content-Type" ...
0
votes
1answer
36 views

SerializationException while desalinization com.google.appengine.api.datastore.Key GWT

I have a RPC-Call : @Override public void onSuccess(Void result) { Window.alert("SuccessElse"); userService.getUser("103419018118650635943", new AsyncCallback<User>() { ...
1
vote
1answer
41 views

Error connecting to Google Calendar

I'm trying to connect to Google Calendar using Oauth 2.0. Two days ago worked fine, however now throws an exception: "Caused by: java.lang.NoSuchMethodError: ...
0
votes
0answers
13 views

GWT isAssignableIssue

CustomSerializer class isAssignableFrom giving true in one application and false in one application when given null. In the application where it gives false it goes on to serialize using the ...
0
votes
0answers
31 views

GWT Asynchronouscallback timeout issue: Always going in OnFailure()

I am new to GWT. I have written a piece of code which makes asynchronous calls to the server. The server side code is running fine as seen through the logs. But on the client side I am getting a ...
0
votes
0answers
25 views

GWT: windowClosing handler not properly handled in chrome

Window closing handler is not working on my code under Chrome (I'm on it's last version, 26) I have a class that listens to the Window.ClosingEvent. If the window is being closed while the user is ...
0
votes
0answers
15 views

GWT Tree with Anchor does not allow me to select child nodes

i used Tree with TreeItem and textitem and it allows selection of child elements. item = dynamicTree.addTextItem("Menu"); But when i try using it with Anchor, child tree items selection + sign is ...
0
votes
0answers
72 views

How to add Crystal Reports for Java to GWT Project?

How to add Crystal Reports for Java to GWT Project ? Can't find any documentation. I'm add this code in GWT project: import com.crystaldecisions.report.web.viewer.CrystalReportViewer; ............. ...
0
votes
0answers
25 views

Proxy Error After Loopback Connection To Localhost On AWS Elastic Beanstalk Server

I have an GWT/AJAX application that needs to provide snapshots to the Google crawler. To do this, I use the HtmlUnit headless browser to fetch a snapshot from the servlet when an _escaped_fragment_ ...
0
votes
1answer
23 views

Make GWT Maven Plugin use -XdisableUpdateCheck flag during GWT compile

I have several GWT-based projects that won't compile unless the "-XdisableUpdateCheck" flag is passed to the GWT compiler. I've been trying to mavenize these projects by using the "gwt-maven-plugin"; ...
0
votes
0answers
14 views

How to create a Google Earth-like TreeItem in GWT?

I've been trying to create a GWT widget that behaves identically to the checkbox+image+label tree items in Google Earth desktop app. The image is placed between the checkbox and its label and it ...
1
vote
1answer
26 views

GWT Development Mode in Eclipse leaving opening too many sessions

I've had this problem for a couple days now. After about an hour or two of running my GWT dev server without restarting it, my "Development Mode" tab is showing many sessions remaining open. Open or ...
1
vote
1answer
46 views

Load jar into project with maven

My app needs to serve a servlet like this: serve("_ah/admin/datastore*").with(DatastoreViewerServlet.class); However, this DatastoreViewerServlet is located in a runtime sdk located in my machine: ...
0
votes
0answers
21 views

GWT, <g:Image />, ClientBundle and Retina

I am doing iOS webapp (phonegap) with GWT. I have images in ClientBundle Most of devices would be retina devices and I plan to use retina images on all devices. I wish to use retina images in this ...

1 2 3 4 5 262