Post new topic Reply to topic  [ 56 posts ] 

Board index : SmartGWT Migration

Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Re: Migrating to SmartGWT
PostPosted: Wed Dec 03, 2008 12:31 pm 
Offline
Site Admin

Joined: Fri Dec 14, 2007 12:27 pm
Posts: 1017
No extra connections will be used by merely using two different libraries. It's what the components in your app do that matters (like making an XHR request to load data) and that will not change if you use more than one library.

Sanjiv


Back to top
 Profile  
 
 Post subject: Re: Migrating to SmartGWT
PostPosted: Wed Dec 03, 2008 12:46 pm 
Offline

Joined: Wed Dec 03, 2008 12:36 pm
Posts: 2
sebastian wrote:
One thing that I haven't figured out is how to handle loading data into grids. I currently often use a MemoryProxy, RecordDef, ArrayReader, Store, etc for this and am unsure how this would best be translated into SmartGWT.


Hi,
exactly this is what I'm also searching for, but not found an answer so far!

As I have seen so far the access to (existing) server side services is quit different in smartGWT than in gwt-ext. This is actually the part that gives me headaches.

Werner


Back to top
 Profile  
 
 Post subject: Re: Migrating to SmartGWT
PostPosted: Wed Dec 03, 2008 10:52 pm 
Offline

Joined: Mon Feb 25, 2008 7:02 pm
Posts: 48
Is there a tool that would allow me to design the screens using drag&drop?


Back to top
 Profile  
 
 Post subject: Re: Migrating to SmartGWT
PostPosted: Thu Dec 04, 2008 2:21 am 
Offline
Site Admin

Joined: Fri Dec 14, 2007 12:27 pm
Posts: 1017
oertig wrote:
sebastian wrote:
One thing that I haven't figured out is how to handle loading data into grids. I currently often use a MemoryProxy, RecordDef, ArrayReader, Store, etc for this and am unsure how this would best be translated into SmartGWT.


Hi,
exactly this is what I'm also searching for, but not found an answer so far!

As I have seen so far the access to (existing) server side services is quit different in smartGWT than in gwt-ext. This is actually the part that gives me headaches.

Werner


I believe Abhijeet is working on some docs in this area but you'll find that SmartGWT is so much easier in this area, and you'll end up with much less code (on the client and the server). For now best to view the source of comparable samples in the SmartGWT showcase. For example this one loads local data into a grid : http://www.smartclient.com/smartgwt/sho ... types_text

There are a few options depending on your precise usecase (local or server based data, read only or editable etc). There are a lot of samples covering a vast number of usercases in the SmartGWT Showcase (~250 samples) so I'd encourage uses to spend some time getting familiar with the samples and browsing the associated code, or just use it as a reference and lookup a specific example if you're not clear on a certain subject.

Again, if you have a specific question, feel free to ask here. We can either point you to the relevant SamrtGWT sample where you can browse the source, or can answer the question more directly.

Sanjiv


Back to top
 Profile  
 
 Post subject: Re: Migrating to SmartGWT
PostPosted: Thu Dec 04, 2008 2:26 am 
Offline
Site Admin

Joined: Fri Dec 14, 2007 12:27 pm
Posts: 1017
costa_basil wrote:
Is there a tool that would allow me to design the screens using drag&drop?


As far as GWT WSYWIG builders go, GWT Designer is the way to go. We work with briefly on SmartGWT support but its not yet completely supported / tested. Work might be needed from both ends. So its still work in progress.

SmartClient does have a WSYWIG but that generates JS code. I believe they are planning on possibly adding support for it to generate SmartGWT code. Not a 100% sure though. You can post of the SmartGWT forum if you'd like more details.

http://www.isomorphic.dreamhosters.com/?p=72

http://www.smartclient.com/technology/visualbuilder.jsp

Sanjiv


Back to top
 Profile  
 
 Post subject: Re: Migrating to SmartGWT
PostPosted: Fri Dec 05, 2008 1:45 am 
Offline

Joined: Mon Mar 10, 2008 7:21 am
Posts: 202
Here's a quick sample using Cypal studio with GWT-Ext grid and SmartGWT grid fetching data from the same RPC call which returns a String[][]. Put gwtext.jar and smartgwt.jar in the lib folder. The shell will report JSNI related messages. This is a known issue and we are working on fixing it. Feel free to point out if I have missed anything or got anything wrong.

http://gwt-ext.com/users/abhijeet/Smart ... artGWT.rar

oertig wrote:
sebastian wrote:
One thing that I haven't figured out is how to handle loading data into grids. I currently often use a MemoryProxy, RecordDef, ArrayReader, Store, etc for this and am unsure how this would best be translated into SmartGWT.


Hi,
exactly this is what I'm also searching for, but not found an answer so far!

As I have seen so far the access to (existing) server side services is quit different in smartGWT than in gwt-ext. This is actually the part that gives me headaches.

Werner

_________________
Gwt-Ext docs: http://gwt-ext.com/docs/2.0.4/
Your question may have been answered already: viewforum.php?f=9


Back to top
 Profile  
 
 Post subject: Re: Migrating to SmartGWT
PostPosted: Fri Dec 05, 2008 5:11 am 
Offline

Joined: Wed Dec 03, 2008 12:36 pm
Posts: 2
Thanks abhijeet.maharana!

I haven't tested it but I had a look at the source code and it seems exactly what I have searched for.

Werner


Back to top
 Profile  
 
 Post subject: Re: Migrating to SmartGWT
PostPosted: Sat Dec 06, 2008 1:48 pm 
Offline

Joined: Thu Dec 04, 2008 10:29 am
Posts: 4
Hi, I'm going to start new project next week. I need advice here. Do I need use smartgwt or stick with gwt-ext? This project will have to upgrade time to time. I mean, add new features in the future.


Back to top
 Profile  
 
 Post subject: Re: Migrating to SmartGWT
PostPosted: Sat Dec 06, 2008 2:17 pm 
Offline

Joined: Mon Mar 10, 2008 7:21 am
Posts: 202
If you are starting a new project, I would recommend going with SmartGWT. The showcase samples should give you a good start.

_________________
Gwt-Ext docs: http://gwt-ext.com/docs/2.0.4/
Your question may have been answered already: viewforum.php?f=9


Back to top
 Profile  
 
 Post subject: Re: Migrating to SmartGWT
PostPosted: Sat Dec 06, 2008 10:06 pm 
Offline

Joined: Thu Dec 04, 2008 10:29 am
Posts: 4
I read somewhere there is ongoing development for new theme (outlook 2007, gray etc). It's true? So, I can switch to new theme later.


Back to top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 56 posts ] 

Board index : SmartGWT Migration

Go to page Previous  1, 2, 3, 4, 5, 6  Next

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Style by Midnight Phoenix & N.Design Studio
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.