Yearly Archives : 2011

Home  >>  2011

Code Centric Trainings with the Samples Manager

On December 1, 2011, Posted by , In Eclipse, By , With 2 Comments

I recently gave a training course on – you guess it – RAP/RWT. And as it seems natural for a training targeted at developers it was very code centric and had many hands-on exercises. For hands-on exercises I find it useful to give a starting point so that tedious steps…

Stress/Load-Testing of Asynchronous HTTP/REST Services with JMeter

On November 28, 2011, Posted by , In Common, By ,,,,, , With 31 Comments

Although I have been using JMeter for stress- and load-testing of web applications a good few times it took us a while to figure out how to test asynchronous HTTP/REST based services with the tool. With us I mean a fellow programmer – Holger Staudacher, I have the honor to…

EclipseCon Europe — RAP Talk On-Line

On November 18, 2011, Posted by , In Eclipse, By ,,,,, , With 2 Comments

The last weeks were very exciting since I could talk about the new RAP OSGi integration feature (see I, II, III) on various occasions. It was amazing to see how the RAP community has evolved over the last years. While in the early days you always had to do the…

Democamp Slides

On November 16, 2011, Posted by , In Eclipse, With 1 Comment

For those who are interested I’ve uploaded the slides of my presentations at the eclipse democamps in bonn and munich. Thanks to Matthias, Jonas and Maximilian for organizing the events and giving me an opportunity to talk about the possibilties given with the new RWT OSGi integration bundle available in…

The RAP Tooling has Offspring

On October 28, 2011, Posted by , In Eclipse, By , , With Comments Off on The RAP Tooling has Offspring

I would like to use the opportunity to point you to a feature of RAP that is around for some time now but has gone almost unnoticed so far. The RAP tooling has grown by yet another launch configuration. With the RWT Application Launcher you can run RWT applications with…

Added Event Page to CodeAffine Website

On October 16, 2011, Posted by , In Common, With Comments Off on Added Event Page to CodeAffine Website

Just a short note that I have introduced a new page in our codeaffine wordpress system to have the possibility to advert upcomming events where we participate and contribute.

RAP/RWT-OSGi Integration III

On October 13, 2011, Posted by , In Eclipse,OSGi, By ,,,,, , With 1 Comment

The previous posts 1 about the new RWT-OSGi integration bundle of RAP 1.5 concentrated on the various possibilities of how to run RWT as Web-UI-Toolkit in OSGi environment. In this post I will discuss some ideas of how to use RWT and OSGi to build dynamic web applications. To do…

RAP/RWT-OSGi Integration II

On October 5, 2011, Posted by , In Eclipse,OSGi, By ,,,, , With 1 Comment

In my last post about the new RWT-OSGi integration bundle of RAP 1.5 I have promised to provide a little example of how to use RWT in combination with the ConfigurationAdmin service of OSGi. In this post I will keep that promise and show how to register RWT applications arbitrarily at…

RAP/RWT-OSGi Integration

On August 26, 2011, Posted by , In Eclipse,OSGi, By ,,,, , With 8 Comments

Motivation During my time as RAP technology lead I took care of some consulting projects using RAP/RCP in single sourcing fashion. Although this approach has proven very powerful to help people to bring their RCP applications to the web, I consider the workbench concept often too cumbersome if you are…

Replacing Hard Coded Processes Using Activiti

On March 15, 2011, Posted by , In Common, With Comments Off on Replacing Hard Coded Processes Using Activiti

A few weeks ago I was put in charge to replace a piece of code in a software product. The code in question was the implementation of several business processes. The hard wired nature of those processes made it difficult for consulting people to customize the software to customer’s requirements….

Refactoring RAP/RWT to Remove Class Variables

On March 10, 2011, Posted by , In Eclipse, With 2 Comments

Lately I have started with the first of a set of RAP refactorings to ease the task of using RWT (RAP Widget Toolkit) as standalone widget library for web applications. With the term “standalone” I do not only refer to the possibility of running RWT in a standard servlet container without…