Hi,

I have seen that a class that is in the shared folder should have
no constructors or a default constructor.

This can create problem for me, because the default constructor
sometime initialize some structures. This initialization then
I think is trashed, because after transfering the object from
server to client, gwt will "iniect" all the values in the object.

There is a way to handle this?

If I for example have a method "init", then i should call it explicity
or using lazy calling in the first method call.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to