gwt
Understanding Creation of GWT Serialization Policy Files (.gwt.rpc)
Today I deep-dived a bit into how GWT creates and reads Serialization Policy files. These are the .gwt.rpc files which are generated beside the JavaScript files for GWT modules. Chiefly, I learned two things: * The .gwt.rpc files are only used by the server. The client never reads them.