Smart GWT is a GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management

learn more… | top users | synonyms

67
votes
22answers
37k views

Best GWT widget library?

Question for all the GWT gurus out there - which is the best GWT widgets library out there? And why? List based on the answers: Default EXT-GWT GWT Components Library GWT-EXT GWT Widget Library ...
23
votes
7answers
17k views

The cons and pros of smartGWT

I'm starting work on a smartGWT project in a few days and I'd like to know what kind of experiences you had. To avoid making this a bashing of smartGWT or GWT or a freestyle discussion, I'm going to ...
9
votes
1answer
2k views

Difference between gwt, gwt-rpc, ext-gwt, smart gwt

I would like to know the difference between GWT, GWT-RPC, EXT-GWT and Smart GWT. Currently, I managed to borrow books on GWT which I understand is just a library designed to facilitate fast and ...
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?
7
votes
2answers
7k views

GWT vs SmartGWT, extJS

What's the difference between using GWT and other licensed extensions to it like SmartGWT and extJS? Does it have to do mainly with the number of components and ease of integration into an existing or ...
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
446 views

Real time web based client for delphi app. HOWTO?

First of all what I want is quite complex, at least for me, but on the other hand it sounds exciting. I have a software written in delphi, and I want a real time web based client for it. The ...
5
votes
3answers
4k views

is smartGWT really as slow as its showcase is?

I've started implementing my web application using smartGWT. Is it really as slow as it is on the showcase? It's practically unreasonably slow. I'm in a new empty project that all it does it ...
5
votes
5answers
20k views

Vs [Ext GWT] Vs [SmartGWT]

I am going to start a new application which mainly consist NavigationPane, Grid, Toolbar. Layout should look like this demo page http://www.gwt-ext.com/demo/ I am quite confused which one to use in ...
4
votes
2answers
336 views

İdeas about reducing code length, JS size(loading time) in GWT, GXT, SmartGwt etc

Let's make brainstorm about "What could we do to reduce code size in GWT, GXT, SmartGWt etc.?" For Example; To use a button; Button b = new Button(); b.setText("Ok"); b.setListener(this); ...
4
votes
2answers
3k views

SmartGwt - Load Grid Data From JSON

I am trying to get started with SmartGwt. I am using the XJSONDatasource to make a cross-domain call to an example page at SmartClient that has JSON data. When I run the code, however, a popup comes ...
4
votes
1answer
2k views

Consuming REST services with SmartGWT

While creating a simple client for a REST service which I have stubbed out, I noticed that smartGWT's RestDataSource class is limited in the type of xml it can understand. All REST resources must ...
4
votes
5answers
2k views

SmartClient or SmartGWT?

Besides the obvious differences between JavaScript and Java, what are the relevant differences in using either SmartClient or SmartGWT?
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
5answers
1k views

How can I make the SmartGWT core smaller?

I have recently written a Hello World application using SmartGWT and noticed that the size of the application is huge. In my case it is over 600kb just for that application. I think that size is ...
3
votes
1answer
224 views

how to update database, when a row deleted Or Added in the smartGwt ListGrid

i want to delete the row from the grid...and changes should reflect into my database..Please provide me some idea to do that... The above code was later updated by me and i already added the ...
3
votes
1answer
58 views

Anyone know of a good “cookbook” for smartGWT?

I've done UI dev before, but not SmartGWT. Wanted to know if there is any such "cookbook" of best practices and "how-to's" - outside of the ShowCase that any of you would strongly recommend. Thanks! ...
3
votes
1answer
1k views

GWT Designer with smartGWT : No palettes for smart widgets (XML UIBinder mode)

I added and configured SmartGWT in my project into eclipse. I have no news SmartGWT palettes that appear in the GWT developer. Yet, according to the official documentation of google, widgets palettes ...
3
votes
2answers
5k views

SMARTGWT DataSource (GWT-RPC-DATASource) LISTGRID

