I am also evaluating SmartGWT after a brief stint with GXT.
Regarding the GWTRPC code mentioned, it is now part of SmartGWT Extentions.
If you are using maven, it's this:
<dependency>
<groupId>com.smartgwt</groupId>
<artifactId>smartgwt-extensions</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
If not, the code is on google code and you can check it out or just
grab the jar.
It works! And now I am using my own version of a super-genericized
example listed on page 7 of that thread:
http://forums.smartclient.com/showthread.php?t=4814&page=7
On Thu, Jul 16, 2009 at 6:01 PM, ckendrick<[email protected]> wrote:
>
> If you use the free version, you use RestDataSource as the starting
> point for integration. RestDataSource simply specifies XML or JSON
> messages to send and receive with your server; it is totally agnostic
> as to how your server is implemented (it could, for instance, be PHP).
>
> http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/data/RestDataSource.html
>
> There is also a user-contributed DataSource that works with GWT-RPC:
>
> http://forums.smartclient.com/showthread.php?t=4814
>
> If you have follow-up questions, please use the SmartGWT forums, not
> this one.
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---