I thought it's possible to inherit different GWT modules and re-use their
RPC services. Is n't it possible?

 

A common utility GWT module - com.packA.moduleA has some re-usable RPC
services, and is inherited by another module "com.packB.moduleB". Now,
when I try to call a moduleA's RPC service 'svcA' from module B, somehow
the path shows as /com.packB.svcA where as I expected /com.packA.svcA and
this leads to HTTP 404 error for RPC service call.

 

Am I missing something fundamental? Hope my question is clear.

 

~ regards,

Karthik Karuppannan

Java Developer, EPA - Endagered Species

Guident Technologies

 


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