Modular - OSGi based, written in Kotlin, MVC framework for web artisans from Java community. Inspired by Laravel Framework.
Project assumptions:
- beautiful code
- modern technologies
- hot deployment
- runtime configuration
- none of XML
- full REST
- data layer abstraction
- multiple SQL and NO-SQL storages
- multiple template engines
Integrated technologies
Category | Implementation | API |
---|---|---|
REST | Glassfish Jersey | JAX-RS, JAX-WS |
SQL | Apache OpenJPA | JPA |
noSQL | MongoDB, Morphia | |
Job scheduling | Quartz | |
Templating | Pebble, Handlebars |
See quickstart project which has documentation included.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- 1.0.0.ALPHA - Initial release.
Apache License 2.0