View Full Version : GWT-Ext 0.9.1 Released along with improved Showcase examples
sjivan
31 Jul 2007, 1:28 PM
I've released GWT-Ext 0.9.1 along with an improved Showcase. You can now view the source code and data for each demo.
Details here : http://www.jroller.com/sjivan/entry/gwt_ext_0_9_1
Sanjiv
matienzar
8 Aug 2007, 12:01 AM
Hello,
Great job.
I've a few questions related to it.
First, How can I work with remote datasets, if I've entity beans deployed on the server? Is to say, I would like to do this:
GWT-EXT <---- Remote dataset ----> My framework(return Json objects mapped from entity beans). I don't want to use RPC services, because, with this solution I don't have a Controller between view and model.
The first solution I see, is to deploy the entity beans inside the client project, but i don't like this solution.
Is it possible to do dependencies between projects, and the gwt compile script get it, like dependencies in Eclipse?
The last question is how can I run the Ext Ajax component with gwt-ext.
I've a lot of vm crash when run my gwt project with ext extension.
A lot of thanks,
Marcial
sjivan
8 Aug 2007, 12:00 PM
You can use Json-lib ( http://json-lib.sourceforge.net/ ) to convert data from your entity beans into XML or JSON which can then be read by the Ext Store.
I really don't follow the problem you're describing but please post any GWT-Ext related question on the GWT-Ext developer forum.
Sanjiv
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.