Skip to content

w41k4z/springy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a java framework inspired by the famous Spring MVC, for building web applications

Getting Started

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.

Installation

1- Download and install the springy-cli
2- Type $ springy --help to see the manual

Springy-cli

Pre-requisites

  • Java 20
  • Tomcat 9 or higher
  • CATALINA_HOME environment variable
  • Springy-cli

Folder Structure

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 files
  • controllers: the folder for your controller
  • test: the folder for testing

You can also add your custom folder inside the src directory

About

Java Framework inspired by the Famous Spring MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published