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>
<module rename-to='gxtexample'>
</module>
No comments:
Post a Comment