Re: new GWT Platform Errai by JBoss ! what do you think ?

2017-05-04 Thread Олег Рачаев
IMHO. One black box inside the other. I don't think it's a good idea. Even pure GWT is very difficult to know what to say about the framework is built on the basis of the GWT. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from

Re: deferred binding for a/b and cohort testing framework - what do you think

2012-06-26 Thread Colin Alworth
With soft-permutations though, this could cut back on the explosion, though you are right that the app would be unable to switch at runtime between which version it is running. That said, once a user has been set to a particular set of features, you probably want to keep them there. And a

deferred binding for a/b and cohort testing framework - what do you think

2012-06-24 Thread Nick Siderakis
I'm thinking about building a small framework similar to cohorts.js for GWT that takes advantage of deferred binding. Does this seem like a good idea? ( cohorts.js https://github.com/jamesyu/cohorts ) -- You received this message because you are subscribed to the Google Groups Google Web

Re: deferred binding for a/b and cohort testing framework - what do you think

2012-06-24 Thread Nick Siderakis
Some reasons why this is a bad idea - Does not scale well for many tests (permutation explosion) - Would not support dynamic (in app) cohort assignment runAsync seems like a better choice. On Sunday, June 24, 2012 1:43:01 PM UTC-4, Nick Siderakis wrote: I'm thinking about building a

Re: What do you think?

2011-09-29 Thread Bruno Sandivilli
. On Sep 27, 9:37 pm, Bruno Sandivilli bruno.sandivi...@gmail.com wrote: Hi , what do you think about this: http://amplicate.com/hate/gwt/4104355-i-hate-gwt-its-one-of-the-worst... ? -- You received this message because you are subscribed to the Google Groups Google Web

Re: What do you think?

2011-09-28 Thread Paul Robinson
saying quite what he means. The article also contains at least one factual error. even if you disable some browsers for local development you still are going to get the language permutations. This is just plain wrong. Paul On 28/09/11 05:37, Bruno Sandivilli wrote: Hi , what do you think about

Re: What do you think?

2011-09-28 Thread Alain Ekambi
still are going to get the language permutations. This is just plain wrong. Paul On 28/09/11 05:37, Bruno Sandivilli wrote: Hi , what do you think about this: http://amplicate.com/hate/gwt/4104355-i-hate-gwt-its-one-of-the-worst-frameworks-ive/ ? -- You received this message because

Re: What do you think?

2011-09-28 Thread Kees de Kooter
I think the writer of this article should first read up on the manual of the enter key. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: What do you think?

2011-09-28 Thread Andreas Horst
+1 One of the worst (formatted) articles I've 2011/9/28 Kees de Kooter kdekoo...@gmail.com I think the writer of this article should first read up on the manual of the enter key. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: What do you think?

2011-09-28 Thread Ryan Groten
I'm still very new but I'm enjoying it a lot. Like cueman said though, can't please everybody. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: What do you think?

2011-09-28 Thread Jim Douglas
Oh wow, an anonymous and incoherent rant. I am shocked -- shocked! -- to find such a thing on the Internet. On Sep 27, 9:37 pm, Bruno Sandivilli bruno.sandivi...@gmail.com wrote: Hi , what do you think about this:http://amplicate.com/hate/gwt/4104355-i-hate-gwt-its-one-of-the-worst

Re: What do you think?

2011-09-28 Thread Palo G.
customer will :). On 28 zář, 16:53, Jim Douglas jdou...@basis.com wrote: Oh wow, an anonymous and incoherent rant.  I am shocked -- shocked! -- to find such a thing on the Internet. On Sep 27, 9:37 pm, Bruno Sandivilli bruno.sandivi...@gmail.com wrote: Hi , what do you think about

What do you think?

2011-09-27 Thread Bruno Sandivilli
Hi , what do you think about this: http://amplicate.com/hate/gwt/4104355-i-hate-gwt-its-one-of-the-worst-frameworks-ive/ ? -- 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

Re: [gwt-contrib] What do you think of adding bidi support to LayoutPanel

2011-04-04 Thread Jeff Larsen
After digging through Showcase and doing some more research I figured out that no, LayoutPanels don't work the way I would expect them to in rtl mode. If I do a LayoutPanel.setLeftWidth() it sets the widget left regardless of if it is in ltr or rtl mode. Which seems like it is a

[gwt-contrib] What do you think of adding bidi support to LayoutPanel

