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
1answer
21 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
24 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
27 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
28 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
52 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
61 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
19 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
45 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
34 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
20 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
59 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
38 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
29 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
14 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
66 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
19 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
13 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
25 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
20 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 ...
0
votes
2answers
38 views

ZipException: invalid distance too far back error when running app

I have a GWT application which uses Resteasy as backend api/service, the project works properly, but when I moved the project to a different machine and run it I get this error when doing a GWT run: ...
0
votes
2answers
34 views

Indexing an HTML page that redirects onload

I have a pure GWT based website and as we are aware the search engines cannot index pure gwt based websites. Thus, I have created an alternate web page as shown below which is stored as a separate ...
0
votes
1answer
29 views

GXT : How to customize TabPanel close context menu

I have a GXT(3.0.1) TabPanel with many tabs. This TabPanel has an out-of-the-box CloseContextMenu with 2 options : Close this tab Close all other tabs In order to react to "close tab" events and ...
0
votes
2answers
44 views
+50

GWT call Axis2 on Tomcat doesn't work

When i try to call a web service from my server java written with GWT deployed on tomcat 7 i have this error: java.lang.NumberFormatException: For input string: "" at ...
1
vote
0answers
39 views

GWT split points with redundant fragments?

I'm using GWT.runAsync to split the cod into different fragments. I have a problem with the leftover fragment (reaching 1.2 Mb) and that's because the widgets that I use are interdependent. I know ...
0
votes
1answer
24 views

Which is best for built a web tool in gwt

I am new to GWT. can anyone help me to understand which one is best to built a web tool. Fluid Layout or Fixed layout...? help me in this... Thanks,,
1
vote
0answers
37 views

Build tree table with GWT CellTableBuilder

Is it possible to build a tree table like this with the new CellTableBuilder of "vanilla" GWT? The GWT Showcase example only allows to expand the "top level" rows. My use case requires expansion of ...
0
votes
0answers
12 views
+50

Marker Drag Event in GWT openLayers

How do I create a drag event for a openlayers Marker? I have a Marker that inherits the openlayers Marker class, and I need to be able to drag the Marker
1
vote
2answers
32 views

How to convert HashMap<String, List<String[]>> into a Tree in GWT?

I got this data which was pulled from Database & I want to convert it into a Tree. DATA: mom son momText sonText 1 2 Main Level1 2 4 Level1 Level2 4 5 Level2 Level3 4 7 ...
0
votes
1answer
37 views

Datepicker not visible on popupPanel

I want to add a dateBox on a popupanel like dialogBox. But here datepicker popups behind popupPanel and not visible on the top of it. final DialogBox box = new DialogBox(); box.setGlassEnabled(true); ...
0
votes
2answers
31 views

Errors in 'com/badlogic/gdx/backends/gwt/GwtApplication.java encountered in HTML 5

Recently I have come to know about this awesome framework i.e Libgdx. I am completely new to this framework and hence a few hitches are obvious. I have cloned the entire repository and I have also run ...
-1
votes
1answer
33 views

Populate data in dropdown from google datastore

Hi I have gwtp google appengine application which has a search field which is a dropdown. The data in the dropdown has to come from the datastore. But my problem is this data in the datastore is not ...
0
votes
1answer
45 views

How to add Play Framework into existing web application in Eclipse

Is it possible to use Play Framework within other quite ordinary web application which uses Jersey and GWT? This application has got the web.xml, GWT entry point etc and Glassfish as application ...
0
votes
1answer
21 views

Handling Service call errors with ErraiCallback

What is the requirement in a Service implementation so that the ErrorCallback will be able to print the error message on the UI like. I tried injecting a ErrorCallback in the Service call code, and ...
2
votes
0answers
37 views

How to re-render a specific node in gwt cell tree

I am implementing a directory structure like Windows Explorer. I want to re-render a specific node of tree after any folder operations is done such as add folder, remove folder... etc private ...
0
votes
1answer
23 views

Asynchronous remote service does not define corresponding method

My GWT app is written in the IDEA. to make gwt RPC calls I create two interfaces. the first one: RemoteServiceRelativePath("ServerManagement") public interface ServerManagement extends RemoteService ...
0
votes
0answers
23 views

the rpc call doesn't workd after adding spring4gwt

To integrate spring in my gwt application i added spring4gwt and i followed the tutorial in SimpleRPCExample. But it doesn't work, however everything in configuration and code seems OK. So this ...
0
votes
2answers
30 views

Celltable onBrowserEvent is not getting called

I have written below code in a celltable constructor public ViewSubscriptionsCellTable(CellTableResource resource, final WidgetListener clickListener) { super(15, resource); ...

1 2 3 4 5 262