Skip to content

phamtuanchip/juzu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juzu

Juzu Web is a web framework for developing MVC applications, emphasing on simplicity and type safety.

Website

http://juzuweb.org

Build status

Build Status

Build instructions

Prerequisites

  • Java 1.7
  • Apache Maven 3

Build the project

mvn verify

Build the project and generate tests coverage information (not human readable they are useful to be integrated in another software like SonarQube)

mvn verify -Pcoverage

Build the project and generate tests coverage reports (in target/site/jacoco)

mvn verify -Pcoverage-report

About

A web framework for portlet and portal

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.7%
  • CSS 4.5%
  • JavaScript 3.8%