Tagged Questions

111
votes
19answers
19k views

Biggest GWT Pitfalls?

I'm at the beginning/middle of a project that we chose to implement using GWT. Has anyone encountered any major pitfalls in using GWT (and GWT-EXT) that were unable to be overcome? How about from a ...
8
votes
1answer
1k views

Ext GWT vs GWT-EXT

is there a difference between Ext GWT and GWT-Ext? Cos i was surfing Ext GWT and saw this page http://gwt-ext.com/demo/. any help guys?
8
votes
2answers
2k views

Difference between gwt-ext and ext-gwt

Am I taking crazy pills, or are these two things pretty much identical?
7
votes
3answers
2k views

gwt generate html for seo? what do u think?

i found this article http://docs.google.com/Doc?id=dcsq25m_04k4cmgfd . generate html on server side for spider. what do you folks think about using this technique to serve different content depending ...
5
votes
4answers
8k views

GWT Themes and Component Libraries

Are there any good themes or component libraries for GWT? The built-in themes are rather plain for my purposes. I've seen gwt-ext and smartgwt, but those aren't that great looking. Are there any ...
4
votes
2answers
3k views

Easy GWT Animations

I've started looking at some external GWT libraries for animations, but they all seemd a bit overkill for what i want. I'm trying to mimic JQuery Tools scrollabel plugin in GWT for a scrolling ...
4
votes
3answers
4k views

md5 hash for password string in GWT/GWT-Ext?

I am currently trying to modify an existing GWT-Ext application, that is using plain text passwords in its MySql database. My plan was to use md5 hashes, as the existing passwords can be easily ...
3
votes
1answer
1k views

Information about lazy-loading in GWT and GWT-Ext

Where can I find more information about GWT and GWT-Ext's lazy loading?
2
votes
1answer
366 views

ThemeChanger in GWT-Ext

I'm using GWT 2.0, GWT-Ext 1.5 & Java 1.6 with Mozilla 3.6.x. I'm trying to implement ThemeChanger module as per this link. But I'm not able to achieve it. Can anyone look at my code & tell ...
2
votes
3answers
1k views

Which GWT libraries are fast, mature and good for a desktop feel?

I have read that gwt-ext is slow and it seems too bulky. How does this compare with Ext-GWT? Are there any other libraries out that can easily handle dragging, resizing, minimizing?
2
votes
2answers
2k views

GWT lazy loading

Does GWT has LazyPanel .I can not see it .Please let me know .If it got lazyPanel ,please lemme know version
1
vote
1answer
247 views

GWT GXT get all the values from a selected row?

I am using GXt GWt and am trying to get the values from a selected row in a tree grid, but can't seem to get it working.. E.g. if the user clicks row, i want to be able to get the values for all the ...
1
vote
2answers
196 views

Activity Indicator in GWT MAP

What I would like to have is an activity indicator, which is displayed after my app is up and running, but while GWT is making AJAX calls. For example have a look at following site : ...
1
vote
1answer
354 views

gwt client session time out

I am using gwt 2.3 with gwtp framework.In this application I wan to maintain a session time of 5 mins.This means if current user is not doing up to 5 min and he comes after five min then on his first ...
1
vote
0answers
101 views

How to display image in HtmlEditor of GWT-Ext

I'm using GWT 2.0, GWT-Ext 1.5 & Java 1.6 with Mozilla 3.6.x. I'm trying to display an image in HTMLEditor. But I'm not able to achieve this. Here is my code: public void onModuleLoad() { ...
1
vote
1answer
262 views

How to change the color of selected row in gwt-ext grid?

I am want to change the color of selected row of grid (gwt-ext grid) in my application. For this I have done this: int rowIndex = getGrid().getStore().indexOf(rec); Element currentRow = ...
1
vote
4answers
751 views

Session management in the client side of gwt application

Hello All I am working on the gwt-ext application.On the server side I am using Hibernate. I am mantaining session on the server side.it's time out is 5 minute (In action class). Now take a secenario ...
1
vote
1answer
475 views

Redirect to Index page after session timeout not working in .war

