SmartGWT 2.4
GWT 2.1
Firefox 3.6.15
Win XP
Hi,
This may be a silly question, but I would like confirmation so I can be sure I am not causing myself future grief. I have been trying to relocate the sc directory outside of my project so I can serve it with a version name in the path and therefore allow the code to be cached forever. The problem I ran into is that setting the isomorphicDir does not seem to impact where (some of) the files are loaded from.
Is the best practices solution to:
<inherits name="com.smartgwt.SmartGwtNoScript"/>
instead of:
<inherits name="com.smartgwt.SmartGwt"/>
and then load the javascript files from wherever I want in my host html file?
Thanks,
John
GWT 2.1
Firefox 3.6.15
Win XP
Hi,
This may be a silly question, but I would like confirmation so I can be sure I am not causing myself future grief. I have been trying to relocate the sc directory outside of my project so I can serve it with a version name in the path and therefore allow the code to be cached forever. The problem I ran into is that setting the isomorphicDir does not seem to impact where (some of) the files are loaded from.
Is the best practices solution to:
<inherits name="com.smartgwt.SmartGwtNoScript"/>
instead of:
<inherits name="com.smartgwt.SmartGwt"/>
and then load the javascript files from wherever I want in my host html file?
Thanks,
John
Comment