Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

uilton-oliveira/servlet-framework

Repository files navigation

GitHub issues GitHub pull requests Github Releases

servlet-framework

An Lightweight MVC Framework

  • Use Facelets as view technology
  • Fast (my last test was 15-18k requests per seconds, and with Spring i got 2-5k requests per second, i'll update this soon with current build, since it several features was added since)
  • MVC
  • Running in production environment since 2015, with high amounts of requests.
  • Support RESTful
  • Simple to use, controllers is similar to Spring
  • Permissive license (Apache License, Version 2.0 )

I created this framework alone in 2015, with speed and lightweight in mind, i decided to share it now, so who is interested can learn from it, or use it (i used this in many production projects already)

I'll keep updating this adding new features and fixing bugs, all suggestions are welcome.

I'll add few examples soon.

I'll try to make an docummentation soon.

Maven:

<dependency>
  <groupId>br.com.uiltonsites</groupId>
  <artifactId>servlet-framework</artifactId>
  <version>3.0.0</version>
</dependency>

My WebSite / Portfolio: https://www.uiltonsites.com.br