2011-03-31 Thread Jeff Larsen
In some instances, it would be nice to have LayoutPanel swap left and right. I was thinking of something like adding a private boolean bidi = false; public void setWidgetLeftWidth(Widget child, double left, Unit leftUnit, double width, Unit widthUnit) { assertIsChild(child);

Re: [gwt-contrib] What do you think of adding bidi support to LayoutPanel

2011-03-31 Thread Ray Ryan
The LayoutPanels' already swap properly in RTL locales, don't they? http://gwt.google.com/samples/Showcase/Showcase.html?locale=ar_YE http://gwt.google.com/samples/Showcase/Showcase.html?locale=en On Thu, Mar 31, 2011 at 2:33 PM, Jeff Larsen larse...@gmail.com wrote: In some instances, it

Re: [gwt-contrib] What do you think of adding bidi support to LayoutPanel

2011-03-31 Thread Jeff Larsen
Huh, I must be doing something wrong then in my test implementations because layouts etc aren't being switched even though images are being swapped when picking the ar locale. I'll have to investigate deeper into showcase. Thanks. On Thu, Mar 31, 2011 at 4:49 PM, Ray Ryan rj...@google.com wrote:

Re: What do you think about my Session flow?

2011-03-11 Thread Thomas Broyer
request.getUserPrincipal() != null ? -- 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: What do you think about my Session flow?

2011-03-11 Thread Jambi
Well, it would help if someone could come up with a usefull tutorial or with a little bit more information. I haven´t found a useful guide but maybe I was searching for a to specific GWT implementation. This is a little bit hard to understand for me. Probably I should lern more about servers, but

Re: What do you think about my Session flow?

2011-03-11 Thread nacho
I have a login.jsp with the login form. And a hostedPage.jsp where the user is redirected after his logged in. Also I have a MyServiceServlet that extends RemoteServiceServlet. In this class I overrided onBeforeRequestDeserialized and I check if the user if logued in. If he is not, I throw an

What do you think about my Session flow?

2011-03-10 Thread Jambi
Hey there, I have implemented a Session management for the first time and I would like to know if it is an appropriate way to do it. My Flow looks like this: 1. User loggs in 2. Server checks login informations If the login informations are correct: 3. Server generates a SessionID, stores it

Re: What do you think about my Session flow?

2011-03-10 Thread khiem nguyen
that's what i'm also doing now. would be interested in comments. i use google's guava for the expiration stuffs (concurrentHashmap) cheers On Thu, Mar 10, 2011 at 11:15 AM, Jambi michael.lukaszc...@googlemail.comwrote: Hey there, I have implemented a Session management for the first time

Re: What do you think about my Session flow?

2011-03-10 Thread dmen
You should be bothering with any of this stuff. Session management is being handled by your java server (e.g. Tomcat) automatically. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: What do you think about my Session flow?

2011-03-10 Thread Jambi
And how to you verify the user as logged in in each request? I don´t get it ;) On 10 Mrz., 21:50, dmen dmenou...@gmail.com wrote: You should be bothering with any of this stuff. Session management is being handled by your java server (e.g. Tomcat) automatically. -- You received this message

Had this idea: macros for CssResources. What do you think?

2010-09-22 Thread Gal Dolber
Started an issue here: http://code.google.com/p/google-web-toolkit/issues/detail?id=5301can=4colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars -- Guit: Elegant, beautiful, modular and *production ready* gwt applications. http://code.google.com/p/guit/ -- You received this

Re: new GWT Platform Errai by JBoss ! what do you think ?

2010-05-04 Thread davek
Looks great. It will be nice to get push for free, and integrated with jboss's messaging. Great work. Unfortunately I have to agree about the name. I actually thought this thread was about some error on jboss and the author had typed too quickly, perhaps in frustration. Imagine my delight in

new GWT Platform Errai by JBoss ! what do you think ?

2010-04-27 Thread interdev
Errai is a GWT-based framework for building rich web applications using next-generation web technologies. Built on-top of ErraiBus, the framework provides a unified federation and RPC infrastructure with true, uniform, asynchronous messaging across the client and server. Errai also provides a

Re: new GWT Platform Errai by JBoss ! what do you think ?

2010-04-27 Thread interdev
interview with Errai leads: http://java.dzone.com/articles/jboss-errai what do you think ?! -- 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

Re: new GWT Platform Errai by JBoss ! what do you think ?

2010-04-27 Thread mariyan nenchev
Is there some demo, showcase? -- 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

Re: My First GWT IGoogle Gadget, What do you think?

2010-04-26 Thread mariyan nenchev
Hi, You may want to focus the answer text box after the user clicks the answer button. Right now the user has to refocus on the text box every time he answers, which is annoying. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: My First GWT IGoogle Gadget, What do you think?

2010-04-26 Thread Eric Ayers
Thanks for sharing those examples! On Mon, Apr 26, 2010 at 3:38 AM, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi, You may want to focus the answer text box after the user clicks the answer button. Right now the user has to refocus on the text box every time he answers, which is

My First GWT IGoogle Gadget, What do you think?

2010-04-25 Thread branflake2267
/com.gawkat.flashcard.client.FlashCard.gadget.xml What do you think? Brandon Donnelson http://gwt-examples.googlecode.com -- 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