views:

1146

answers:

5

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 not want this question to turn into any type of flame war, so therefore would just like people to list alternatives and their experience with those alternatives.

+2  A: 

I have used GXT and I have done some simple integrations with wicket components with it.

Perhaps you can describe the kinds of troubles you are having with the wicket integration, that would help suggest a new library for you to use

pfranza
+2  A: 

My company ran a "bake off" between numerous solutions including, the eventual winner ZK, SmartGWT, Wicket and ICEfaces. During this time we also reported some problems when integrating SmartGWT with other frameworks and javascript libraries. This caused us some problems and was one of the reasons why we dropped it.

I would highly recommend you take a look at ZK as we found it to be excellent for the development and deployment of enterpize applications.

Hope this helps.

Jon
+2  A: 

The post above is actually mine, not too sure what happened but I can give you extra resources if you want to take a look at my recommendation. Below are numerous getting started resources that I found very useful.

I would also state that I integrated it with many frameworks and it worked flawlessly.

I did also like working with ICEfaces if you do like the JSF approach, however, that can get rather complex! Personally I prefer ZK's approach, each to their own.

Hope this helps!

Jonathan
Thanks, your answers were very useful I will take a look!
Roger
A: 

hi i have to start smartGWT, i dn't know GWT any other things, i know only java(UI swings) and flex. can u tell me how to start and how to setup project in eclipse IDE

tharun
@tharun: This should be posted as a separate question. Click the "Ask Question" button at the top right of the page.
Bill the Lizard
A: 

Hi,

Search for "Getting started with smartGWT" and it should return several good blog postings (e.g. http://uptick.com.au/blog).

Good luck
Mark

Mark Johnson