[gwt-contrib] Re: DockLayoutPanel

2009-06-27 Thread Cristiano
I think it is reallay interesting: I've been able to realize flexible and fluid layout before passing to use GWT, by using CSS and a combination of properties position: absolute; top:xxx, bottom;xxx, width:xxx etc. and I liked this approach because it does not use tables! In gwt, I've tried to

[gwt-contrib] Injecting instances from generators to generated code.

2009-06-27 Thread Andrés Testi
A common situation using generators is write instantiation code to inject instances of non-generated classes. For example: String newFooExpr(String name){ return new + Foo.class.getName() + ( + name + ); } String initializationExpr(Class? cls, String varName, String expr){ return

[gwt-contrib] Re: Injecting instances from generators to generated code.

2009-06-27 Thread John Tamplin
On Sat, Jun 27, 2009 at 8:57 AM, Andrés Testi andres.a.te...@gmail.comwrote: Since serialization is a way to freeze an object tree for further consumption, such mechanism could be used to inject instances from generators to generated code. For example, being Foo serializable, and having an

[gwt-contrib] Re: SoyLite

2009-06-27 Thread John Tamplin
On Fri, Jun 26, 2009 at 3:20 PM, Lex Spoon sp...@google.com wrote: I've been trying to think of ways to speed up the -soyc option, and here is the result of one attempt. What do people think? The idea is to mimick some aspects of the speedy symbolMaps files. Instead of using the enhanced