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.
<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