Thanks for your reply. Just look the link you are given briefly, UFace is a great idea.
I guess in this forum, there are lot of discussions about what's the best widget library to build the application on. Personally, I ever used ExtGWT, because my colleagues are using ExtJS in their .NET project, and this can provide the similar look & Feel. SmartGWT also provides very creative and unique features. But the real problem we are facing may be: if we commit to a framework, it's very hard to switch to the other one (at least in the same project different versions). I'm not go through details about UFace, and I guess it can help on this? GDE contains two parts: GDE Core, which contains launchers, project natures definitions (same as all other PDE plug-ins), and in the other side, there are couple of plugins (maybe more in future), which provides definition of extension points, and key implementation like workbench (i'm trying to implement in the same way as current PDE did). Currently, when I'm thinking about porting perspectives, viewparts and layouts, it's a great challenge to find a way out, actually, what I'm currently doing is giving a very simple implementation (the com.softao.ming.gwt.ui plug-in is just for completeness of the framework, it's in very early stage). Will looking into UFace. Dop On Feb 3, 11:53 pm, Tom Schindl <[email protected]> wrote: > Hi, > > Amazing stuff. If you now put this together with the E4 efforts of > providing an SWT-Port for GWT and/or by using the UFaceKit [1] project > we are working on (we are just restarting with a GWT-Implementation) > this is going to be a nice thing. > > Did you ever thought to join the E4-Project (we are developing the next > generation of Eclipse-IDE and RCP there)? It would be interesting to > hear your expertise knowledge on GWT-stuff. > > Tom > > [1]http://wiki.eclipse.org/UFaceKit > > Dop Sun schrieb: > > > Hi, just wraps up my GWT Development Environment (GDE) into binaries, > > and put under google code. > > > In short, GDE provides tools to create, develop, test, debug, build > > and deploy GWT plug-ins, based on Eclipse/ PDE technologies (similar > > to PDE? actually, I copied from the statements of PDE. :$) > > > Technically, GDE utilizes PDE platform, and enables GWT developers > > create plug-ins, which can be compiled, deployed in GWT framework. > > > If you are familiar with PDE/ RCP development, you will like to define > > perspectives, views, extension points, and or extensions, GDE enables > > you to do the same thing for GWT framework. > > > Key Points: > > * RCP like create, develop, test, debug experience > > * Compatible with existing PDE plugins > > * Based on Eclipse/ PDE platform > > > Here is a short article about the GDE: > >http://code.google.com/p/ming-gde/wiki/MingGDEVision?ts=1233673890&up... > > > Looking forward your comments, suggestions and feedbacks. > > > Thanks > > Dop --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
