Hi,
Part of my application is static and part is generated at runtime using templates. Until now I have used Smartclient js (to support some runtime generation of the user interface and to make use of some specific js features) but an interesting question is if I can use Smartgwt for the static parts of the application and plain js for the dynamic parts. The plain js part should be able to refer to Smartgwt class names (also the ones we add) and members. Is this possible or am I looking in the wrong direction?
(considering that gwt does obfuscation, which can be/should be turned of also i guess)
gr. Martin
Part of my application is static and part is generated at runtime using templates. Until now I have used Smartclient js (to support some runtime generation of the user interface and to make use of some specific js features) but an interesting question is if I can use Smartgwt for the static parts of the application and plain js for the dynamic parts. The plain js part should be able to refer to Smartgwt class names (also the ones we add) and members. Is this possible or am I looking in the wrong direction?
(considering that gwt does obfuscation, which can be/should be turned of also i guess)
gr. Martin
Comment