EclipseSource Blogs

Lesen Sie die neusten Blogposts

A Fast and Minimal JSON Parser for Java

Ralf Sternberg
18.04.2013

In the RAP project, reading and writing JSON are critical operations, since the server processes and creates JSON messages for a large number of clients at a high rate. For this reason, we need …

Eclipse 4 (e4) Tutorial: Behavior Annotations

Jonas Helming
18.04.2013

In the last part of my Eclipse 4 (e4) tutorial, I describe details about how to control the parameters injected using the annotations @Inject, @Named and @Optional. These parameters allow you to …

Tabris 1.0 is here!

16.04.2013

Today we are proud to release Tabris 1.0. If you have not followed us so far you probably don’t know what Tabris is. Let me put it in one sentence: Tabris is the first Java-Toolkit for the …

The D.I.Y. RAP Client Construction Kit

Tim Buschtoens
12.04.2013

Since RAP 2.0 has fully implemented the JSON-based RAP Protocol I was eager to test it’s full potential myself. The Tabris clients for Android and iOS already exist and others may follow, but as I’m …

JUnit - the Difference between Practice and @Theory

11.04.2013

Lately a colleague showed me how to improve JUnit tests written for a distance calculator. Speaking with other developers I found out that the majority wasn’t aware of the undocumented @Theories …

Keeping Target Control

Matthias Kempka
05.04.2013

Shortly after you have created your Eclipse-based project, you must choose a target platform. The use of target platform definitions is now widespread but you can define these in several ways, the …