Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariazevedo88/goldgem
Simple framework that implements some basic design patterns for Java projects using MVC.
https://github.com/mariazevedo88/goldgem
bo-design-pattern dao-design-pattern dao-interface dto dto-entity-mapper hibernate java mvc mvc-framework
Last synced: 2 months ago
JSON representation
Simple framework that implements some basic design patterns for Java projects using MVC.
- Host: GitHub
- URL: https://github.com/mariazevedo88/goldgem
- Owner: mariazevedo88
- License: mit
- Created: 2013-05-20T03:51:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T16:00:57.000Z (about 1 year ago)
- Last Synced: 2023-11-15T17:25:46.835Z (about 1 year ago)
- Topics: bo-design-pattern, dao-design-pattern, dao-interface, dto, dto-entity-mapper, hibernate, java, mvc, mvc-framework
- Language: Java
- Size: 9.55 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
goldgem
=======
[![Build Status](https://travis-ci.org/mariazevedo88/goldgem.svg?branch=master)](https://travis-ci.org/mariazevedo88/goldgem) ![Coveralls github](https://img.shields.io/coveralls/github/mariazevedo88/goldgem.svg) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/mariazevedo88/goldgem.svg) ![GitHub release](https://img.shields.io/github/release/mariazevedo88/goldgem.svg) ![GitHub repo size](https://img.shields.io/github/repo-size/mariazevedo88/goldgem.svg) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/mariazevedo88/goldgem.svg) ![GitHub language count](https://img.shields.io/github/languages/count/mariazevedo88/goldgem.svg) ![GitHub top language](https://img.shields.io/github/languages/top/mariazevedo88/goldgem.svg) [![Known Vulnerabilities](https://snyk.io/test/github/mariazevedo88/goldgem/badge.svg?targetFile=pom.xml)](https://snyk.io/test/github/mariazevedo88/goldgem?targetFile=pom.xml) ![GitHub All Releases](https://img.shields.io/github/downloads/mariazevedo88/goldgem/total.svg) ![GitHub](https://img.shields.io/github/license/mariazevedo88/goldgem.svg) ![GitHub last commit](https://img.shields.io/github/last-commit/mariazevedo88/goldgem.svg)Simple framework that implements some basic design patterns for Java projects using MVC.
## Dependencies
- Java 17
- jUnit 5 (org.junit.jupiter.api, org.junit.jupiter.engine and org.junit.jupiter.params - 5.4.0)
- Hibernate (5.4.4 Final)
- H2 (driver 2.1.214)
- Log4j2 (2.17.2)
- Coveralls (4.3.0)
- Jacoco (0.8.8)