Skip to content

Web UI Compressor - extensions repository

Notifications You must be signed in to change notification settings

macrotea/wuic-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web UI Compressor extensions

The table below describes every extensions of the WUIC project. An extension always comes with its own dependencies. What you have simply to do is to include the extension's maven dependency:

<dependency>
    <groupId>com.github.wuic.extensions</groupId>
    <artifactId>artifact-name</artifactId>
    <version>${wuic-extension.version}</version>
</dependency>
Artifact Description Component
wuic-aws-s3 Store your statics in the cloud with AWS and manage it with this extension. DAO
wuic-ftp Store your statics in any FTP server and manage it with this extension. DAO
wuic-google-storage Store your statics in the cloud with Google storage and manage it with this extension. DAO
wuic-ssh Store your statics in any linux system and manage it through SFTP with this extension. DAO
wuic-thymeleaf Write your application with thymeleaf and uses this processor to integrate WUIC features. Tag
wuic-ehcache Reduce response time by caching on server side with EhCache framework. Engine
wuic-yuicompressor Minify Javascript and CSS files with YUICompressor. Engine

About

Web UI Compressor - extensions repository

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 89.4%
  • CSS 10.6%