Re: How to use HorizontalPanel#setVerticalAlignment() ?

2012-03-27 Thread Jens
Just use the constants defined in HasVerticalAlignment. horizontalPanel.setVerticalAlignment(HasVerticalAlignment.ALIGN_TOP) -- J. Am Montag, 26. März 2012 22:12:24 UTC+2 schrieb dhoffer: GWT 2.4. Why are VerticalAlignmentConstant fields package private in HasVerticalAlignment and

leo wants to chat

2012-03-27 Thread leo
--- leo wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-22a9bbcffb-f8fe8ca7c7-bAAYm-vbeg36ugYneQEWRUB81mg You'll need to

Re: RequestFactory with JsonRpc

2012-03-27 Thread Thomas Broyer
On Monday, March 26, 2012 8:27:08 PM UTC+2, Miroslav Genov wrote: Hello, Was wondering where anyone is using RequestFactory with JsonRpc ? I believe Google is using it, as there have been some fixes to it this winter. I'm trying to get it working, due performance issue with the

Re: RequestFactory default wire format specification

2012-03-27 Thread Thomas Broyer
The specification is the code ;-) Have a look at the com.google.web.bindery.requestfactory.shared.messages.* classes for the payload data, and the AbstractRequestContext and SimpleRequestProcessor for how their semantics. In the ResponseMessage, there will either be general failure (causes

Re: RequestFactoryEditorDriver and multiple saves/persists

2012-03-27 Thread Thomas Broyer
On Tuesday, March 27, 2012 12:15:59 AM UTC+2, Rob Whiteside wrote: Hi, I'm using RequestFactoryEditorDriver to drive my editor. In this case, the editor is displayed and the user may make some changes, hit save, make some more changes and hit save again. All the while the same editor

GWT Performance : Good or Bad ?

2012-03-27 Thread dodo dard
Helo, I've got friends complaining about GWT/GXT (GWT Ext) performances, well I notice that if we put to many component with GXT, there will be a certain waiting time (3-4s) before it got completely loaded. They said that is better to write the application directly with Javascript that may I'm

Re: GWT Performance : Good or Bad ?

2012-03-27 Thread Frank
GXT and SmartGWT have bad performance imo. Better to write your own widgets (which takes a lot of time) using vanilla GWT and make them perform better. That is what we did and our GWT projects have very high performance. Op dinsdag 27 maart 2012 11:55:14 UTC+2 schreef dodo dard het volgende:

Re: RequestFactory default wire format specification

2012-03-27 Thread Miroslav Genov
:) I see. My question was related to documentation, because I've heard you to say that some RF parts are working by design, so I was wondering where there is a such a document, that describes it. I know that GWT project has some Wiki pages about RF, but non of them is explaining in details

Re: GWT Performance : Good or Bad ?

2012-03-27 Thread dodo dard
Thanks Frank, I think that too, GXT make pretty component but very expensive and very big. Btw I found an interesting website : http://gxtvsgwt.appspot.com/ after looking at your anwser. Le mardi 27 mars 2012 13:54:52 UTC+2, Frank a écrit : GXT and SmartGWT have bad performance imo.

Re: How to use HorizontalPanel#setVerticalAlignment() ?

2012-03-27 Thread dhoffer
Yup, my brain and IDE were in park yesterday I guess, thanks. -Dave On Mar 27, 2:17 am, Jens jens.nehlme...@gmail.com wrote: Just use the constants defined in HasVerticalAlignment. horizontalPanel.setVerticalAlignment(HasVerticalAlignment.ALIGN_TOP) -- J. Am Montag, 26. März 2012 22:12:24

GWT Celltable : How to avoid entering particular value in editTextCell- column- Celltable?

2012-03-27 Thread vaibhav bhalke
Hi, I am using GWT2.3. How to avoid entering particular value in editTextCell- column- Celltable? Is there any event in editTextCell? Validation while entering values in cells of celltable In case of String :Dont enter spaces in cell Integer : Dont use characters + avoiding spaces in cell

Re: GWT Performance : Good or Bad ?

2012-03-27 Thread dhoffer
Regarding GXT I noticed that comparison website is using GXT 2.2.5 yet is comparing with new GWT 2.4, if making GWT 2.4 compliant app one would probably use the new GXT 3.0 which is in beta right now (almost RC)...I wonder how that compairs to GWT 2.4. I hope not worse. -Dave On Mar 27, 6:28 

Re: GWT Performance : Good or Bad ?

2012-03-27 Thread Andy Stevko
Bowie, One issue that I've found when working with GXT and GWT is that they use different models for drawing the page elements. GWT tends towards attaching the elements into the DOM immediately whereas GXT caches the elements then attaches them in bulk. This will tend to make them appear slow but

Re: GWT Performance : Good or Bad ?

2012-03-27 Thread dodo dard
Stevko, Yes I'm aware of that too, but I think is not the problem with caching, is more about how many DOM object generated by GXT. For a simple row in a grid, GXT will produce : a *div ,a table,a tbody, a tr, a td. *And is not only with the Grid. I think that makes GXT heavier than GWT.

Re: GWT Performance : Good or Bad ?

2012-03-27 Thread Alain Ekambi
Not trying to defend GXT or Smart GWT but what kind of applications are you building ? We ve build some pretty large apps with GXT and never had any type of UI performance problems. 2012/3/27 dodo dard keratonj...@gmail.com Stevko, Yes I'm aware of that too, but I think is not the problem

Re: GMail authentication with GWT + GAE - works in development but fails in production

2012-03-27 Thread Deepak Singh
Any help pls. i am still stuck with it. On Mon, Mar 26, 2012 at 10:11 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi All, I am authenticating my users through GMail login in GWt + GAE environment. Code is as follows: GWT code: final Frame frameForGmail = new Frame(); final Image

Re: GWT + Vector Drawing Tools

2012-03-27 Thread Freddie Jefferson
It does look interesting. Thanks! 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: does any Breedcrumb widget in gwt 2.4?

2012-03-27 Thread tong123123
anyone know? On Friday, March 16, 2012 2:52:30 PM UTC+8, tong123123 wrote: Hi, is there Breedcrumb control provided in GWT 2.4? I see a link in http://code.google.com/p/gwt-examples/source/browse/trunk/Core/src/org/gonevertical/core/client/ui/breadcrumbs/BreadCrumbs.java?spec=svn1926r=1924

GWT history handling library - give it a try

2012-03-27 Thread Kostya Kulagin
Simple open source etc library for automatical handling of GWT components state in URL (browser history). Contains sample application which demonstrates its usage. Give it a try :) http://code.google.com/p/gwt-state-navigator/wiki/StateNavigator -- You received this message because you are

Re: How to use HorizontalPanel#setVerticalAlignment() ?

2012-03-27 Thread Jim Douglas
FWIW, the sample code I added to the other thread also shows setting vertical alignment. http://groups.google.com/group/google-web-toolkit/browse_thread/thread/ae382844d84c20e9# On Mar 27, 6:52 am, dhoffer dhoff...@gmail.com wrote: Yup, my brain and IDE were in park yesterday I guess, thanks.

Re: GWT Celltable : How to avoid entering particular value in editTextCell- column- Celltable?

2012-03-27 Thread Thomas Broyer
Answered on SO: http://stackoverflow.com/questions/9891671/gwt-celltable-how-to-avoid-entering-particular-value-in-particular-cell-of-cel On Tuesday, March 27, 2012 3:55:38 PM UTC+2, vaibhav gwt wrote: Hi, I am using GWT2.3. How to avoid entering particular value in editTextCell- column-

Re: GWT Performance : Good or Bad ?

2012-03-27 Thread dodo dard
Hi Nino, Is a catalog application type, you search, list and modify products. I have to precise some points : - my application will be used largely by IE8. - Not all the screen have a performance problem. - There is some : - screen that contains : 75 input form, 3 grids (well I have warned my

Re: how to test GWT app through a proxy

2012-03-27 Thread John Malpas
Thanks Jens for your pointers. Here are a few developments. On Tuesday, March 13, 2012 5:25:47 PM UTC-7, Jens wrote: The exception you see is thrown in RemoteServiceProxy.doInvoke(...) and simply wraps a possible RequestException. These RequestExceptions can be thrown by

Re: GWT Performance : Good or Bad ?

2012-03-27 Thread Andy Stevko
Yep - it sounds like GXT grids are overdriving the system. There hardly seems enough room for content with all that markup. If you don't need all the bells and whistles that come with a gxt grid - it would pay to port to lighter weight GWT grids or plain div and css. Stripping out excess forms,

Re: does any Breedcrumb widget in gwt 2.4?

2012-03-27 Thread Nicholas Smith
As far as I know there's no official widget for breadcrumbs in gwt. On Friday, March 16, 2012 1:52:30 AM UTC-5, tong123123 wrote: Hi, is there Breedcrumb control provided in GWT 2.4? I see a link in

Re: RequestFactoryEditorDriver and multiple saves/persists

2012-03-27 Thread Rob Whiteside
Thomas, Perfect, thanks much for the reply (and may I say that your few blog posts about editors and RequestFactory have been very helpful!). --Rob On Tuesday, March 27, 2012 2:17:30 AM UTC-7, Thomas Broyer wrote: On Tuesday, March 27, 2012 12:15:59 AM UTC+2, Rob Whiteside wrote: Hi,

Errer after GWT 2.4 upgrade.

2012-03-27 Thread skippy
I upgraded to GWT 2.4.0 from 2.3.0 When I try running the onload, I get a js error and a blank page. Object does not support in the cache.html. I have cleared my cache just for fun. After compiling the source in Detailed mode, This is the error: Webpage error details User Agent: Mozilla/4.0

Re: GWT Performance : Good or Bad ?

2012-03-27 Thread Joseph Lust
My company just completed a very large intranet UI using GXT. The overall lesson learned was *don't use GWT*. For the most part it was much slower and the model used in GXT did not extend well to our MVP setup. Perhaps GXT 3 has fixed some of these issues, but we don't want to deploy a

Re: GWT history handling library - give it a try

2012-03-27 Thread Michael Allan
Page StateNavigator Not Found Kostya Kulagin said: Simple open source etc library for automatical handling of GWT components state in URL (browser history). Contains sample application which demonstrates its usage. Give it a try :)

Re: GWT Performance : Good or Bad ?

2012-03-27 Thread Shawn Brown
Hi, A grid with 23 columns that contains at least 10 GridRenderer GXT 3.0: All data widgets support cells (instead of renderers) Cells support events and can fire events High performance via flyweight pattern the model used in GXT did not extend well to our MVP setup. for GXT 3.0 (in beta)

Re: GWT Performance : Good or Bad ?

2012-03-27 Thread Paul Stockley
Seems this whole thread has more to do with GXT than GWT. We have built a large app, part of which runs on the ipad as a fullscreen web app and performance isn't a problem at all. We built most of our widgets ourself to be very efficient and we make use of HTMLPanels and raw html where it makes

Re: Using a widget / module / entry point from another separate project

2012-03-27 Thread Joseph Lust
Archmisha, Check out the POMs in this GitHub fork of minehttps://github.com/twistedpair/GWT-Maps-V3-Api/ . - The first project builds a GWT module, and its docs src. - They are installed into your local repo - The second project inherits it in the *.gwt.xml module - Now the second

Re: Upload base64

2012-03-27 Thread Joseph Lust
SodaH8r, Can you store this image as a clob or blob in your database? Depending on the size of your application, you'll see performance degradation once you get over 10-20K items in a single directory. Storing them in a database will also mean you are not tied to a single machine as your

Re: GMail authentication with GWT + GAE - works in development but fails in production

2012-03-27 Thread Joseph Lust
Deepak, Can you run your app in DevMode but using the remote server option so that calls are being sent out to the actual Google APIs? I find it useful as you can step through and debug the production code in Eclipse, but the backend code is in production. Just disable the *built in server*

Re: 1 permutation to rule them all

2012-03-27 Thread Joseph Lust
Dmen, It depends what you value. The GWT team values load time over all else, which makes sense given the hit volume their pages face. Simply put, they want to send each user a single permutation. The cost of storing 320 permutations on the server (i.e. 400MB) is far cheaper than packing all

Re: Code Coverage : How to configure cobertura and selenium with Gwt Client project for code coverage

2012-03-27 Thread Joseph Lust
Thomas, Have you ever used the patched Emma plugin? I've got the Emma 2.1.0.201 installed while the 'patched' version is 2.0.5312. I tried swapping things out like the docs suggested to no avail. Curious if anyone else has made that work in Indigo (Ubuntu 11.10). I've long used Emma with pure

Re: does any Breedcrumb widget in gwt 2.4?

2012-03-27 Thread mukarev
I didn't find a breadcrumb too. So I had to build one on my own -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/I_6V3isdr-gJ. To post to this