This is a java framework inspired by the famous Spring MVC, for building web applications
Welcome to this project. Here is a guideline to help you setup the framework workspace.
This guide is for any text editor. If you use an IDE, just import the jar file to your project 'lib' directory (ensure that the library directory has the same name as this) and then create the 'views' and 'controllers' folder inside your source project. The 'static' folder have to be created in the root of your project.
1- Download and install the springy-cli
2- Type $ springy --help to see the manual
- link : springy-cli
- Java 20
- Tomcat 9 or higher
- CATALINA_HOME environment variable
- Springy-cli
Your project would have three main folders: 'src', 'lib' and 'static' The 'src' will also contain three folders, where:
views: the folder to store all your jsp filescontrollers: the folder for your controllertest: the folder for testing
You can also add your custom folder inside the src directory