Skip to main content

Posts

Articles in Medium

I move my articles to Medium: https://lofidewanto.medium.com  Enjoy!
Recent posts

Learn Once Use Everywhere: Using JavaScript APIs in Java for Web Browser

Last time we saw how we can reuse our Java code in JavaScript from my article “ Web Browser Programming in Java ”. Today we’ll take a look on how we could call the JavaScript APIs, web apps and frameworks from our Java code and at the end to transpile them back to JavaScript so that it will be runnable on the web browser. My new article about GWT / J2CL Transpile - Java and JavaScript: Roundtrip Java to JavaScript and go back to Java: https://bit.ly/WebBrowserGWTJsInteropNative .  Enjoy!