Skip to content

Latest commit

 

History

History

openwebstart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

GUI for Posmulten

This is simple GUI application implemented with Swing library. It generates DDL statements for creation, drop and checking RLS policy. It uses yaml configuration based on schema for module configuration-yaml-interpreter

After building the whole project, you should have an executable jar with dependencies.:

Running application

To run application, just invoke java program with specific jar

java -jar .\openwebstart-{project.version}-jar-with-dependencies.jar

For example:

java -jar .\openwebstart-0.8.0-SNAPSHOT-jar-with-dependencies.jar

After running application we can see default screen

To generate DDL script we just need to enter configuration content in "Yaml configuration" tab and click "Submit"

The is a possibility to add template parameters, we just need to select "Use template parameters" checkbox

Comparing configurations

The application has a feature that allows one to compare two configurations. For example, you can compare the current and previous configurations, and you will see new changes or changes that were in the previous configuration but do not exist in the current one.

First select the "Compare configurations" checkbox. Then pass content of the previous configuration to "Previous yaml configuration to compare with" tab.

At the end, just click the "Submit" button.