# forks **Repository Path**: solee-linux/forks ## Basic Information - **Project Name**: forks - **Description**: forks is designed to be a lightweight, scalable web framework. - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-11-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Forks is designed to be a lightweight, scalable mvc web framework.Here is the features: 1)a Play! like route based on a Yaml format file, with named parameter supported 2)provide a security group based permission control 3)integrate with JPA for db access 4)integrate with Freemarker for html rendering 5)use servlet3.0 fragment to split an app into multi projects 6)...