Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.41 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.41 KB

Javarel Framework



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

Documentation

See quickstart project which has documentation included.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

  • 1.0.0.ALPHA - Initial release.

License

Apache License 2.0