项目作者: yparsak

项目描述 :
Java Web Client - Menu Program
高级语言: Java
项目地址: git://github.com/yparsak/JWC.git
创建时间: 2017-07-20T18:25:21Z
项目社区:https://github.com/yparsak/JWC

开源协议:GNU General Public License v3.0

下载


JWC

Java Web Client - Menu Program

A java web client program that manages users and their roles, and displays menu items. The intention of this project is to
communicate with a back-end system and display reports and allow users to edit/update forms.

Once deployed, the admin should type /JWC/setup to create ADMIN user, then login as admin user, to add more users, and setup
departments, and roles, and assign users to their department and roles. The admin will also be able to add menu and submenu items,
and define api.

See api_test for sample (get method) API call.