Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?
I would like to know, what are the *obstacles* for you as *Java developers* not using *Java as programming language for writing Web browser apps*. Web browser apps are client-side and *not server-side* Web apps. - Open discussion at https://bit.ly/HackerNewsTypeScriptJavaGWT - Article at https://bit.ly/TypeScriptVsJavaGWT I would like to know from you... Java developers... Thanks, Lofi -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/b099f262-5a83-4a1e-83d8-5cc6ef336e53n%40googlegroups.com.
Do browser permutations matter with JsInterop?
If I am using JsInterop and Elemental2 rather than the legacy GWT classes for DOM manipulations, event registration, etc. do I still need to compile permutations for various browsers? Or will different browser permutations essentially compile to the same thing? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/e10b7f93-1c36-46f4-a5bd-373241975632n%40googlegroups.com.
build sdbg and install in eclipse
Does anyone build their own sdbg and use it in eclipse? Would it be as easy as building it and installing it in eclipse as an archive or should I expect dependency hell? The issue I face is when eclipse updated to 2020‑09 R, debugging stopped working with a NoClassDefFoundError: javax/xml/bind/DatatypeConverter that is related to java 11 I believe. While I don't have java 11 installed, it seems the update added a package for java 12 support and I don't know but removing that support seems to cause the google appengine server to not start. Anyway, the DatatypeConverter being related to Java 11 is here: https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j And SDGB solving this by adding Java 11 support is here: https://github.com/sdbg/sdbg/issues/161 Shawn Note: I'm using Google Cloud Tools for Eclipse 1.8.3 and GWT Eclipse Plugin 3.0.0 -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/0bdad62b-d635-42d9-93a3-75681e072c87n%40googlegroups.com.