Java
-
All about Finals
A variable can be declared final. A final variable may only be assigned to once. It is a compile-time error…
Read More » -
Big Data Ingestion: Flume, Kafka and NiFi
Preliminaries When building Big Data pipelines, we need to think on how to ingest the Volume, Variety and Velocity of…
Read More » -
The Best Java Developer Tools for Testing and Integration
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -
Vaadin Tip: building UIs declaratively
If you have used GWT, then you would have probably found UiBinder quite useful to design complex UIs. In our…
Read More » -
GWT HTTP requests alternatives
For several reasons, many GWT users ditched the RPC mechanism which is the standard way offered by GWT to call…
Read More » -
Serializing/Deserializing Json in GWT
JSON & GWT There was recently an interesting discussion in GWT Users group about best practices for serializing/deserializing JSON in…
Read More » -
Progressive Web apps recipes for GWT
Progressive or not progressive… If you have been designing or developing web applications for a while, you would have probably…
Read More » -
Overview of Scala.js from a GWT developer perspective
This blog is heavily biased towards GWT (and GWT based frameworks), but we are keeping in my mind that GWT…
Read More » -
Dependency injection in GWT using Dagger 2
Dependency injection is a software development concept where objects are provided with all the objects or values than they need…
Read More »