This might be a little too late, but there is a similar project. It's not a
Cocoon plugin, but a servlet, which is somewhat close to a Reader, from what
I understand...?

The project is called JAWR
https://jawr.dev.java.net/

It's a servlet that compresses all your javascript and css on server
startup. It can bundle serveral javascript to one package, as well as
compress every single js file. Supports minification with YUI Compressor and
some others, as well as gzipping requests.

I've tested it for a project I'm working on, but think I'll go for the YUI
Compressor Maven plugin instead. Mostly because we create a javascript api
that is needed by external partner sites, and JAWR doesn't have a good
solutions for serving javascript to external sites. It's possible with a js
include, but not an optimal solution imho.

Regards,
Gregers
-- 
View this message in context: 
http://www.nabble.com/Proposal---JS-Reader-tp18415990p18959110.html
Sent from the Cocoon - Dev mailing list archive at Nabble.com.

Reply via email to