[gwt-contrib] Re: How to serialize client side objects to string?

2010-05-03 Thread mmoossen
i thought i was subscribed to lombardi dev channel, but i was not :( but now i am, at least i hope so ;) thanks for the ref Michael On May 3, 11:34 am, Thomas Broyer wrote: > On May 3, 10:32 am, mmoossen wrote: > > > i got it working > > > the problem

[gwt-contrib] Re: How to serialize client side objects to string?

2010-05-03 Thread mmoossen
?? thanks Michael On Apr 29, 3:56 pm, mmoossen wrote: > please, somebody help! > > thanks > Michael > > On Apr 27, 2:54 pm, mmoossen wrote: > > > > > Dear all! > > > i tried the described RPC prefetching mechanism and i am facing one > > probl

[gwt-contrib] Re: How to serialize client side objects to string?

2010-04-29 Thread mmoossen
please, somebody help! thanks Michael On Apr 27, 2:54 pm, mmoossen wrote: > Dear all! > > i tried the described RPC prefetching mechanism and i am facing one > problem: > > first, on the server-side to serialize/RPC.encode(...) i need the > serialization policy, but i ne

[gwt-contrib] Re: How to serialize client side objects to string?

2010-04-27 Thread mmoossen
ted. thanks Michael On Apr 26, 7:55 pm, mmoossen wrote: > Hi, thomas! > > good hint that RPC prefetching method... i was using json for that, > but with this method i can skip the java to json conversion, cool ;) > > thanks for sharing > Michael > > --http://groups.googl

[gwt-contrib] Re: How to serialize client side objects to string?

2010-04-26 Thread mmoossen
Hi, thomas! good hint that RPC prefetching method... i was using json for that, but with this method i can skip the java to json conversion, cool ;) thanks for sharing Michael -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Generated widget markup

2010-03-12 Thread mmoossen
sorry wrong list ;) On Mar 12, 2:17 pm, mmoossen wrote: > Dear all! > > i was surprised, even disappointed, when i realized how GWT (ab)uses > html tables. > For instance the vertical panel and the tree widget ARE html tables. > why it is so?? > should not it be much better

[gwt-contrib] Generated widget markup

2010-03-12 Thread mmoossen
Dear all! i was surprised, even disappointed, when i realized how GWT (ab)uses html tables. For instance the vertical panel and the tree widget ARE html tables. why it is so?? should not it be much better just to use a list of DIVs (or even a UL) for the vertical panel and nested ULs for the tree?

[gwt-contrib] Re: RPC policy files usage?

2010-02-25 Thread mmoossen
dear all! what we do is at compilation time, with ant, to move the policy files to the package of the server side implementation of the service, and to use following loader: /** * We do not want that the server goes to fetch files from the servlet context, so we keep the .gwt.prc files i