Thursday, December 06, 2007

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 missing thing currently is a 2nd light weight Model-Implementation that works on GWT, I thought about simply providing an Observable implemented ontop of a HashMap. EMF is available and working but I'd like to have a second very light weight implementation which can be used by people not familiar with EMF and only need some GWT related binding.

You can find the project here.

3 comments:

James Strachan said...

Great stuff! :)

Ed Merks said...

Very cool. I hope to get a chance to play with this over the Christmas break...

Tom said...

Ed your workspace is ready there are some minor things I'll have to sort out on the weekend and on monday you can start to hack on the EMF things.