I have a problem with datasource binding in ListGrid with smartGWT. I have GWT-RPC-DataSource and i have set it as my datasource grid.setDataSource(ds); On one button click I have some changes in ...
3
votes
1answer
932 views

Using uibinder with SmartGWT?

Is it possible to use UiBinder with SmartGWT at all? I've heard that at the moment it's impossible, though there are efforts to bridge the gap. How are those efforts? Have they yielded any ...
3
votes
4answers
408 views

Calling a Composite's GWT method from another Composite

I'm new to GWT and trying to make a simple app (like a small version of fmylife). Up to now i made a composite that loads the facts and another composite that has a form to submit new facts (this one ...
3
votes
1answer
6k views

SmartGWT Datasource customization tutorial

I'm looking for a good tutorial on how to customize a DataSource in SmartGWT (a code sample will also do for now). Some details: I have a GWT project which uses a proprietary client-server protocol ...
3
votes
3answers
2k views

SmartGWT alternatives

I have been using SmartGWT but have run into trouble mixing SmartGWT with other frameworks such as Wicket. Infact it has been a bit of a disaster and I regret going with it in the first place. I do ...
2
votes
0answers
95 views

SmartGWT onModuleLoad() threw an exception

I'm getting the following exception, after I've added SmartGWT to an existing GWT project: onModuleLoad() threw an exception Exception while loading module com.smartgwt.client.SmartGwtEntryPoint. ...
2
votes
1answer
91 views

javax/validation/Path GWT Java Maven converstion

I am using GWT in my project., recently I tried converting a manual compilation of GWT + Java + tomcat to a maven project., almost I am able successfully package it to a war., BUt when I deployed on ...
2
votes
1answer
79 views

Integrating SmartGWT in Gerrit (Maven project)

I want to add some feature to this project and I need smartgwt for all those fancy UI stuff. I modified the pom.xml to add the dependencies (smartgwt2.4 and skins). <dependency> ...
2
votes
1answer
138 views

Any tutorial on integrating SmartGWT and JasperReports?

I need to integrate Reports within my GWT/SmartGWT web application. I have not found any tutorial that can guide me on how to integrate SmartGWT and Jasper Reports, so I'm concerned whether it's ...
2
votes
1answer
78 views

SmartGwt ListGrid.setAlwaysShowEditors(true) issue

We have basic ListGrid where one of the fields is editable and editor for this field always should be displayed, here is creation code ListGrid listPanel = new ListGrid(); ...
2
votes
1answer
305 views

Smart GWT: Combobox Item pick list issue

I am using Start GWT 2.5. I am using combobox item. While opening a pick list and if pick list is having only one option, it shows horizontal and vertical scrollbars. Image is attached representing ...
2
votes
1answer
94 views

SmartGWT: hide current element showing in Canvas

I'm working something like a dynamic menu, where you click some radio buttons and it shows a specific form, each radio control matches to a different form. Examples from the showcase always base ...
2
votes
1answer
110 views

Smartgwt & gwt Show Image From External Folder

It is possible to show an image by directly typing Img image = new Image(); image.setSrc("photo.jpg"); if photo.jpg is under "images" folder under Web-Content. I have task to show an image which ...
2
votes
1answer
67 views

SmartGWT: horizontally center an HTMLFlow

I got an VLayout which occupies 100% of width on the screen. It contains some HTMLFlow elements, they all are centered. There is one Flow that has the same width as the screen and I want to "split" ...
2
votes
1answer
133 views

smartgwt listgrid population from excel file data

i am providing a support to import the excel file data to the smartgwt ListGrid as a ListGridRecord. and im doing it by providing a textarea on my UI. when i paste the excel data to UI texarea. on Tab ...
2
votes
1answer
49 views

Polling / Interval from SmartGWT Client

I'm writing a SmartGWT application and need to execute a method on the client side every 30 seconds. In javascript I would use setInterval or setTimeout. How do I do this in SmartGWT?
2
votes
1answer
276 views

