Re: excluding GWT-DEV.jar from final build?

2020-12-23 Thread lofid...@gmail.com
Like Vassilis said, therefore best practice is to separate the project into 3: - Client-side (Web browser), this is where you transpile the Java2JavaScript. The result is always JS / HTML / CSS. You use here gwt-dev.jar, gwt-user.jar but at the end it doesn't play any role since you

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2020-12-23 Thread Vassilis Virvilis
Hm the thread was about why not using java for frontend development but now has general tips for GWT. The padlet is cool. Thanks for assembling it. My 2c. I have used GWT RPC in the past but I was not happy with it. The main reason was that I couldn't decouple server and client from GWT dependen