Re: Convert Existing GWT Backend to SPRING BOOT

2023-10-16 Thread Leon
Hey Eric, I did this and it worked out of the box; @Override protected SerializationPolicy doGetSerializationPolicy(HttpServletRequest request, String moduleBaseURL, String strongName) { try { return SerializationPolicyLoader.loadFromStream(new

Re: Convert Existing GWT Backend to SPRING BOOT

2023-10-16 Thread 'Eric Dufresne' via GWT Users
Hi! Were you successful in building out a JAR using spring boot while still using GWT RPC? I am on the last step of getting the `.gwt.rpc` files in the right place but I still get serialization errors saying the serialization policy files are missing. For the override you did: @Override