Posts tagged with "riena"
Introducing the Eclipse RTP Project
Today’s a great day. The Eclipse Foundation accepted the proposal for the RTP Project. RTP stands for Runtime Packaging. And here’s what it’s all about. Marcus Baker wrote an article called “Install Me“, which was published in the book “97 things a programmer should know“. On two pages he shows the reader exactly how important [...]
Last week in Riena: 3.0 announced, Web support, ESE talks
Here are three recent developments from Eclipse Riena, that you may otherwise have missed: • Version 3.0 announced – we have updated the development plan, skipping the 2.1 release and shooting straight for a 3.0 release next June (Eclipse Indigo). While we strive to keep the bulk of the APIs unchanged, this move will grant us [...]
Error marker for SWT table rows – easy as pie
Here’s a nice addition to Riena’s TableRidget: you can now mark a table-row as incorrect. This is done with an RowErrorMessageMarker. When hovering over the marked row, the corresponding error message will be shown in a tooltip. IMarker marker = new RowErrorMessageMarker("An error message...", zorro); tableRidget.addMarker(marker); // to remove: tableRidget.removeMarker(marker); Full snippet here. This is [...]
Riena meets Eclipse RAP, goes to Browser
I’ve spend the last few days adjusting the Ridget layer in Riena, to make it work with Eclipse RAP and Eclipse RCP. We call this process “single-sourcing” (EclipseCon tutorial). Ridgets wrap around standard SWT / RWT controls to provide additional functionality and a better API. One example that you can see below: Ridgets have “markers”, which [...]
redView at EclipseSource
We recently had a workshop on redView with the developers of the project, probably many of you know ekke. We wanted to evaluate it and gain a better understanding if we could use it in the context of a project in the insurance space. redView looks pretty promising, and although personally I am not a [...]
5 new things in Riena 2.0 M5 (just shipped)
We proudly present Riena 2.0 M5 – the first release in the 2.0 stream. As you can see by the long New & Noteworthy, we have been very active in last six weeks. Read on for my five favorite new things: 1. Pluggable Marker Decorations The new BorderMarkerSupport draws red-borders around a widget and replaces [...]
Eclipse Riena 1.2.0.M3 shipped – releasing in December
We Riena committers smoothly shipped a fresh Riena Milestone last Friday, this time 1.2.0.M3 (download). Here’s the New & Noteworthy and the list of resolved items. For the curious, here is the schedule leading towards the December release: 12/04 – 1.2.0 RC1 12/11 – 1.2.0 RC2 12/15 – 1.2.0 After that the work will start [...]
Riena at the Eclipse Summit Europe
If you are at the Eclipse Summit Europe this week, here are some interesting talks about the work going on in and around Eclipse Riena: * Eclipse RunTime Tutorial, Tue 9:00-12:00, Seminarräume 2-4 – This tutorial connects the dots between different runtime technologies, such as Equinox, Riena, RAP and EclipseLink * Eclipse Riena Project – Overview [...]
Eclipse Riena 1.2.0.M2 released
The Riena committers have just done it again: Riena 1.2.0.M2 is now out the door (download). Here’s the New & Noteworthy and the issues fixed in this milestone. Read on for my personal favorites: New ridgets: ILinkRidget, IBrowserRidget, ITraverseRidget (for SWT’s Slider, Scale and Spinner widgets). Thanks to Florian from Redview for these contributions (snippets) IComboRidget [...]







