Questions tagged [smartgwt]

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

SmartGWT is based on the powerful and mature SmartClient library. SmartGWT provides a wide-array of rich components that are based on GWT. In addition to SmartGWT LGPL, Pro & Enterprise editions of Smart GWT are available with additional features & tools, as well as commercial support.

SmartGWT is compatible with GWT 1.5.3, GWT 1.6.4, GWT 1.7.x and GWT 2.x

More info at : www.smartclient.com/smartgwt/

1265 questions
29
votes
7 answers

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 provide some pointers for the discussion: Do you…
pmr
  • 58,701
  • 10
  • 113
  • 156
16
votes
4 answers

Making POST requests with parameters in GWT

I am trying to do a POST request with a set of parameters to a given URL. The problem I am having is that the POST request is made, but no parameters are passed. RequestBuilder builder = new RequestBuilder(RequestBuilder.POST, url); …
Lenz
  • 398
  • 1
  • 2
  • 9
14
votes
7 answers

GWT Future plan

We have multiple product developed primarily using GWT and currently used by our end customers. Wanted to know the road map of GWT. I got some unofficial update that google is moving there product which is developed in GWT to some other new…
moh
  • 1,426
  • 2
  • 16
  • 43
14
votes
2 answers

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 efficient Ajax (asynchronous JavaScript and XML)…
JCX
  • 1,439
  • 4
  • 18
  • 21
12
votes
2 answers

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?
JCX
  • 1,439
  • 4
  • 18
  • 21
10
votes
3 answers

Generating html for SEO

I found this article http://docs.google.com/Doc?id=dcsq25m_04k4cmgfd on generating html on server side for spider. What do you folks think about using this technique to serve different content depending on the user-agent? Any reference articles, or…
cometta
  • 35,071
  • 77
  • 215
  • 324
10
votes
6 answers

SmartClient or SmartGWT?

Besides the obvious differences between JavaScript and Java, what are the relevant differences in using either SmartClient or SmartGWT?
ivo
  • 4,101
  • 5
  • 33
  • 42
8
votes
2 answers

How to apply like search on GWT cell table?

I am using GWT 2.3.I which I am using GWT cell table. Here below is the code for my cell table: public class FormGrid extends SuperGrid { List
formList; @Override public void setColumns(CellTable table) { TextColumn nameColumn =…
Sanjay Jain
  • 3,518
  • 8
  • 59
  • 93
8
votes
3 answers

Smart gwt tutorials and guidance

I'm new to smart gwt and I need some help. Please help with some good smart gwt tutorials and also with some good books that i can buy to learn this. I made some search and literally found nothing other than javadocs for it. So please guys, HELP…
Abilash
  • 6,089
  • 6
  • 25
  • 30
7
votes
2 answers

Why can't you add a EditorExit Handler to a DynamicForm or FormItem?

This handler only exist for a ListGrid. But if you look at the docs for DynamicForm.setValidateOnExit(), it says: If true, form items will be validated when each item's "editorExit" handler is fired as well as when the entire form is submitted…
Adel Boutros
  • 10,205
  • 7
  • 55
  • 89
7
votes
2 answers

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 my datasource and I am generating new datasource and…
Ashfak Balooch
  • 1,879
  • 4
  • 18
  • 30
7
votes
1 answer

SmartGWT RichTextEditor not capturing any onBrowserEvents

I'm using SmartGWT on my application and have encountered some issues when trying to get events from the browser. I need to get the ONPASTE event, but when I try to use it, the method onBrowserEvent never even gets called. Here is the code that I'm…
Oliver Drummond
  • 680
  • 1
  • 6
  • 19
7
votes
1 answer

Removing old record after edit

So currently, when I edit a record off a panel that extends VLayout, double click the field, change the texts, and press enter to save my edit. The newly edited record appears as a standalone record, while the one I just edited is still there. Is…
PhoonOne
  • 2,678
  • 12
  • 48
  • 76
6
votes
4 answers

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 requirements: On the client side pure Javascript Shiny…
balazs
  • 5,698
  • 7
  • 37
  • 45
6
votes
2 answers

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 up that says "Finding Records that match your…
vincentvanjoe
  • 767
  • 1
  • 12
  • 23
1
2 3
84 85