Tuesday, 14 May 2013

why we use module rename-to in modulename.gwt.xml?

in GWT application, logical name of module is large like com.ashish.gwtExample. If i have to use this name anywhere like in web.xml then it is complicated name. So we can short this name using rename-to like gwtExample.

<module rename-to='gxtexample'>
</module>

No comments:

Post a Comment