smartgwt export listgrid datasource to excel file

I want to export my ListGrid DataSource to Excel file and I am using excel file because i want to populate my listgrid fields in excel file. does any one know how to do it. it will be great help to ...
2
votes
1answer
100 views

smartgwt ToolStripButton icon on diabled form

I have used ToolStripButton which is added in ToolStrip. I have set icon on the buttons and by default button is disabled. problem is icon only shown on button when it is enabled. and but i want to ...
2
votes
0answers
67 views

smartgwt problem with relationship between the two listgrids

I have two listgrid. My 1st listgrid is holding Record(List of Field) and my 2nd listGrid is holding record(field). And my issue is i have to assign multiple record(multiple rows) of 2nd list grid to ...
2
votes
2answers
209 views

How to Automatically adjust TextArea Height in GWT or Smart GWT

I'm having a problem that others have talked about here. ie How to auto adjust TextArea Height. I saw this answer: Creating a textarea with auto-resize but I was hoping someone here can translate how ...
2
votes
1answer
186 views

How can I get a Canvas component of a ListGridRecord?

I use smartgwt 2.4. I'm trying to style a ListGridRecord. I want to get the Canvas component of it, but I cannot find a reference anywhere. I know there are methods in ListGrid as ...
2
votes
1answer
88 views

Integration of GWT and HTML

Can we keep a static HTML to integrate with the dynamic GWT Widgets that are created. And how will the event handling can be done for the dynamic GWT Widgets.
2
votes
2answers
164 views

Is it possible to save state of Web application

I build a Web application using GWT (and/or SmartGWT) that uses a number of forms to collect data. Is it possible to save the progress so that the user can leave the application and when comes back ...
2
votes
1answer
437 views

Authenticating with Jetty through GWT button

I'm trying to create a login page using SmartGWT and have been trying to get Form Authentication to work with the Jetty server embedded with the GWT plug-in for Eclipse. I have a page that takes a ...
2
votes
1answer
807 views

Setting ListGrid selection in SmartGWT

I'm trying to set the selected records of a ListGrid table object in SmartGWT, but I can't find any way of doing it. I know there's a getSelectedRecords() function, but no matching ...
2
votes
1answer
645 views

smartgwt styling

I'm using smart gwt 2.4 and I was wondering if anyone knows a simple way to change the font size for all text displayed in an application. I'm using Simplicity theme, and the default size is really ...
2
votes
1answer
401 views

Date browsers problem - if manually changed and focus on it - did not save

I have a problem related to Date type which I'm using in smartgwt. I set up the date to have the possibility to change it manually: setAttribute("useTextField", true); In Firefox and Chrome (and ...
2
votes
1answer
304 views

Which GWT library is best for development of a data intensive application

I'm starting to develop a GWT application which will have 500 plus users with various roles and the main functionality centered on RPC calls to watch how data is changing on the server. Think of a ...
2
votes
1answer
490 views

Update data in data source in smart gwt

Hello all I am using smart gwt 2.2 on windows system with mozilla browser. I am using List Grid.In that list grid I am filling the data using data source. Like this setClientOnly(true); ...
2
votes
1answer
334 views

What does setWidth(“*”) do in CSS / SmartGWT?

I've come across some legacy code which uses SmartGWT. I suspect the API is present in standard GWT too. widget.setWidth("*"); Keeping in mind that the same bit of code has: ...
2
votes
3answers
187 views

SmartGWT, ZK and GenericFrame - Online Homework

Good day, Our school, a small high school in semi-rural New Zealand, is currently looking into online homework solutions. Being one of the IT guys, I have been asked to look into some of the ...
2
votes
2answers
815 views

smart gwt developer console

Hello all I am using smart gwt 2.3 pro version with Mozilla on windows xp system. I made Test Application on it & it is running successfully. Now I want to use developer console for this ...

1 2 3 4 5 8