python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Extracting a resource file from library jar, while building the war app
REFACTORING LIKE A SURGEON, SLOWLY SLOWLY
- On my free time, I am trying to refactor a monolith gwt-app into many apps for scaleability purposes.
- The problem is, improvements requets for the activ...

Tugalsan Karabacak
Votes: 0
Answers: 1
Java Serialize / Deserialize JSON
i have a problem during marshalling and serializing JSON to backend.
@Portable
@JsonSerialize(include = JsonSerialize.Inclusion.NON_NULL)
public class PrenotazioneDTO implements Serializable
{
pr...
Stefano
Votes: 0
Answers: 0
GWT super dev mode content security policy
I am getting the following error in my code, in the browser, when I test it in eclipse using super dev mode:
wmsapp.nocache.js:131 Refused to load the script 'http://127.0.0.1:9876/wmsapp/5B051516607B...
Tony B
Votes: 0
Answers: 1
GWT debug eclipse unable to connect to chrome
I am getting the following error when I try to debug my GWT app. I am quite sure it is a problem with my code, I just don't know how to find where the problem is.
My immediate goal is to find and fi...
Tony B
Votes: 0
Answers: 2