Table of Contents
A tool built during the coop term at Ontario Power Generation (OPG) for admin users. They can pick which domain and types of permission (read/write/read-write/default) they want to grant to regular users. Then the tool uses a backtracking algorithm to read all the (.xsd) files connected to that domain, modify the permission nodes, and create a new (.xsd) file so that users can import and replace it with the old domain file.
- Java 8
- Javascript
- EBX Tibco
- Backtracking algorithm
- JAXB library
- clone the repo
git clone https://github.com/trangntt-016/opg_parser.git
- start the project
cd src/EPLDisplayingcd src/PermissionGeneratorRight click on EPLDisplaying.java
Right click on PermissionGenerator.java