We are using Struts2 & GWT-EXT. We have crated a LoginInterceptor which will be called before performing certain restricted tasks. Here is the method of LoginInterceptor public String ...
1
vote
0answers
72 views

How to place Sub-Headers under Header in GridPanel of GWT-Ext?

I'm using GWT 2.0, GWT-Ext 1.5 & Java 1.6 with Mozilla 3.6.x. I've want to have a GridPanel having Sub-Headers under Headers same as the snapshot as follows: How can I achieve this? Thanks in ...
1
vote
2answers
213 views

Upgrading GWT to latest version

2 years back We have developed an application using GWT 1.4.6 and GWT-Ext 2.0.3 frameworks. Now our management is thinking of upgrading these two frameworks. But the Gwt-Ext website states that the ...
1
vote
3answers
635 views

How to make an application layout like desktop app in GWT?

I am new to GWT although having develop website for a long time, i really want to try this out. Im trying to layout a GWT application using GWT Designer. My idea is to have the design as ff: ...
1
vote
1answer
126 views

GWT-EXT: Component.setId generates random prefix

I use the method Component.setId(String id) to set an ID to my grid. I use: setId("ARTICLE_STOCK.ABSATZ.ZEITRAUM_MONAT"); but later Firebug shows me that this id is set to the HTML object: ...
1
vote
1answer
385 views

How to hide the caret in an HTML text input field?

If I have an HTML input field like this one: <input type="text" id="mytextfield"/> all browsers seem to show the caret (insertion point) in the field. Is is possible to prevent this from ...
1
vote
1answer
168 views

GWT - CSS GUI Notify User - Browser Issues

wow I couldn't think of a decent title so I went for the acronym approach :-) basically I'm working in GWT and I want to notify the user of a panel changing it's text. I've done this by using a ...
1
vote
2answers
2k views

SmartGWT Canvas width problem

I am having problems with showing my entire SmartGWT Canvas on my initial page. I've stripped everything out and am left with an extremely basic EntryPoint to illustrate my issue. When I just create a ...
1
vote
1answer
587 views

Dynamically creating GWT screens using Metadata?

I have an AWT applet application that needs to be ported over to GWT. The applet screens are described in meta data and the applet renders each screen dynamically using reflection. We'd like the ...
1
vote
4answers
4k views

SmartGWT with GWT?

Greetings , I have been using GWT for few weeks and wanted a rich Table widget.I came across with SmartGWT library. Can I use SmartGWT widgets same way I develop using GWT or is there any special ...
1
vote
0answers
621 views

GWT DateField - 'ExceptionInInitializerError'

I am new to GWT. I am trying to develop a GWT application. In my project I am using a 'DateField' as follows, DateField dob = new DateField("Birthday", "d/m/y"); When I am trying to run in ...
1
vote
1answer
2k views

How can I replace a div with a widget when it is already contained in another widget?

I'm using Ext-GWT and I think ListView is the right layout for what I need. My problem is that I have to use a HTML template for all of my items, but I want to build GWT/Ext-GWT widgets instead, so ...
1
vote
3answers
1k views

gwt widget - mutually-exclusive toggle button

I want a hybrid of a ToggleButton and RadioButton. I want the "mutually-exclusive" part of RadioButton, and the gui look and behavior of ToggleButton(up and down states). Does one already exist?
1
vote
1answer
652 views

Gwt-Ext grid inside Gwt-Ext ColumnTree

I need to display a Gwt-Ext grid as a a node of a Gwt-Ext ColumnTree. The idea is that if the user expand an item they would see a grid with headers with items under the headers. Any ideas?
1
vote
2answers
343 views

Best Practices: How to build your UI depending on the logged user

I m trying to find the best way to build my UI based on whos logged in. The scenario is, there are (at the moment) 2 types of user normal and super-user the super-user will normally see more controls ...
1
vote
1answer
989 views

GWT-Ext EditorGridPanel rendering problem

I am using GWT 1.6.4 and GWT-Ext 2.0.6. I am trying to use EditorGridPanel and facing rendering problems. When the module loads I create a Panel (TopPanel) with BorderLayout and add that to the ...
1
vote
1answer
951 views

