https://github.com/juzu/juzu
A web framework for portlet and portal
https://github.com/juzu/juzu
Last synced: 27 days ago
JSON representation
A web framework for portlet and portal
- Host: GitHub
- URL: https://github.com/juzu/juzu
- Owner: juzu
- Created: 2011-09-26T14:26:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T11:29:40.000Z (about 3 years ago)
- Last Synced: 2026-02-13T07:50:59.263Z (about 1 month ago)
- Language: Java
- Homepage: http://juzuweb.org
- Size: 25.6 MB
- Stars: 91
- Watchers: 18
- Forks: 45
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-java - Juzu
README
# Juzu
Juzu Web is a web framework for developing MVC applications, emphasing on simplicity and type safety.
# Website
http://juzuweb.org
# Build status
[](https://ci.exoplatform.org/job/juzu-master-ci/)
# 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