While working with GWT and GXT, it occurred to me that there was no equivalent in either to Swing’s Action architecture… So I set myself to implement an equivalent functionality in GXT. The Swing legacy In a word, the action architecture is an implementation of the Command design pattern, with the Action class being an
Continue reading Porting Swing’s Action pattern to GXT (Ext-GWT)
Tag: GXT
Why Ext-GWT MVC is broken
Introducing Ext-GWT Our current project is a GWT project, and we’re using Ext-GWT as a widget library and framework. Ext-GWT (formerly MyGWT) is a “pure” Java/GWT port of the well known Ext-JS JavaScript library, not to be mistaken for gwt-ext, which is a Java/GWT wrapper around Ext-JS… Still following? In short, gwt-ext requires Ext-JS, while
Continue reading Why Ext-GWT MVC is broken