Hi, > inhertiance can I call a method defined in the server class??
Well, the class is located in the server, I'm not sure how you imagine the client-side javascript would call a java method in a class that it is not aware of. > The reason why I am asking / thinking like this because, I am thinking > of accessing methods in two different server classes And why can't you use normal RPC for this? (Hint: you can) Cheers, Salvador On 18 mai, 08:49, Suren <[email protected]> wrote: > Hi All, > > I have a question here...My sincere apologies if it sounds odd ( I > knew it will :-) ) > > I have a method defined in a server class, I want to access that > methodfrom my client but not through RPC. Just like normal JAVA > inhertiance can I call a method defined in the server class?? > > The reason why I am asking / thinking like this because, I am thinking > of accessing methods in two different server classes > > how is that possible? > > Thanks > Suren --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
