Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-30 Thread Sebastiaan van Erk
the overall traffic. Any thoughts? Alex -- View this message in context: http://www.nabble.com/-RFE--packed-JS-in-DEPLOYMENT-mode.-tf4896243.html#a14024597 Sent from the Wicket - User mailing list archive at Nabble.com

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-30 Thread David Bernard
What do you mean by included resources ? By default every js and css under src/main/resources, src/main/webapp, src/main/js are minified. (using the resources option is for exceptionnal case) Contact me privatly for questions about the plugin (not related to wicket). Alex Objelean wrote:

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Sebastiaan van Erk
I don't really understand the desire to pack js. For who do you want to reduce the overall traffic? The client, or the hoster? I experimented with the packed js, but in general I hardly notice the overhead for some js (the sum of the size of images is often bigger than the sum of all the

[RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Alex Objelean
: http://www.nabble.com/-RFE--packed-JS-in-DEPLOYMENT-mode.-tf4896243.html#a14022953 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Alex Objelean
version in DEPLOYMENT model. This is applicable to other js from the wicket-core wicket-extensions. The idea is to reduce the overall traffic. Any thoughts? Alex -- View this message in context: http://www.nabble.com/-RFE--packed-JS-in-DEPLOYMENT-mode.-tf4896243.html#a14023353 Sent

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Sebastiaan van Erk
I'm talking about packers (like the jQuery packed version): What I see in jQuery.pack.js: eval(function(p,a,c,k,e,r){e=function(c){return(ca?'':e(parseInt(c/a)))+ ((c=c%a)35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Matej Knopp
: original packed. For instance: wicket-ajax.js wicket-ajax.pack.js Also to use the packed version in DEPLOYMENT model. This is applicable to other js from the wicket-core wicket-extensions. Any thoughts? Alex -- View this message in context: http://www.nabble.com/-RFE--packed-JS

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Alex Objelean
the packed version in DEPLOYMENT model. This is applicable to other js from the wicket-core wicket-extensions. The idea is to reduce the overall traffic. Any thoughts? Alex -- View this message in context: http://www.nabble.com/-RFE--packed-JS-in-DEPLOYMENT-mode.-tf4896243.html

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Matej Knopp
in DEPLOYMENT model. This is applicable to other js from the wicket-core wicket-extensions. The idea is to reduce the overall traffic. Any thoughts? Alex -- View this message in context: http://www.nabble.com/-RFE--packed-JS-in-DEPLOYMENT-mode.-tf4896243.html#a14024597

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Alex Objelean
. Any thoughts? Alex -- View this message in context: http://www.nabble.com/-RFE--packed-JS-in-DEPLOYMENT-mode.-tf4896243.html#a14024597 Sent from the Wicket - User mailing list archive at Nabble.com

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Matej Knopp
model. This is applicable to other js from the wicket-core wicket-extensions. The idea is to reduce the overall traffic. Any thoughts? Alex -- View this message in context: http://www.nabble.com/-RFE--packed-JS-in-DEPLOYMENT-mode.-tf4896243.html#a14024597 Sent from

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Sebastiaan van Erk
the wicket-core wicket-extensions. The idea is to reduce the overall traffic. Any thoughts? Alex -- View this message in context: http://www.nabble.com/-RFE--packed-JS-in-DEPLOYMENT-mode.-tf4896243.html#a14024597 Sent from the Wicket - User mailing list archive at Nabble.com

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Sebastiaan van Erk
from the wicket-core wicket-extensions. The idea is to reduce the overall traffic. Any thoughts? Alex -- View this message in context: http://www.nabble.com/-RFE--packed-JS-in-DEPLOYMENT-mode.-tf4896243.html#a14024597 Sent from the Wicket - User mailing list archive at Nabble.com

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Sebastiaan van Erk
thoughts? Alex -- View this message in context: http://www.nabble.com/-RFE--packed-JS-in-DEPLOYMENT-mode.-tf4896243.html#a14024597 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread David Bernard
If you want you could use the yuicompressor-maven-plugin to minified (more than just strip whitespace) at build time. http://alchim.sf.net/yuicompressor-maven-plugin Other features: * aggregate js * minified css So you could test/run with minified in development and/or deployment mode

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Alex Objelean
] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/-RFE--packed-JS-in-DEPLOYMENT-mode.-tf4896243.html#a14027441 Sent from the Wicket - User mailing list archive at Nabble.com

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread David Bernard
You could aggregate every type of resources. Alex Objelean wrote: Very interesting. Would be nice to have also aggregate css. Regards, Alex. David Bernard-2 wrote: If you want you could use the yuicompressor-maven-plugin to minified (more than just strip whitespace) at build time.

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-29 Thread Johan Compagner
the packed version in DEPLOYMENT model. This is applicable to other js from the wicket-core wicket-extensions. The idea is to reduce the overall traffic. Any thoughts? Alex -- View this message in context: http://www.nabble.com/-RFE--packed-JS-in-DEPLOYMENT-mode.-tf4896243.html