Real time syncing and offline capabilities using OpenUI5, JsonPatch, XMPP and xxHash

This blog post contains a summary of the Github project here: https://github.com/ManuelB/XMPPJSONPatchSyncModel The OpenUI5 data model uses a node on an XMPP server to synchronize itself to different connected clients. Because of the usage of CRDT (Conflict-free replicated data type) it is easy to build offline capabilities on top of it. The XMPP server requires the Read more about Real time syncing and offline capabilities using OpenUI5, JsonPatch, XMPP and xxHash[…]

Java EE 7 Killer Architecture in 229 lines of code – Wildfly, Olingo, OpenUI5

This blog post will describe a killer Java EE architecture that connects the database through a JPA layer to the client. The client will use OpenUI5 with a OData Model. I coded this whole project in around 2 hours on a sunday. The results are published on github: https://github.com/ManuelB/blueprint Application Code Here is the amount Read more about Java EE 7 Killer Architecture in 229 lines of code – Wildfly, Olingo, OpenUI5[…]

10 Reasons why JavaScript is better than Java

In this blog post I will give 10 reasons why JavaScript is better than Java. 1. Duck typing JavaScript is a dynamically typed languages that makes it easily possible to create mock objects or exchange implementation without the hassle of interfaces. Compared to Java or C# it is a lot easier to write code that Read more about 10 Reasons why JavaScript is better than Java[…]

10 Reasons why Java is better than JavaScript

In this blog post I will explain some features of Java that in my opinion make it better than JavaScript. Later I will also write a blog post “10 Reasons why JavaScript is better than Java” 1. The Java VM is more advanced than the JavaScript VM The first thing is, that there are mulitple Read more about 10 Reasons why Java is better than JavaScript[…]