upgrade GWT 2.0.4 to 2.1

2010-10-28 Thread tamsler
I wasn't able to find any documentation for upgrading GWT 2.0.4 to 2.1. Is the new version fully backwards compatible? -- Thomas -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-17 Thread tamsler
+1 DataGrid On Dec 16, 12:01 pm, Bruce Johnson br...@google.com wrote: Working on a draft one. What do folks here think is important? On Wed, Dec 16, 2009 at 7:42 AM, tfreitas tfrei...@gmail.com wrote: What about roadmap? --

Re: Will Google Plugin for Eclipse lineup with Eclipse Galileo Release ?

2009-06-25 Thread tamsler
+1 On Jun 25, 10:50 am, Savio Grossi savio.gro...@powerlogic.com.br wrote: +1 wainting for Google Plugin for Eclipse 3.5 Gallileo (for Linux-GTK) Thanks On Thu, Jun 25, 2009 at 4:33 AM, lgdito lgd...@googlemail.com wrote: I´m also waiting for Google eclipse Plugin for Eclipse 3.5

Re: Preventing JavaScript Injection cient/server side solutions

2009-06-15 Thread tamsler
to detect html script tags. Best, -- Thomas On Jun 11, 4:18 pm, tamsler tams...@gmail.com wrote: I am trying to figure out what the best way is to handle JavaScript injection cases. Since any client side input validation handling doesn't truly prevent one from injecting JS such as using tools

Re: Preventing JavaScript Injection cient/server side solutions

2009-06-15 Thread tamsler
In my opinion, the optimal solution would enable a validation framework on top of the RPC infrastructure so that user can declare the validation/filter properties. Following an AOP approach to deal with such concerns. -- Thomas On Jun 15, 9:32 pm, Dean S. Jones deansjo...@gmail.com wrote: Such

Re: Preventing JavaScript Injection cient/server side solutions

2009-06-12 Thread tamsler
solutions exists at that end. -- Thomas On Jun 11, 5:20 pm, Jeff Chimene jchim...@gmail.com wrote: On 06/11/2009 04:18 PM, tamsler wrote: I am trying to figure out what the best way is to handle JavaScript injection cases. Since any client side input validation handling doesn't truly prevent one

Preventing JavaScript Injection cient/server side solutions

2009-06-11 Thread tamsler
I am trying to figure out what the best way is to handle JavaScript injection cases. Since any client side input validation handling doesn't truly prevent one from injecting JS such as using tools like Firebug to re-post RPC calls etc. I am wondering if anybody has attempted to intercept JS