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 ...
6
votes
0answers
21 views
gwt-query - nested draggable propagation
I've written the following code:
HorizontalPanel draggable = new HorizontalPanel();
Function startDragParent = new Function () {
@Override
public boolean f (Event e) {
// some code ...
5
votes
0answers
176 views
Job queue manager with RPC interface
I need a job queue manager that I can control over the Internet. It should be able to execute and stop processes, check on their status (ideally notice and execute some code when a process exits), ...
5
votes
0answers
123 views
gwt firefox getAbsoluteLeft()
I'm seeing a truly weird behavior while trying to set a popup relative to another element in GWT. It seems like setting the popup position (an independent, floating element) changes the answer I get ...
4
votes
0answers
44 views
GWT - IE8 Error invalid argument
I'm running into a problem with IE8. I have a GWT application which uses some gwt-query features. It happens that when I hit the url where my application is deployed, IE8 browser cannot load all the ...
4
votes
0answers
448 views
Best way to create cxf REST json-p service to be used by a GWT client
We're implementing a REST api that returns json-p using CXF and Spring. The service should work with a GWT client. The GWT client calls the service using JsonpRequestBuilder. It passes in two function ...
4
votes
0answers
1k views
RestyGWT vs RequestFactory
I'm thinking on migrating my current service layer based on GWT-RPC to something else. It is about 10 service interfaces with 5 methods each, and involving about 20 different domain entities, so you ...
3
votes
0answers
49 views
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
3
votes
0answers
115 views
Online editor for word files and way to preview files using GWT
I have two requirements in my GWT 2.4.0 + GXT 2.2.4 + Amazon project,
We store the word documents in our app only (each login can access only his docs). Now i want that user can edit own word ...
3
votes
0answers
87 views
GWT Google Map Api V3 - broken when changing it
It is working fine for me for the first time it is rendered.
But, If I change anything over the map or recreate it, its broken.
Here is the screen shot for how it looks.
Here is a screen shot ...
3
votes
0answers
222 views
Error in converted maven project in Eclipse
I am using Eclipse Juno with the m2e plugin. I converted my java project into a maven project via Eclipse
Right click on project > goto menu configure > Convert to maven project.
And these are ...
3
votes
0answers
317 views
Running jspc maven plugin on a GWT project structure
My GWT based web application follows the GWT project structure much like as described in
GWT Standard Directory and Package Layout
The project has few JSP's in the project and I wanted to use the ...
2
votes
0answers
39 views
Maven generation of javadoc fails while creating site
I have a problem releasing my gwt project with maven (version 2.2.1).
The generation of the release files (war, sources, javadoc) works perfect. All files are generated and uploaded on my release ...
2
votes
0answers
31 views
Chinese Letters Support: Events Are Not Fired After Selecting a Chinese Letter in IME
I am writing a text editor for a GWT based web application.
I have a problem with languages such as Chinese, where the standart keyboard is not enough, and the user needs to use IME to enter his ...
2
votes
0answers
155 views
GWT Table displaying financial data
I need to create a table that has the following characteristics:
13 columns: 1st column contains non editable text, the others contain numeric values that can be editable or not depending on the row ...
2
votes
0answers
192 views
file upload encoding troubles with the file name. GWT
I have a problem when I try to upload file in my gwt project (server on gae). I have FormUpload (com.google.gwt.user.client.ui.FormPanel) end FileUpload (com.google.gwt.user.client.ui.FileUpload) ...
2
votes
0answers
60 views
Does GWT's JSR 303 validation work with AutoBeans?
The newest release of GWT has support for JSR 303 Bean Validation.
I've hunted around, and I yet to find any mention of whether or not this works with AutoBeans.
Any ideas?
Thanks ahead of time!
2
votes
0answers
73 views
RequestFactory and outdated client data
I am currently working on a project that uses GWT on the client side, RequestFactory as the transport layer, and Apache Tomcat and Hibernate on the server side.
The trouble I'm having involves a ...
2
votes
0answers
94 views
GWT MenuItem loses focus after selection
I have a simple vertical one-dimensional menu. Menu items are not fix, they change dynamically according to data received from the server. (So I cannot write fix code for them.)
In css I declared ...
2
votes
0answers
158 views
RESTful POST issue (GWT): application/x-www-form-urlencoded instead of application/xml
I am writting a GWT client.
I need to send a post request to call a REST service on my server.
RequestBuilder builder = new RequestBuilder(RequestBuilder.POST, url);
builder.setHeader("Content-Type", ...
2
votes
0answers
138 views
Using pdf.js [viewer.js] in gwt with jsni but pdf not shown
I am using pdf.js on(https://github.com/mozilla/pdf.js). I am able to use examples(hello world and acroforms) in gwt using JSNI. Pdf show properly now i want to use viewer.js in gwt so i convert full ...
2
votes
0answers
90 views
GWT war file uses old source files
I am using Ant builder and Eclipse to create a war file of my GWT project for deployment on Tomcat (on a windows 7 machine).
I am following the following easy tutorial to the letter.
Unfortunately ...
2
votes
0answers
124 views
Google Wallet Online Commerce API : Unable to receive the Masked Wallet Response
I had a few questions regarding the Google Wallet Online Commerce API.
I understand that the API are available for use by a selective merchants approved by Google. Is it the case for using the ...
2
votes
0answers
155 views
GWT Scrollable Datagrid in tablets
Ok so it's a bit of a long shot here, but here's the issue :
We have a GWT Application that works fine on browsers, however our buttons which are located in a datagrid column were not responsive ...
2
votes
0answers
143 views
GWT RPC is not working in Opera at IDN
GWT RPC requests fail in Opera when site has international domain name.
The error message is as follows:
Unable to initiate the asynchronous service invocation
(GreetingService_Proxy.getDate) ...
2
votes
0answers
106 views
Amazon S3 uploader using gwt
This is what I've done.
I created an S3 uploader in and exported it as a .jar file.
I tried to import this jar file in a gwt project but it always throw me a runtime error.
Our package name is ...
2
votes
0answers
480 views
“Could not locate SessionFactory in JNDI” with Hibernate in Jetty under Eclipse Juno
I've spent a few days understanding this problem, but I have not come up with a solution. The following are posts that are having similar problems:
Similar Post 1, Similar Post 2, Similar Post 3. I ...
2
votes
0answers
189 views
gwt - RequestFactory usage, missing content in returned EntityProxy
my environment:
- RequestFactory (GWT 2.5rc2, before 2.5rc1 and 2.4 - makes no difference regarding the question)
- Hibernate
- Spring's OpenSessionInView Filter (Session per Request)
I want to ...
2
votes
0answers
500 views
SSL confirmation dialog popup auto closes in IE8 when re-accessing a JNLP file
I'm having this very annoying problem to troubleshoot and have been going at it for way too many days now, so have a go at it.
The Environment
We have 2 app-servers, which can be located on either ...
2
votes
0answers
364 views
GWT - allow mouse event propagation between two superimposed canvases
I have a GWT application containing two canvas instances which are superimposed, i.e. have the same location on screen, one on top of the other. (See ...
2
votes
0answers
218 views
GWT MAP 3.8 (Google API) - Is onResize() needed to hide the “grey background”?
My problem:
- I display a map inside a popup and I have unloaded tiles (grey background).
- If I zoom out or in, then the map will fill the entire space (no grey background anymore).
My question:
...
2
votes
0answers
165 views
Google maps Autocomplete mouse click selection won't work
I have my GWT TextBox widget, where I add the google maps api Autocomplete. I can see the suggestions there, but I am not able to select anything by mouse clicking. When I hover over items I can see ...
2
votes
0answers
187 views
GWT - Unexpected scrollbar appeared in GWT-DataGrid while using Canvas
I found a bug that there will be some unexpected scrollbars appeared in GWT-DataGrid when using Canvas in the same area. No matter what functions of Canvas I used, even if I just use Canvas to draw a ...
2
votes
0answers
297 views
GWT Chrome Extension with manifest_version: 2
Has any one been able to make a Chrome extension using GWT and manifest_version 2? I have sandboxed all the GWT generated files also (as suggested here) but it still does not work.
manifest.json
{
...
2
votes
0answers
731 views
GWT Jetty WebSockets 405 Error
I'm trying to modify the standard GWT StockWatcher demo app, to recieve the stock quotes via a websocket. I'm using gwt-ws as my websockets implementation, and as per the gwt-ws homepage's ...
2
votes
0answers
202 views
Disable context menu in GWT RichTextArea
I'm developing a kind of WYSIWYG editor in GWT. In order to show my own context menu, I have to disable the default browser's menu. I was doing this by simply adding an attribute to the RichTextArea ...
2
votes
0answers
137 views
ValueChangeEvent not fired when i click directly on a button
I have a text box with a valuechange handler :
@UiHandler("box")
public void box_onValueChange(ValueChangeEvent<String> event) {
window.alert("allright");
}
It works great if i lose focus ...
2
votes
0answers
94 views
Vaadin “Analyze Layout (GWT)” resolve view
There is a Vaadin table containing a row of the panel and another table (Debug window reports no errors in the interface):
Tables props:
table.setPageLength(0);
After adding rows to a sub table:
...
2
votes
0answers
311 views
Disable TreeGrid XML caching
I am having a treegrid which has a XML datasource. Now even when the XML is changed and i refresh the page, the old tree is displayed and not the new one. I have also tried setting the datasource as ...
2
votes
0answers
100 views
Failed to load DevAppEngineWebAppContext (App Engine)
I am not sure if this error is the one causing my gwt-app engine application not to load and get HTTP Error 503 when accessed during debug mode:
WARNING: Failed startup of context
...
2
votes
0answers
513 views
Drag Drop with XML based DataSource not working in SmartGWT
I am using the example :
http://www.smartclient.com/smartgwt/showcase/#tree_interaction_drag_nodes
but changed the datasource to XML file and now its not working.
The XML used is :
...
2
votes
0answers
503 views
SmartGWT TreeGrid field filter with SelectItem
I am using SmartGwt 3.0, GWT 2.4.0 in IE9.
I have a smartgwt treeGrid in which i customize a field filter to be a SelectItem as follows:
...
TreeGridField field = new TreeGridField();
SelectItem ...
2
votes
0answers
2k views
Use a custom gwt component created with uiBinder in another uiBinder?
I have created a custom widget with uiBinder that I want to include in another uiBinder layout.
I tried:
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder ...
2
votes
0answers
230 views
“No host pages were found. Launch anyway?” Error
I've installed all the plugins and imported the sample projects.
When I try to run it as "Web Application" I get a message box saying "Could not find any host pages in project playn-showcase-html".
...
2
votes
0answers
291 views
Testing a google map application with interactive polyline on Selenium
I am using Selenium to test my app based on google maps. I am performing clickAt operations in selenium to draw a polyline but it isn't working. It gets all the point at one single position. Please ...
2
votes
0answers
200 views
How to override autobean enconder and decode for Dates
The thing i want to do is to add a custom encoder/decoder using ISO
8601.
I think i can do that creating a custom version of GWT build but this
is not convenient...
Any ideas ? Thanks!
2
votes
0answers
452 views
Using RemoteAPI to access the live datastore from my dev server
I've got an app that, in some situation I can't reproduce, locks up both Firefox and Chrome. I have no insight into what's causing the problem. I can't get any information because both browsers just ...
2
votes
0answers
414 views
i18nCreator Generate Messages Interface With Argument Type Other Than String
I was trying to learn GWT. I completed the StockWatcher sample app in the tutorial.
I then moved onto the next step: Internationalization (I18N).
The I18N tutorial has you create the Message and ...
2
votes
0answers
757 views
GWT plugin for Safari (Mac)
I am developing GWT+GAE application. In dev mode, I can successfully open the app in FF and Chrome. However, when I try to open it in Safari, I get the missing plugin window. After I click on it, it ...
2
votes
0answers
528 views
add/delete listgrid by clicking +/- image button
I need a listgrid with +/- button so that I can use these buttons for adding or deleting list grid.
ListGrid listGrid = new ListGrid();
listGrid.setWidth(230);
listGrid.setHeight(224);
...
2
votes
0answers
441 views
How to display an XML file in an Ext GWT / GXT TreeGrid with generic columns?
I'm using Ext GWT 2.2.3 and I am trying to read a XML as a string and display it as a TreeGrid.
The XML is in a form like:
<a>
<b>
<ba>Hello</ba>
</b>
...


