Grzegorz, You can use ExtJS without any problems with Stripes. ExtJS is just a JavaScript widget library you can add to any HTML page, both static and server side generated. That means you can use it in you're stripes JSP pages without any problems, just as you uses any other JavaScript library (YUI, JQuery, etc). The only time you need to integrate with Stripes is when you do Ajax calls from JavaScript, for this you can use the Stripes JavaScriptResolution.
GWT-Ext is different, as it's GWT with Ext based widgets. GWT is a 100% JavaScript client side solution and thus has no role for JSP templates. The GWT generated client code can directly and independently contact the backend server via various protocols. I'm not aware of any out of the box Stripes integration, but I guess you could build a JSON resolution for this. kind regards, Karen "Grzegorz Krugly" <[email protected]> wrote in message news:[email protected]... > Has someone experience with using ExtJS along with the Stripes > framework? Would it be possible to use GWT-Ext or Vaadin with Stripes, > or should I just go with ExtJS? Are there any > helpers/plugins/tutorials/books ;) on integrating ExtJS with Stripes? > > Best regards, > Grzegorz > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
