Introduction to scalatags in Scala.js

scalatags is a Scala library that allows generating dom parts or snippets in a functional style. In the same spirit as Elemento for GWT, scalatags's goal is to interact with the dom using...

Read more >

Introduction to Kotlin (to) JavaScript

Kotlin is a JVM language that borrows from Scala in an attempt to improve Java. In contrast to Java and Scala (GWT and Scala.js), in which the to-JavaScript compiler is an independent framework, Kotlin provides a to-JavaScript compiler as an integral part of its compiler...

Read more >

Reactive GWT

Reactive programming’s popularity has tremendously grown over the last 4 or 5 years. This can tell us that the use case of reactive applications is now valid more than ever. The strain on backend systems has increased and accordingly the need to handle this strain...

Read more >

Working with JSON in Scala.js

Working with JSON is almost inevitable regardless of the environment. In this post, we will go through different ways of serializing/deserializing (or encoding/decoding as some may call it) objects from/to JSON in Scala.js...

Read more >

Introduction to using Vaadin in Spring Boot

Vaadin's way of doing things rely on server-side rendering, so it can be integrated naturally into frameworks like Spring. Vaadin's has been lying around for a while now, and provides...

Read more >

Developing Web Components in Scala.js

Scala.js is a compiler that allows producing JavaScript from Scala. It focuses on simplicity and the elimination of borders between the source and the destination language so that developers can write JavaScript-like code while benefiting from all the features of Scala...

Read more >

New GWT course available

We are happy to announce the publication of our new Udemy course about GWT and how to use GWT as a complementary framework for leveraging the benefits of Java while working with JavaScript...

Read more >

A walk through the GWT wrapper for Vue.js: vue-gwt

Vue.js is one of the most popular JavaScript frameworks, along with Angular and React. It leverages modern techniques for building front end applications, and can come handy in maintaining apps that require considerable amount of JavaScript and CSS...

Read more >

Some data about 2017, and plans for 2018 !

First of all, we would like to thank the followers of this blog for their input and feedback. We have been doing our efforts to provide quality tutorials / tips about GWT mainly...

Read more >

Goodbye gwt-project-generator!

After watching the community feel for the project for a while, we have decided to shutdown the project. The objective of the project was to provide help with the initial bootstrap of a GWT app...

Read more >