Combining TimeItem and DateItem values

I have to combine the time value for TimeItem and date value from DateItem in smartgwt.In output I want the date object for java.util.Date.I tried to combine these two.I couldnot do that. Sample code ...
1
vote
1answer
3k views

Paging a GWT-EXT datagrid with GWT-RPC?

I need to display data coming from a GWT-RPC service in a paginated datagrid. The gwt-ext showcase does not provide an example combining gwt-rpc calls and datagrids. That is too bad because the ...
1
vote
3answers
1k views

GWT to get value from date field

I am using GWT ext and trying to get the values from page and setting it in pojo class. Except date field all the values are obtained using (TimeField) ...
1
vote
1answer
221 views

Google Web Tookit User extensions missing Spinner?

When I look at the example of the user extensions of GWT-Ext I saw the Spinner as a user extension: http://www.gwt-ext.com/demo-ux/#spinner When I download the library from ...
1
vote
6answers
8k views

How to display java applet inside GWT page?

I'm probably missing something simple here, but I can't find the answer elsewhere. I just want to display an applet in my GWT code. OS: Windows XP Java: JDK 1.6.0_10 Other: GWT, GWT-Ext 2.0.5 Here ...
0
votes
0answers
30 views

GWT: chart not working

I am trying to implement this GWT-EXT chart. I have simply created a new GWT project and onModule I have pasted the source code as in this link and put my getext.jar in builpath. When I run the ...
0
votes
1answer
38 views

GWT-Ext migration to native gwt. Is JavaScriptObjectHelper analog in native gwt v2.4?

I am working on migrating a large GWT application from gwt-ext to native GWT v2.4. In gwt-ext there is a class called JavaScriptObjectHelper. Is there a corresponding class in the native gwt ...
0
votes
1answer
240 views

GWT tree with checkbox:How to get all checked tree items?

I am using GWT 2.3.In my application I am using GWT Tree with check box. Here is my code to create tree formTree = new Tree(); if (formList != null && formList.size() ...
0
votes
2answers
103 views

How to render element in gwt?

From last few months I am working on gwt-ext.In that I am using a doLayout() method of Container class.Here is description of it. Force this container's layout to be recalculated. A call to this ...
0
votes
0answers
97 views

gwt-ext html editor “false value” problem

I am using gwt-ext html editor for rich text editor.I used this while create my form. But when I open this in transaction mode the html editor has "false" as a value. I am attaching a screen shot for ...
0
votes
2answers
66 views

GWT - How to put Widget B on Widget A - help

I am looking someway to put widgets on each other (each on its layer or something...). Something like the Swing CardLayout but with a transparent background support. For example I have Image ...
0
votes
1answer
280 views

Session Variables

How can i add Session Variable visible to the whole application in GWT? like in C# you would do something like Session.Add("mySessionVal", "Hello"); How do you do this in GWT? Thank you
0
votes
2answers
190 views

create custom widgets

How can I create a widget from the Javascript. For example I need to create a simple button or table . I have some thirdaparty javascripts which draw tables. Now if I want to create GWT widget by ...
0
votes
1answer
203 views

page refresh problem

In my GWT application,after the user login, user is forwarded to some page. From that page when the user refreshs the page, it going back to the login page. Login page is the first page is shown to ...
0
votes
3answers
437 views

GWT compilation bean referencing ( No source code is available for type )

I am using gwt2.0.3 version in my application.There are two projects in this application.One for client side and other is for server side.In the client side project I have given reference of server ...
0
votes
1answer
88 views

gwtext.jar's version generated by gwt plugin of Eclipse

Currently I am using GWT 2.3.0 sdk and installed the google web toolkit plugin for eclipse. I created a web application project with the plugin and want to use GWT-Ext. Then, right click on the module ...
0
votes
0answers
48 views

Delete a shape in a diagram using gwt-connector

I am using gwt-connectors-1.7.1.jar to build a diagram builder.I am adding a shape to the diagram and now want to delete it and have tried following codes: s.removeFromDiagram(diagram); shape is sill ...

1 2