Re: http://www.google.com/hotelfinder

2011-08-01 Thread Gal Dolber
a quick decoding of the one there: // Markup .labelLeft { left:-12px; // Min position height: 25px; width: 25px; background-color: #444; } .labelRight { left:178px; // Max position height: 25px; width: 25px; background-color: #444; } Label left

Re: GWT and Spring

2011-08-01 Thread Gal Dolber
Buenas, bienvenido! No use nunca spring, pero parece haber mucha informacion al respecto, este el primer proyecto que aparece: http://code.google.com/p/gwtrpc-spring/ Tambien hay instrucciones en gwt-incubator http://code.google.com/p/google-web-toolkit-incubator/wiki/IntegratingWithSpring Salud

Re: MVC + Command Pattern + Code Splitting?

2011-08-02 Thread Gal Dolber
same problem here +1 I have been thinking a lot about this and I don't think there is a simple solution. A custom rpc generator with node detection that load all the node's dependencies inside a GWT.runAsync is the only thing I could think of, but I didn't try to implement it yet. In the gwt-disp

Re: http://www.google.com/hotelfinder

2011-08-03 Thread Gal Dolber
} > }); > } > Initially when the page renders, it is fine. When i do mouse over the > slider images, > i observe that > 1) MouseMoveHandler works only with mouse movement from left to right. If a > move the mouse from right direction to left, nothing happens

Re: GWT is for "apps" — right? But what's about static pages? (GWT's Future Plans...)

2011-08-03 Thread Gal Dolber
GWT isn't the problem, you can easily make a non-CEO-friendly apps with jquery, sencha, or any other js framework. The problem is that search engines do not crawl AJAX apps yet. The proposal to make ajax crawlable is a quick solution to make them work with old crawling infrastructure. I really hope

Re: scrolling in iPad

2011-08-07 Thread Gal Dolber
ScrollPanel do work. What version of gwt are you using? On Sat, Aug 6, 2011 at 10:17 PM, macagain wrote: > What's the best or right way to do gwt apps that scroll properly on the > iPad? I.e. apps that are bigger than the browser window. Scrollpanel does > seem to work either. > > I've tried s

Re: Acces to annotations in deferred binding

