Well, that's it :)

--
Francisco Bischoff
http://www.cirurgiaplastica.pro.br

"O mate está para o gaúcho como o chá para os ingleses, a coca para os
bolivianos, o uísque para os escoceses e o café... para os brasileiros"
-- Eduardo Bueno


On Wed, Mar 17, 2010 at 1:56 PM, jbdhl <[email protected]> wrote:

> OK, I think I've got something now. Can anyone verify that the below
> approach is "the way to do it"?
>
>   1) I create an entry point class for each "view" of my app. E.g.
> "Customer.java" and "Admin.java"
>
>   2) I create a .gwt.xml for each "view" on my app. E.g.
> "customer.gwt.xml" and "admin.gwt.xml". In each file I
>       a) type in some appropriate name under "rename-to". E.g.
> "customer" and "admin".
>       b) corrects the references to the entry point classes
>
>   3) In war/, I create a .html page for each view, e.g. customer.html
> and admin.html
>
>   4) In war/WEB-INF i update web.xml to point to the RPC services I
> would like to provide. E.g.
>         <servlet-mapping>
>             <servlet-name>customerServiceServlet</servlet-name>
>             <url-pattern>/customer/customerService</url-pattern>
>           </servlet-mapping>
>
> Do you agree that this will work? (Also in google app engine?)
>
> --
> 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

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