Hi,

1. Yes, read the following section of the developer's guide:
http://code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication.html#DevGuideRemoteProcedureCalls
2. Here's the GWT widgets showcase: 
http://gwt.google.com/samples/Showcase/Showcase.html
3. See answer 1
4. Yes, there are several ways to do that, for a sample just google
gwt +spring
5. GWT RPCs are normal java servlets on normal java servlet containers
so you can do everything your servlet container allows you to.

Hope that helps,

Salvador

On May 16, 1:45 am, Jim <[email protected]> wrote:
> 1. Yes. Please seehttp://www.gwtorm.com/mail/Mail.htmlfor RPC-
> database application.
> 2. Yes. Each HTML element such as checkbox, you have a GWT object.
> 3. Yes.
> 4. Yes. You can find source code 
> inhttp://dreamsource-orm.googlecode.com/files/mail_1.0.0_04202009.jar.
> 5. It is up to server configuration.
>
> Jimhttp://www.gwtorm.comFor GWT 
> ORMhttp://code.google.com/p/dreamsource-orm/downloads/list
>
> On May 15, 6:15 pm, "diego.hopeman" <[email protected]>
> wrote:
>
> > Hello,
>
> > I regularly work on Java web applications and made basic experiences
> > with DWR, YUI and Scriptaculous for RPC and Ajax functionalities.
> > Frankly, I don't really like them and would love to drop them and use
> > GWT instead - if it can do what I need.
>
> > 1. Often, I have to operate with ugly string arrays to communicate
> > between Javascript and Server. Does GWT overcome this drawback? Can I
> > work with real objects instead?
>
> > 2. Can I conveniently handle DOM-operations like trees or menus with
> > GWT?
>
> > 3. Can I completely drop DWR and call my Java Server methods via GWT?
>
> > 4. Can I easily integrate GWT into a Spring environment?
>
> > 5. Can I access files on the server via GWT RPC?
>
> > It would be really great, if you could answer some of these questions.
>
> > Regards,
>
> > Diego
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to