Posts tagged with "rap"

Feb 22nd, 2013

Unit Testing RAP Applications

The latest release of RAP 2.0 is still hot. It also contains some improvements for unit testing as Ralf Sternberg mentioned in one of his blog posts that came along with RAP 2.0. The following post will get you up and running with the first JUnit test in your own RAP project. A user interface written [...]

Leave a Comment
Feb 19th, 2013

Inside the Tabris UI

store

As you may have read in the Tabris 0.11.0 new and noteworthy post, we have created a small UI framework called the “Tabris UI”. In this post I will dive into the details of this framework. Grab a coffee and open your mind . Let’s get started… Background Almost a year ago we released our [...]

6 Comments
Feb 14th, 2013

RAP 2.0 Available on Maven Central

5020665036_958795863c

Hot on the heels of the release of RAP 2.0 the bundles have been uploaded to Maven Central. Time for another coffee break with RAP and Maven. Before you get your coffee grab the updated sample project from GitHub[1]. $ cd /tmp $ git clone git://github.com/eclipsesource/rap-maven-examples.git and trigger the Maven action: $ cd rap-maven-examples/com.eclipsesource.rap.examples.maven $ [...]

Leave a Comment
Feb 11th, 2013

RAP 2.0 Launched Today

RAP 2.0

The Eclipse RAP Project has just launched its long-awaited 2.0 version. With this release, the project has changed its name to “Remote Application Platform” to indicate the transition from a browser platform to a universal platform for remote applications. RAP 2.0 supports alternative clients and has new APIs to distinguish between clients, access client-specific features, and [...]

6 Comments
Feb 11th, 2013

RAP 2.0 Countdown (5/5)

custom

Today’s our big day: RAP 2.0 is being released. Here’s my last post in this RAP 2.0 series. In my first post, I wrote about the new JSON protocol and how it connects the half objects on client and server. The question is, can you leverage this protocol for custom add-ons? You can, using the [...]

4 Comments
Feb 8th, 2013

RAP 2.0 Countdown (4/5)

Server Push

While we are waiting for the RAP 2.0 release to be published on Monday, I’m introducing you to the most important changes in this major release. For today, I’ve picked a slightly trickier part of RAP: the server push. RAP has built-in server push support, and a brand new push API in 2.0. Let me [...]

Leave a Comment
Feb 6th, 2013

RAP 2.0 Countdown (3/5)

Client Services

RAP 2.0 is approaching and I want to explain the most important changes in this short blog series. The key innovation of RAP 2.0 is its support for alternative clients. Today I’d like to introduce you to the new Client API that lets you find out which client is currently connected. This interface can also [...]

Leave a Comment
Feb 4th, 2013

RAP 2.0 Countdown (2/5)

RAP API

There’s only one week to go until the RAP 2.0 release. In this short blog series, I’d like to introduce you to the most important changes. Besides the new protocol, the main theme in RAP 2.0 is the consolidation of our APIs. After six years of RAP 1.x, it was time for a cleanup. In this [...]

1 Comment
Feb 1st, 2013

RAP 2.0 Countdown (1/5)

Half Objects

After more than six years of RAP 1.x, we will release version 2.0 on February 11. As the version number suggests, there are some substantial changes in this release. During the last few days before the release, I will guide you through the most important changes in RAP 2.0. It’s not so much about new [...]

2 Comments