>> Good catch. I have added "*.jsp" and "*.wtkx" to the "trim-whitespace" >> target. >Ok, but for "*.wtkx" you means "*.wtk*" or "*.wtkd", I suppose ...
Yes, I meant "*.wtkd". >> You could do something similar in JSP (e.g. version.template.jsp). >Yes, but so we need another file to be generated by the build, or I >could try to reuse the same version.template.js from my jsp ... The JSP runs server-side, so you wouldn't be able to use version.js. >And probably I could try to make only 1 jsp page for the Web Start >execution, passing some parameters ... but i have to see if all >tutorials / demos can work (good) with the same parameters (same >width, height, etc) otherwise i have to pass all them to the jsp. I think separate JNLP files are preferable, like we have separate HTML files. >For the Web Start execution, I like more the approach to add another >link for any application from the index page, without having to enter >in the page, load the Applet version and then load the Web Start >version, ok ? Sure. >>> And add jsp in some filter, like already done for jnlp, right ? >> >> Not sure what you mean by this. >There are some tasks that copy template files with the right >extension, so i think to do the same also for jsp pages, both for >demos and tutorials ... This won't be necessary if we define version.template.jsp. I'm prototyping this right now - I will let you know how it goes.
