It's perfectly possible, but the approach I take is this:

MVC is done on the client-side, except changes to the model that affect or
require business logic are asynchronous RPC calls into the servlet.

You have to be careful to understand the asynchronous nature of it & notify
the user appropriately when you are doing RPC calls (i.e. disable controls,
some kind of waiting indicator).

On Tue, Mar 17, 2009 at 7:51 AM, bhanu <[email protected]> wrote:

>
> Hi,
>
> I am new to GWT. It is very interesting for me to work on GWT. I just
> would like to know one thing,
> in GWT will support MVC pattern? suppose if I am creating a user login
> page and do I need to create the servlets for GWT?  I know I can
> create servlet. But I just would like to know which is the most
> suitable and appropriate way ?
>
> Thanks
> Bhanu
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

  • Servlets bhanu
    • Re: Servlets Vitali Lovich

Reply via email to