Thanks for your information.  :)

On Mar 28, 7:34 am, Dan <danpr...@gmail.com> wrote:
> You can have many methods in oneservice. 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 RPCService( 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 aservice(ex:
> > GWTService2, GWTServiceAsync2 and GWTServiceImpl2)  permethod?
>
> > I know that GWTServiceImpl its a "servlet" do i have to create many
> > servlets for many services?
> > Do i have to create aservicepermethod? or i can use the same
> >serviceclases   ( 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