Simple MVC framework for Java
SJMVC is a lightweight MVC framework for Java, that provides an easyway to develop Java based web applications following common best practices keeping things as simple as possible.
Compiling SJMVC
SJMVC can be compiled as a standard Maven project:
mvn clean package
That will run all tests and generate the packaged file in the target/ folder.
Using SJMVC in your project
You will find instructions and examples on how to configure your Maven project and how to setup the application in the Project wiki.
You will also find all documentation and some examples that will guide you to create your SJMVC application.
Customizing and Contributing
Any contribution to the project is welcome. Feel free to check it out from the Project site and play with it.
Note on patches/pull requests
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it. This is important so I don't break it in a future version unintentionally.
- Commit.
- Send me a pull request. Bonus points for topic branches.
Issue Tracking
If you find any issue, please submit it to the Bug tracking system and we will do our best to fix it.
License
This sowftare is licensed under the MIT license. See LICENSE file for details.
It also includes software from the Spring Framework which is licensed under the Apache License, Version 2.0. You may obtain a copy of that License at http://www.apache.org/licenses/LICENSE-2.0.
