You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2013/03/31 16:51:15 UTC

[jira] [Commented] (JSPWIKI-761) Use wro4j to build/minimize javascript and css

    [ https://issues.apache.org/jira/browse/JSPWIKI-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618343#comment-13618343 ] 

Glen Mazza commented on JSPWIKI-761:
------------------------------------

I haven't had time to research this project architecturally but from the website as well as web searches it seems to be active and used enough to be something JSPWiki could potentially rely on.  I would otherwise be leery of relying on most projects coming out of Google Code as there's a lot of alpha stuff there.

                
> Use wro4j to build/minimize javascript and css
> ----------------------------------------------
>
>                 Key: JSPWIKI-761
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-761
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.9
>            Reporter: brushed
>            Priority: Minor
>             Fix For: 2.9.1
>
>
> Currently jspwiki builds its javascript and css files from ant. This simply means compression by means of the YUI compressors.  The css and js sources are large chunks of javascript and css.
> Introducing wro4j : (See http://code.google.com/p/wro4j/) 
> {quote}
> Free and Open Source Java project which brings together almost all the modern web tools: JsHint, CssLint, JsMin, Google Closure compressor, YUI Compressor, UglifyJs, Dojo Shrinksafe, Css Variables Support, JSON Compression, Less, Sass, CoffeeScript and much more. In the same time, the aim is to keep it as simple as possible and as extensible as possible in order to be easily adapted to application specific needs.
> Easily improve your web application loading time. Keep project web resources (js & css) well organized, merge & minify them at run-time (using a simple filter) or build-time (using maven plugin) and has a dozen of features you may find useful when dealing with web resources.
> {quote}
> Benefits : 
> * Adding wro4j will allow to break the js and css into logical components, and improve source management. 
> * JSPWiki stylesheet- and skin-development can be improved by introducing LESS.
> * WRO4J can be used as servlet-filter (run-time building and compression of js and css) or at build-time.
> * WRO4J will improved page-loading time. (merge and zip of js/css resources)
> * WRO4J has an Apache licensed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira