Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

gwt-rpc

SerializationException: type not included in serializable type set

December 20, 2023 by Tarik

GWT keeps track of a set of types which can be serialized and sent to the client. your.class.Type apparently was not on this list. Lists like this are stored in .gwt.rpc files. These lists are generated, so editing these lists is probably useless. How these lists are generated is a bit unclear, but you can … Read more

Categories serialization Tags gwt, gwt-rpc, serialization Leave a comment

Should I build a REST backend for GWT application

December 2, 2023 by Tarik

Ask yourself the question: “Will I need to reuse the server-side interface with a non-GWT front-end?” If the answer is “no, I’ll just have a GWT client”: You can use GWT-RPC, and take advantage of the fact that you can use your Java objects both on the server and the client-side. This can also make … Read more

Categories spring Tags gwt, gwt-rpc, rest, spring, spring-mvc Leave a comment

GWT – occasional com.google.gwt.user.client.rpc.SerializationException

July 29, 2023 by Tarik

did you check http://code.google.com/webtoolkit/doc/latest/tutorial/RPC.html#serialize the article says: It has a default (zero argument) constructor with any access modifier (e.g. private Foo(){} will work) I’m allways forgetting zeroargument const. when I am making a serializable object 😀

Categories gwt Tags gwt, gwt-rpc, serializable Leave a comment

GWT and Google Cloud Endpoints

May 9, 2023 by Tarik
Categories google-app-engine Tags google-app-engine, google-cloud-endpoints, gwt-rpc Leave a comment

When should I use RequestFactory vs GWT-RPC?

January 27, 2023 by Tarik

The big difference between GWT RPC and RequestFactory is that the RPC system is “RPC-by-concrete-type” while RequestFactory is “RPC-by-interface”. RPC is more convenient to get started with, because you write fewer lines of code and use the same class on both the client and the server. You might create a Person class with a bunch … Read more

Categories gwt Tags gwt, gwt-rpc, requestfactory Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa