Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-01-29 Thread Siegfried Bolz
I am currently using GXT 2.1.0 on a big customer project and my
experience is, that it is a great framework to
produce fast results. There are some bugs in each release but you have
the possibility to override the methods
to fix the bug by yourself. If you want to extend a widget, it is
possible.
One reason where i think this could be a problem in the future, is
that GXT use Listeners instead of Handlers.
With release 3, i think there could be a big API change coming.


On 29 Jan., 01:16, ahhughes ahhug...@gmail.com wrote:
 For future reference

 At the time of writing the following are available:
 GWT v2.0
 and.
 SmartGWT v2.0 (http://code.google.com/p/smartgwt/under Apache
 License)
 Ext GWT v2.1.0 (http://www.extjs.com/products/gxt/under weird LGPL
 License)

 I don't want to discuss Ext GWT's weird license. It's weird, there's
 no updates... e.t.c. e.t.c. The question is, if why would you purchase
 it over SmartGWT? I am looking for technical reasons such as features,
 performance, jsni wrap vs pure compiled gwt, or especially full GWT
 2.0 compatibility e.t.c.

 Help would be great as there are so many re-packed versions of these
 things floating around as well as the fact a lot of information is out
 of date (and so will this thread be in the not so distant future).

 Thanks heaps in advance :)

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: modular GWT application ?

2010-01-19 Thread Siegfried Bolz
@maskac
You can read some info about MVP there:
http://www.nieleyde.org/SkywayBlog/post.htm?postid=37782056-c4e1-4dfb-9caa-40ab9552ca3b


On 19 Jan., 15:44, Marcos Alcantara marc...@gmail.com wrote:
 Hi,

 Maybe you should think about getting over the page paradigm.

 In an application like GWT, you can make design everything as you
 would in a desktop application.

 Maybe you should read about the MVP architecture and GWT.runAsync()
 concepts.

 There are plenty of material out there for you to design large-scale
 apps using this toolkit.

 Hope I could be of any help.

 Marcos Alcantara

 On 19 jan, 05:16, Miroslav Mí¹ek miroslav.mi...@gmail.com wrote:



  Thanks for reply,

  I want my modules (subpages) to be able to communicate with master page
  (for new tabs openning and for opening some other widgets). I don`t know how
  to make it possible with iframes. Do you have any idea please?

  Thanks,
  Miroslav Misek.

  On Mon, Jan 18, 2010 at 2:20 PM, makoki iagoto...@gmail.com wrote:
   Why dont you use iframes? There could be a communication problem
   depending on how you want your application components to talk to each
   other but think this could work.
   Hope it helps

   On 17 ene, 19:32, maskac miroslav.mi...@gmail.com wrote:
Hello,

please can anyone help me with designing modular application in gwt?
I would like to have one page, like smartgwt showcase, but it should
load pages to tabs dynamicaly from modules (war files with gwt apps,
specified by extra url). Is it possible to write such app in gwt?

Thanks, and sorry for my bad english.
Maskac.

   --
   You received this message because you are subscribed to the Google Groups
   Google Web Toolkit group.
   To post to this group, send email to google-web-tool...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs
cr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=en.
-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: exception when run existing project developed in GWT 1.7 on GWT 2

2009-12-16 Thread Siegfried Bolz
Have you cleaned your Libs-Directory from the old GWT-Jar-Files?


On 16 Dez., 11:34, sathya sathyavik...@gmail.com wrote:
 Hi,
    I have upgraded my eclipse with GWT 1.7 to GWT 2.
 When I try to run existing project developed in GWT 1.7 on GWT 2, I am
 getting below exception in development mode.Please help .
 java.lang.AssertionError: targetHistoryToken must not be null,
 consider using Anchor instead
     at com.google.gwt.user.client.ui.Hyperlink.setTargetHistoryToken
 (Hyperlink.java:191)
     at com.google.gwt.user.client.ui.Hyperlink.init(Hyperlink.java:
 106)
     at com.client.Search.SearchPanle.init(SearchPanle.java:23)
     at com.client.Sandbox.onModuleLoad(Sandbox.java:24)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:
 369)
     at com.google.gwt.dev.shell.OophmSessionHandler.loadModule
 (OophmSessionHandler.java:185)
     at com.google.gwt.dev.shell.BrowserChannelServer.processConnection
 (BrowserChannelServer.java:380)
     at com.google.gwt.dev.shell.BrowserChannelServer.run
 (BrowserChannelServer.java:222)
     at java.lang.Thread.run(Unknown Source)

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.