2011-08-18 Thread Gal Dolber
Make sure the annotation has rentention(runtime): @Retention(RUNTIME) public @interface Caption { ... On Thu, Aug 18, 2011 at 8:21 AM, Adolfo Panizo Touzon < adolfo.pan...@gmail.com> wrote: > Hi everybody, > > I have this class: > > *class Person{* > > *@Caption(name="Name")* > > *String name;*

Re: Java's "Write Once, Run Anywhere" for Mobile with GWT is Here!

2011-08-29 Thread Gal Dolber
This still have a great problem, we need to compile on every change, and we cannot debug in java. I am not even sure if its possible to solve that problems. Any plans? On Mon, Aug 29, 2011 at 4:58 PM, Alain Ekambi wrote: > Hi Thomas, Hi Leandro, Hi all > > Indeed i joined forces with the Emitro

Re: Gwt4Titanium Mobile 1.1.0 Preview: Introducing DevMode

2011-09-07 Thread Gal Dolber
now is a good deal! Great job! On Wed, Sep 7, 2011 at 7:26 PM, Alain Ekambi wrote: > Hello folks, > Some days ago we introduced * Gwt4Titanium Mobile*, which aims to give > developers the ability to write* native mobile applications* for Android > and IOS > by leveraging *GWT* and the* Appcel

Re: TextShadow won't apply

2011-09-07 Thread Gal Dolber
that should work, why don't you use myLabel.getElement().getStyle().setProperty("textShadow", "...") ? On Wed, Sep 7, 2011 at 10:54 PM, Evan Ruff wrote: > I think I might be going crazy. I have a Label element. I'm trying to apply > a simple text shadow using: > > myLabel.getElement().getStyle()

Re: TextShadow won't apply

2011-09-07 Thread Gal Dolber
never mind... On Thu, Sep 8, 2011 at 1:55 AM, Gal Dolber wrote: > that should work, > why don't you use myLabel.getElement().getStyle().setProperty("textShadow", > "...") ? > > > On Wed, Sep 7, 2011 at 10:54 PM, Evan Ruff wrote: > >> I think

Re: Template Alternatives to UiBinder?

2011-09-09 Thread Gal Dolber
I am experimenting with Google Clousure Templates http://code.google.com/closure/templates/. Exploring their source code I realized that they support compilation to Java, so you can compile your closure templates to java and use them with gwt On Fri, Sep 9, 2011 at 8:15 AM, Tom Carchrae wrote:

Re: scalable server backend for browser games

2011-09-09 Thread Gal Dolber
Checkout http://code.google.com/appengine/ and http://aws.amazon.com/ec2/ On Fri, Sep 9, 2011 at 2:36 PM, Karel wrote: > Hey guys, > > I'm currently investigating the possibilities of using GWT to develop > a facebook browser game. The client should pose no problem; the main > issue here seems t

Using last snapshot from maven?

2012-02-25 Thread Gal Dolber
Hi, I just added maven support to a project that was using gwt from trunk, and as I moved back to gwt 2.4 I noticed a huge slow down on compilation and dev mode. I guess is because of the generators caching framework thats not available on 2.4, but I'm not really sure. Anyway, is there any reposito

Re: Am I the only one who´s missing GWT on the new Google Developers Page?

2012-03-20 Thread Gal Dolber
I guess they are still moving everything there, Google Maps just got there Google Plus Post and I hope GWT is on the way.. You people keep looking for signals that GWT is dying.. its starting to be annoying, you just need to foll

Re: GWT and how to make them better.

2012-03-30 Thread Gal Dolber
Hi Bogo, Finally decided to get JRebel, but I'm getting this exception: java.lang.ClassCastException: com.google.gwt.dev.javac.CompilationState cannot be cast to org.zeroturnaround.jrebel.integration.gwt.cbp.CompilationStateInterface Does JRebel support gwt trunk? or only the last stable versio

Re: GWT and how to make them better.

2012-03-30 Thread Gal Dolber
enerate it (I spend a lot of time working on ui.xml files) Gwt trunk support will be also cool to have. I may sound like I'm complaining, but I'm amazed... the server side alone already worth my money. Keep up the good work! On Fri, Mar 30, 2012 at 10:32 PM, Gal Dolber wrote: &g

Re: Source maps

2012-04-01 Thread Gal Dolber
got exited for a minute... its not there yet, I'm checking out trunk everyday hoping to see SuperDraftMode and SourceMap commited On Sun, Apr 1, 2012 at 7:20 AM, Andrea Boscolo wrote: > Are you sure the whole machinery is already available in the public > (trunk) repo? I thought it's not. > > ht

Re: Source maps

2012-04-01 Thread Gal Dolber
oh, my mistake, it seems SourceMap is there.. are you using trunk? On Sun, Apr 1, 2012 at 12:31 PM, Gal Dolber wrote: > got exited for a minute... its not there yet, I'm checking out trunk > everyday hoping to see SuperDraftMode and SourceMap commited > > > On Sun, Ap

Re: Automatically generating GWT web pages

2012-04-21 Thread Gal Dolber
GWT have its own generators system you can use, also it allows you to use any template engine. Here's an example: http://francisshanahan.com/index.php/2010/a-simple-gwt-generator-example/ Or just google for "GWT generator" On Sat, Apr 21, 2012 at 6:35 AM, vanessa vanessa wrote: > > Hello every

Re: Firefox 12 release

2012-04-24 Thread Gal Dolber
Fuck that, someone send a death threat to Ray Cromwell to release the super draft mode! .. just joking (not really) On Tue, Apr 24, 2012 at 4:46 PM, James Wendel wrote: > I'm well aware of the other threads that exist. But these thread > tends

Re: Whole app as one big transmission

2012-05-02 Thread Gal Dolber
https://developers.google.com/web-toolkit/doc/latest/DevGuideCodeSplitting On Wed, May 2, 2012 at 5:38 PM, Blake McBride wrote: > Greetings, > > Unless I misunderstand something, I just found out that GWT apps get > transmitted to, and treated by, the client as a single web page - albeit > with

Anyone using gwt-rpc over websockets?

2012-05-04 Thread Gal Dolber
Found http://code.google.com/p/gwt-websocketrpc/ and https://github.com/Atmosphere/atmosphere The first one only works with jetty and atmosphere looks good but I was only able to get working long pull, no websockets. Anyone had better luck? -- Guit: beautiful gwt applications https://github.com

SuperDevMode and GwtGenerators

2012-06-07 Thread Gal Dolber
Are IncrementalGenerators working on the SuperDevMode? I'm trying to make my gwt generators cacheable, and everything is working on DevMode, but when running on SuperDevMode context.isGeneratorResultCachingEnabled() is always false. Right now the biggest project I have is taking 35s to refresh on

Re: mgwt 1.1.0 got released

2012-06-17 Thread Gal Dolber
looks great, thanks! On Sun, Jun 17, 2012 at 4:50 PM, Juan Pablo Gardella < gardellajuanpa...@gmail.com> wrote: > Wow great work!! > > 2012/6/17 Daniel Kurka : > > mgwt 1.1 just got released. Check out my blog post about whats new: > > http://blog.daniel-kurka.de/2012/06/mgwt-11-released.html > >

Re: Using Super Dev Mode on mobile devices

2012-07-05 Thread Gal Dolber
Just when I needed it! thanks!! On Thu, Jul 5, 2012 at 2:25 PM, Daniel Kurka wrote: > Hi Everyone, > > I just had the time to write a blog post on how to use Super Dev Mode > on mobile devices: > > http://blog.daniel-kurka.de/2012/07/mgwt-super-dev-mode.html > > Feel free to leave any suggestion

Re: DevMode for Firefox 14

2012-07-19 Thread Gal Dolber
The Chrome plugin has been broken for a long time and for FF just disable automatic updates and update manually when the plugin gets updated. Also now there's superdevmode, that unless your project is really big works really good, in every browser and I'm even using it on the iPad. Complaining ev

Re: Submitting a FormPanel affect "back button" support

2012-07-24 Thread Gal Dolber
I had the same problem. After the upload is complete, remove the formpanel from the screen (removeFromParent). IOW only show the FileUpload when needed. On Wed, Jul 25, 2012 at 12:42 AM, Juan Pablo Gardella < gardellajuanpa...@gmail.com> wrote: > Hi, > > I see http://code.google.com/p/google-web-

Re: Google flight field

2012-07-25 Thread Gal Dolber
Its just a div with a datebox, 2 buttons and a bunch of css to make it pretty On Wed, Jul 25, 2012 at 5:47 PM, Twentyseven wrote: > Hello, > > I've seen that the Google Flight page is made using GWT ( > https://www.google.com/flights/). > I find the text field, date field, ... with t

Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-12 Thread Gal Dolber
Great news! thanks to all the team for all the work on SDM, did the migration to 2.7 last week, brought me the smile again while working with GWT. On Sun, Oct 12, 2014 at 5:35 AM, Thomas Broyer wrote: > Hi all, > > If you're using 2.7.0-SNAPSHOT, your build might start failing as of today > as w

SDM incremental compiles and generators

2014-10-14 Thread Gal Dolber
I noticed that SDM incremental compiles are always running gwt generators. I'm using gin and all my controllers have a reference to the gin injector. After the SDM gets to the injector it goes on to regenerate all my presenters and most dependencies. My minimal refresh time right now is 13s, When t

Re: SDM incremental compiles and generators

2014-10-14 Thread Gal Dolber
That looks promising! On Tue, Oct 14, 2014 at 4:11 PM, Jens wrote: > As a developer probably not. There are commits in GWT to improve recompile > times when generators run that produce lots of output, e.g. > https://gwt.googlesource.com/gwt/+/11b1cdcf38cacbccfb64e55bcd3a949b61528436 > > In our a

Re: SDM incremental compiles and generators

2014-10-14 Thread Gal Dolber
Oh, its an old change On Tue, Oct 14, 2014 at 4:22 PM, Gal Dolber wrote: > That looks promising! > > On Tue, Oct 14, 2014 at 4:11 PM, Jens wrote: > >> As a developer probably not. There are commits in GWT to improve >> recompile times when generators run that pro

Re: SDM incremental compiles and generators

2014-10-15 Thread Gal Dolber
I kept digging on this issue. I was wrong before, its not that the presenters reference the injector, the problem is that on every recompile gwt add the entry point and trace all the reachable classes on the project. My entry point has the reference to the injector and my injector has a reference t

Re: too much code: GWT Development with Activities and Places

2011-09-25 Thread Gal Dolber
I also agree, but I don't think google is responsable for improving the user framework on gwt. It is great that they put together uibinder, gwt-rpc, the editors framework and other goodies, but its your choice to use them or not. I am personally happy with a strong gwt core, and that just keep get

Re: twitter4j + GWT

2011-09-28 Thread Gal Dolber
I don't think twitter4j works on gwt. I use this http://code.google.com/p/gwt-rest-client/ to call twitter from gwt On Wed, Sep 28, 2011 at 11:50 PM, Bruno Sandivilli < bruno.sandivi...@gmail.com> wrote: > Anyone can help me with this? I want to have an ouath twitter application > based on on GW

Re: Inviting you to NEXT interfaces (GWT Touch framework)

2011-10-04 Thread Gal Dolber
Looks and works amazing! good job! On Tue, Oct 4, 2011 at 9:38 AM, Thomas Broyer wrote: > Er, "native looking"? really? looks to me rather like iPhone-looking. > > (I'm by no mean criticizing your technical work, it's just that I launched > the demo on my Android and it doesn't look "native" at

Re: Convert Java bean Object to JSON in GWT 2.4

2011-10-12 Thread Gal Dolber
here's another nice project http://code.google.com/p/piriti/ to use on the client side On Wed, Oct 12, 2011 at 7:38 PM, Tomasz Gawel wrote: > As to JSON: > Have you tried Google GSON library ? http://code.google.com/p/google-gson/ > > And second question: > Do you really need JSON? > RequestFact

AtUnit: Easy Java unit tests with mocks (JMock or EasyMock) and dependency injection (Spring or Guice)

2011-10-19 Thread Gal Dolber
Hi all, This is just a little post to share this awesome project http://code.google.com/p/atunit/ (from logan.johnson) I found a few months ago. Anyone using guice/gin should try it! Regards -- Guit: Elegant, beautiful, modular and *production ready* gwt applications. http://code.google.com/p

Re: why does the HTML widget do not have a "name" attribute?

2011-10-20 Thread Gal Dolber
The HTML widget is implemented with a div.. so there's no reason to set a name... If you still want to set the name attribute to it: htmlWidget.getElement().setAttribute("name", "SomeName"); On Fri, Oct 21, 2011 at 12:23 AM, wahaha wrote: > can you more clearly? > > On Oct 20, 4:27 pm, Thomas B

Re: why does the HTML widget do not have a "name" attribute?

2011-10-20 Thread Gal Dolber
OMG On Fri, Oct 21, 2011 at 1:05 AM, wahaha wrote: > and the Label widget do not have a "name" attribute too,why?? > > On Oct 21, 11:23 am, wahaha wrote: > > can you more clearly? > > > > On Oct 20, 4:27 pm, Thomas Broyer wrote: > > > > > > > > > > > > > > > > > Why would it? > > -- > You

Re: The new GMail layout

2011-10-21 Thread Gal Dolber
Gmail does not use gwt but http://code.google.com/closure/ Don't use GWT because Google made it and use it in some projects.. decide by yourself if is a good fit for your needs or not. I didn't use Closure, but I'm sure its a great project. If you're not sure with gwt you should definitely try Clo

Re: can we control what element will build in widget?

2011-10-23 Thread Gal Dolber
You cannot change the element a widget uses internally. If you are looking for span implementations(instead of div) you can use: InlineLabel, InlineHTML Otherwise you can create your own widgets, checkout the source code of HTML or Label, its not hard to do. Regards On Sun, Oct 23, 2011 at 10:1

Re: Google Plugin for Eclipse (GPE) is Now Open Source

2011-11-16 Thread Gal Dolber
sooo nice to hear! thanks!! On Wed, Nov 16, 2011 at 6:52 PM, Eric Clayberg (Google) wrote: > A nice follow-up... > > > http://community.jboss.org/en/tools/blog/2011/11/16/thoughts-on-google-eclipse-plugins-going-open-source > > -- > You received this message because you are subscribed to the Goo

Re: Different GWT compilation from Eclipse and command line

2011-11-16 Thread Gal Dolber
I'm compiling projects using gwt trunk from ant without problem this is my base ant script http://pastebin.com/prRQEETz and this is how I extend it for each project http://pastebin.com/t7RLmd29 the script asume you are using lombok and it support annotation processors, but you should be able to

Re: CSS generator in GWT

2011-11-19 Thread Gal Dolber
I propuse something similar a time ago http://code.google.com/p/google-web-toolkit/issues/detail?id=5301&can=4&colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars On Sat, Nov 19, 2011 at 7:32 AM, emerix wrote: > Hello, > > I was wondering if there was a way to generate CSS code wit

Re: a mistake when set backgroun-color value

2011-11-27 Thread Gal Dolber
try with backgroundColor, also you don't need to use static methods hp.getElement().getStyle().setBackgroundColor("red"); On Mon, Nov 28, 2011 at 12:44 AM, wahaha wrote: > i write these code : > > >

Nice post about GWT

2011-12-08 Thread Gal Dolber
http://blog.oio.de/2011/12/08/future-of-gwt-and-gwt-2-5/ Its not mine, but it worth sharing -- Guit: Elegant, beautiful, modular and *production ready* gwt applications. http://code.google.com/p/guit/ -- You received this message because you are subscribed to the Google Groups "Google Web To

Re: GWT Developer Plugin for Firefox 9

2011-12-22 Thread Gal Dolber
thanks Alan! On Thu, Dec 22, 2011 at 9:29 AM, Alan Leung wrote: > Alright, FF9 tested on all OS. Let me know if you run into any problems. > > http://www.mediafire.com/?831pp1kk5p8kgjd > > -Alan > > On Thu, Dec 22, 2011 at 12:17 PM, Juan Pablo Gardella < > gardellajuanpa...@gmail.com> wrote: > >

Re: Cocoa like UI API for GW

2011-12-24 Thread Gal Dolber
I think its more about extracting the styles from Cappuccino. Personally, I stay away from widget libraries On Sat, Dec 24, 2011 at 10:42 AM, Stefan Ollinger wrote: > Do you plan to add UiBinder and GWT Designer support? > > Stefan > > Am 23.12.2011 21:10, schrieb cbruno: > >> I am currently buil

Issues with -XdisableClassMetadata and -XdisableCastChecking

2012-01-04 Thread Gal Dolber
Hi, After making some random changes to a project it stopped working on chrome (only the compiled version and only when compiling obfuscated). Pretty hard to debug, and I actually never found the problem. It occurred to me to disable the compilation flags -XdisableClassMetadata and -XdisableCastCh

Re: Preload web pages

2012-01-06 Thread Gal Dolber
You could use this project http://code.google.com/p/wkhtmltopdf/ It uses webkit to render a site as pdf or as an image. I have never used the image part but the pdf rending is great On Fri, Jan 6, 2012 at 12:23 PM, Adolfo Panizo Touzon < adolfo.pan...@gmail.com> wrote: > Hi, > > I want to create

Re: Preload web pages

2012-01-06 Thread Gal Dolber
I've seen fast, but I think the basic use of this framework is to generate > the pdf/img in the cmd and then include this img/pdf inside your app... In > my case this task is so heavy because I have a big DB... > > Any ideas? > > Thank you so much for your response. > > Ado

Re: Invoking C++ programs on the client-side

2012-01-25 Thread Gal Dolber
You could check out this project http://code.google.com/p/nativeclient/ On Wed, Jan 25, 2012 at 6:34 PM, mmorckos wrote: > Hello, > > I'm building a distributed system and I'd like to try GWT to build the > client-side. > > I need the user to have a speech-based input. I'm using a C/C++ based >

Re: GWT Compilation Time Performance Improvement

2012-09-04 Thread Gal Dolber
You could also move the compilation process to a bigger machine on the cloud and then if you need to run the compiled site locally do a script to download the content. That improved a lot the compilation time for me. You can also try doing distributed builds (I personally never tried), but here ar

Re: Use Elemental to optionally generate HTML on the server?

2012-10-10 Thread Gal Dolber
I'm also very much interested in this. You can get Elemental to run on pure Java, but it will take a lot of work. Before Elemental came out I did a very similar DOM abstraction and wrote a pure Java implementation for it as well, to get the tests running. Implementing a java version of Elemental s

Re: Interface vs implementation

2012-11-25 Thread Gal Dolber
As I understand that only applies to gwt-rpc On Saturday, November 24, 2012, shippi wrote: > Hi! > > I am aware of the fact that the GWT best practices are slightly different > from the regular java recommendations. There is one question i would like > to clarify. I am > aware of the fact that

<    1   2   3   4