GEFGWT——GEF的JavaScript版本

今年的EclipseCon Europe上会介绍GEFGWT

http://www.eclipsecon.org/europe2012/sessions/gefgwt-gef-javascript-browser-ipad


GEF is one of the oldest Eclipse projects. When migrating a good old RCP application to the Web or Mobile, the graphical editors are usually very hard to port or rewrite.

We ported GEF to JavaScript using GWT. That way you can reuse most of the Java code and compile your GEF editors to JavaScript. We also made a few extensions to support touch events on mobile devices.

In this talk I explain how the port was done, give you a demo of GEFGWT and explain how you can use it.



这意味着基于GEF的RCP项目可以以较小的代价 port 到web或者手机上,太值得期待了!

在这里可以看一下简单的demo





你可能感兴趣的:(JavaScript,eclipse,Web,application,mobile,events)