Tuesday, 14 May 2013

What source path we provide in modulename.gwt.xml? and why?

It is path for client and shared.
<source path='client'/>
  <source path='shared'/>


source path is used to tell GWT compiler that which package code, we need to convert into  javascript. We do not entry of server package becoz we do not convert it into javascript.

No comments:

Post a Comment