Re: GWT Performace Tips

2011-02-10 Thread Martin Gorostegui
Agree with Pascal. TJ: Maybe you can tell us what your application consists of so that it gets easier to identify and isolate a DOM manipulation performance problem (if this is the case). Does it have some kind of table with lots of elements? or maybe a listbox with lots of entries? For those

Re: [gwt-contrib] Re: Incubator's GlassPanel to GWT trunk

2009-11-23 Thread Martin Gorostegui
Thanks for your answer Thomas. Actually I was interested in having the GlassPanel as a separate widget and with the possibility of applying it to any absolutePanel. I already implemented my own widget for that based on the patch I mentioned before but wanted to know if those features would make it

Re: How do you design your project structure?

2009-02-10 Thread Martin Gorostegui
Hi Rafael, Here's the way I do this: http://dynamicjasper.svn.sourceforge.net/viewvc/dynamicjasper/playground/trunk/src/main/java/ar/com/fdvs/dj/example/client/ Also browsing some big project's repositories may help you with that kind of doubts:

Re: Best image preloading practice?

2009-02-05 Thread Martin Gorostegui
Hi darkflame, I think the best way of (pre)loading images depends on the kind of app you have. I visited the url you shared with us and run a Fiddler2http://www.fiddler2.com/session through it to discover that around 100 requests are fired to get icons, textures, buttons, gradient bars, etc which

Re: GWT with non-Java backend

2008-11-30 Thread Martin Gorostegui
Yes, I´m working with GWT with a PHP backend and I know many people in this list also do that. It is an excellent approach if you can't have a Java backend but want to have all the benefits of GWT (except for the optimised GWT Java RPC). Basically what you should do is instead of using GWT Java