Thanks for reply, it worked. I could call service layer of module A
without loading the entry point class. I would appreciate if you could
help me understand how does it works, for example my application name
is "Test" so I have Test.gwt.xml in com.user.sim.test package. I
create another file exactly same as Test.gwt.xml and rename it to
A.gwt.xml. This A.gwt.xml does not have an entry-point class. I
inherit A.gwt.xml in another GWT application B. So how does the
compiler figure out what is A and A.gwt.xml is associated with
Test.html ?

Thanks for the help.


On May 12, 5:24 pm, Ian Bambury <[email protected]> wrote:
> Have a module (*.gwt.xml) file for A that doesn't define an entry point and
> inherit that in the module file for B
> Ian
>
> http://examples.roughian.com
>
> 2009/5/13 sim123 <[email protected]>
>
>
>
> > I have two GWT modules A and B and where B is inheriting A. When I run
> > B application, GWT tries to load B.java and then A.java. I don't want
> > to load A.java. B uses A but it has it's own API, is there any way to
> > prevent loading of A via B, as I can not make any changes in A.
>
> > Thanks for all the help and support.
--~--~---------~--~----~------------~-------~--~----~
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