Re: Soft Permutation Creating JavaScript for Server Side Script Selection

2013-12-21 Thread Jens
> > As far as I am aware off you can always collapse different permutations > into a single one or a subset. > Ah sure you can do that. You could even collapse everything (even the user.agent) and then use the Single Script Linker to produce a single script for everything. Obviously you got so

Re: Soft Permutation Creating JavaScript for Server Side Script Selection

2013-12-21 Thread Martin Kersten
As far as I am aware off you can always collapse different permutations into a single one or a subset. Also we want to control it to the level that we have our own internationalization support by embed certain keys we draw from external message collections. So a permutation explosion is what w

Re: Soft Permutation Creating JavaScript for Server Side Script Selection

2013-12-19 Thread Jens
Are you aware that this approach will fail as soon as you have deferred binding properties (your own or through a 3rd party lib) that can only be filled with a value through JS execution inside the browser? Or put differently: If you have a deferred binding property whose values can not be infe

Soft Permutation Creating JavaScript for Server Side Script Selection

2013-12-19 Thread Martin Kersten
I am still walking in the dark here. My goal is to compile the JavaScript files generated for each browser engine to a given name. For example one can generate projectx.geko.js, projectx.safari.js, projectx.firefox.js and so on. When the user requests a certain projectx.js the server selects th