This is a simple demo application to show how a Vaadin application can be connected to an existing Notes application.
Not for production use, this is only a demo without error handling and without security.
A detailed step-by-step tutorial can be found here: http://stephankopp.net/notes-with-vaadin-tutorial/
- Download repository
- Copy the tasks.nsf to a Domino server
- Sign the database
- Change url (at two methods) in the DatabaseConnector.java file to your server and filepath
- Use maven command "mvn install spring-boot:run" to run the application
- Use your browser: http://localhost:8080/
- Repo owner: Stephan Kopp
- More details and contact information: http://stephankopp.net