Hi Litty, I would recommend introducing example Ext widgets to replace some of your own GWT widgets in a test version of your current project and see what happens. When I tried this I found:
Upsides: undeniably beautiful widgets, layouts, lovely buttons etc, their paging table implementation. Downsides: Ext took control of my CSS, significantly slowed down my application, forced me into their event model, layouts etc. If you need to build a traditional windows style desktop application, then it would take considerable effort to emulate Ext widgets. If on the other hand your users are happy with a more web style approach to UI L&F, then I think your application will work much faster in straight GWT and put you in more control of it. What I don't think you can do (at least it didn't seem so to me) is just drop a single Ext widget into a GWT app without significant repercussions. Ext is a big JS library. regards gregor On Nov 13, 4:33 pm, Litty Preeth <[EMAIL PROTECTED]> wrote: > Hi, > > I am using simple GWT in my current project. I wanted to use some GWT- > EXT widgets also. Can anybody tell me if there is anything to take > care of when integrating GWT-EXT also to a current GWT project? Are > there any clashes which might occur? > > Thnx n Regards, > Litty Preeth --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
