Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.03 KB

SODevelopment

Skeleton files for SO development.

This library is useful only if you are doing any development targeting SO Platform.

SO Platform is a Java Application run-time environment that allows developers to develop and deploy application logic as isolated logic units. The logic units can be "data classes" to represent "data objects" or pure logic for processing, UI, reporting etc. It uses PostgreSQL as the backend for storing data as well as logic (yes, the datbase saves logic also). The UI part is built on top of Vaadin and a couple of add-ons of Vaadin (Please see the POM file for understanding dependencies). Apache POI library is utilized for the creation of Excel compatible output.

If you are interested developing for SO Platform, please have a look at the Wiki Pages.

Get it from here: