About - OmnisamAdmin/Lucid-SAMS GitHub Wiki
About Lucid-SAMS
This project will allow easy integration with the SASAMS application via RESTful endpoints.
The development started so that we could use this tool within the SFY School-App when migrating data from our system to the SASAMS database.
This is an open source project as we want to create a tool that can help anyone that has to use the SASAMS application. This project is open for contribution. The contributed code will first have to pass our review process before we take in any new development. We look forward to working with and contributing to the open-source community.
Lucid-SAMS has a swagger-springfox implementation to expose the available RESTful endpoints. The connection to the MS Access Database is achieved through a JDBC connection. Maybe at a later stage we could have a look at a Hibernate solution. When researching how to manage a MS Access database with Hibernate I found some community projects that try to achieve this, but I was not able to implement the solution.
Technology Stack
- still to be defined.