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)

1
vote
1answer
23 views

Parsing user time input in Java/GWT

What is the best way to parse time that a user typed in a text field in GWT? Default time formats require users to enter time exactly as the time format for locale specifies it. I want to be more ...
0
votes
1answer
29 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: ...
-1
votes
1answer
24 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 ...
0
votes
2answers
75 views

GWT - Image not shown in browser (src retrieved from server)

I'm generating a base64 image source at server side and then retrieving it to GWT client through async calls. Unfortunatelly, images are not showing after the callback ends (everything is working ...
0
votes
0answers
6 views

gwt drag and drop group

I have been using GWT native Dnd successfully. Now I have a need to create Dnd group. This means if Widget A and panel B are in the same group, I want to allow user to drag A into B. C and D forms ...
0
votes
0answers
8 views

GWT - click event on day in DatePicker

In GWT I want to handle the click event, but only when user clicks on a day. There's a valueChangeHandler but it fires when value change, so when I click two times at the same day it will fire once. ...
0
votes
4answers
3k views

Error 404 during GWT RPC jetty server

I just written simple RPC call, when i tried i get the below error, could you please help me out to fix this.. [WARN] 404 - POST /com.sribalajiele.gwt.client.SriBalajiEle/emailRpcService (127.0.0.1) ...
0
votes
1answer
29 views

How to add a generic “All” value in GXT ComboBox

I have a generic GXT3 ComboBox which display all available values for enums : public static <T extends Enum<T>> ComboBox<T> buildEnumCombo(Class<T> t){ ListStore<T> ...
0
votes
0answers
13 views

google search page - barcode input triggers event

I need a similar thing as google does on their search page. If the user enters something via keyboard or barcode scanner anywhere on the page, this input will be put in the search textbox. It really ...
0
votes
2answers
245 views

Is there any ORM tools on google app engine (Java)?

everyone. I used Ruby and Rails before, and I enjoy Rails's ORM, which make me develop application very fast... ...(also make me reduce lots of SQL statement.) But now, I need to move from ROR to ...
2
votes
0answers
21 views

code analyzer specifically for gwt code?

I have been going through code analyzers like pmd, findbuigs. They cover many cases and seem to be great to use. But wanted to know if there is any code analyzer specifically for gwt code?
0
votes
0answers
14 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
28 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
1answer
20 views

How do I call method in WebshopServerImpl 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
12 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
1answer
10 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 have 2 columns, 1 for labels, and 1 for ...
0
votes
0answers
12 views

In-place editing with GwtQuery and Errai

I have this issue with making GwtQuery and Errai work. The way this code (should) work is that when alink is clicked it should trigger the GwtQuery plugin Enhance and make the anchor a textbox (for ...
0
votes
0answers
7 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 ...
3
votes
1answer
31 views

GwtChosen not playing well with GWT LayoutPanel and RootLayoutPanel

I am using GwtChosen 1.1.0 and GwtQuery 1.3.3. It seems to play nice only with RootPanel widgets and not RootLayoutPanel widgets. Is being not usable with RootLayoutPanel a known limitation with ...
3
votes
2answers
877 views

How can I consistently remove the default text from an input element with Selenium?

I'm trying to use Selenium WebDriver to input text to a GWT input element that has default text, "Enter User ID". Here are a few ways I've tried to get this to work: searchField.click(); ...
0
votes
0answers
19 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
2answers
25 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
11 views

Pass the entire Java Script Object in GWT HighCharts

I have extended the BaseChart of HighChart provided by Moxie Group and overridden the onload method to render the chart. I am getting Attach Detach exception and I dunno what I am doing wrong. public ...
0
votes
0answers
11 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 ...
0
votes
1answer
14 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 ...
-5
votes
0answers
17 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
2answers
25 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
1answer
18 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
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: ...
1
vote
3answers
260 views

How to create a mouse wheel event programmatically in gwt

I am writing testcases for my gwt project using gwt-test-utils. I need to programmatically dispatch a mouse wheel event in google web toolkit. com.google.gwt.user.client.Event; i tried this code ...
0
votes
0answers
14 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
10 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
0answers
20 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 ...
4
votes
1answer
1k views

gwt serialization policy hosted mode out of sync

When running my GWT application (gwt 2.0.4) in hosted mode, calling RPC methods running on remote Tomcat, I get GWT serialization exception: INFO: GwtRpcEventSrvc: ERROR: The serialization policy ...
0
votes
1answer
40 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 ...
2
votes
2answers
20 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 ...
6
votes
2answers
1k views

path problems porting web-app to phonegap

I have what I think is a fairly standard set-up of an existing web-app and would like advice on how best to adapt it for creating native versions via PhoneGap, in a way that we can keep developing the ...
0
votes
0answers
11 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

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
17 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
22 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 ...
0
votes
4answers
59 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
2answers
21 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 ...
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 ...
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
3answers
19 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 ...
0
votes
1answer
26 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
40 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
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 ...

1 2 3 4 5 261