Author Archives: Tom Schindl
UFace – Update
I recognized today that I haven’t blogged about one of my favorite OSS-project (UFace/UFacekit) lately. For those of you who have never heard of this project let me introduce it in a few sentences. UFace or UFacekit has the following … Continue reading
EMF + Databinding – I’m adicted to this stuff
Ed blogged somedays ago about the progress he made makeing EMF available to RAP and J2ME and there are more and more people requesting a simple example project where some EMF-Databinding-Features are shown. I’ve already send some code to the … Continue reading
One month of UFacekit-Development
A month ago James Strachan and I started hacking on a project we named UFacekit. We both faced the need to write datacentric applications for different deployment environments (Desktop (Swing/SWT), GWT (MyGWT/GWT-Ext), …) and we thought there must be an … Continue reading
EclipseCon: I’ll be there
News 1: Just booked my flight and my room at the Hyatt. I’m excited to meet you all. There are so many interesting talks like Steve’s talk about the future of SWT which I’m very interested in because recently the … Continue reading
ed4g – Eclipse Databinding for GWT-Widgets 0.0.1
I finally did it. Based upon the plugins I’ve ported over from Eclipse to compile under GWT I setup a project that provides Observable implementations for GWT and MyGWT widgets but it is open for any other GWT-compatible widget-lib. A … Continue reading
EMF + Databinding + GWT 1.5 – it works
Since the last time I blogged about the on going work to provide Eclipse-Core-Features for users of GWT some time has elapsed so I thought I should give you an update. Ed and Boris jumped on the train and try … Continue reading
More details about Databinding and GWT
I promised in the morning that I’ll blog more details about giving GWT-Developers access to concepts provided by Eclipse. Currently my port provides: – Core-Databinding + PEMF-Observables (for standard values (no lists at the moment))– Support for Perspectives (untested but … Continue reading
Doing RCP-Like programming with GWT
After having spent some time on GWT + Databinding I can now report success on porting over the Core-Databinding framework to GWT with fairly no changes from what is found in the Eclipse-CVS-Repository. But to do real programming in GWT … Continue reading
The marriage of GWT with Eclipse-Technologies
I’m currently on the track to explore GWT and started just this morning with it. The first thing I found missing is something like the Viewers-Concept from JFace. I don’t want to learn new things if the one I’m familiar … Continue reading
Branding for Windows (How to create .ico files automatically)
After some time not having developed for Win32. I today had to brand a small RCP-application and once more completely forgot how to create this “Programm Launcher icon” using opensource tools. So I thought I have to restore this information … Continue reading