How to know strong name of GWT serialization policy at the time of host page generation?
Posted
by Alexander Vasiljev
on Stack Overflow
See other posts from Stack Overflow
or by Alexander Vasiljev
Published on 2009-12-15T11:39:37Z
Indexed on
2010/04/17
4:03 UTC
Read the original article
Hit count: 301
gwt
There is an excellent article describing a way to embed GWT RPC payload into the host page. A key element is missing there is how to know Strong Name of RPC serialization policy at run time.
Strong Name is computed at the compile time, put into the client and obfurscated. Strong name is sent to the server with RPC request as described here. What would you suggest to make this parameter available at the time of host page generation?
© Stack Overflow or respective owner