You can have many methods in one service. It works fine for me, and is
certainly less work.

It would be a good idea for the methods in serviceImpl to call other
methods to do the work, so the source for that class doesn't get
unmanageable.

On Mar 26, 1:54 pm, cetina <maxtorz...@gmail.com> wrote:
> Hi im a newbie in GWT and i have a very basic question.
>
> What im doing its create a 1 RPC Service ( GWTService, GWTServiceAsync
> and GWTServiceImpl)
>  with many methods in GWTService and GWTServiceAsync and in the
> GWTServiceImpl i implement all of those methods,
> my question is this is correct or if i have to create a service (ex:
> GWTService2, GWTServiceAsync2 and GWTServiceImpl2)  per method?
>
> I know that GWTServiceImpl its a "servlet" do i have to create many
> servlets for many services?
> Do i have to create a service per method? or i can use the same
> service clases   ( GWTService, GWTServiceAsync and GWTServiceImpl) for
> all my methods??

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to