While I am developing Java EE application using GlassFish 4.2 and Netbeans 8.2, I faced many strange behaviors such as
- any Edit any code not reflected to the web although DoS and Cos are enabled in Netbeans, and I have to build and run the application each time
<f:validator binding="#{bean.validator}"/>
sometimes works and sometimes doesn't and many other things
I restarted the GF,NB but nothing, so can any one guide me in such problems?
Note I didn't post the code
as it sometimes work and sometimes doesn't