Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 3.1 KB

framework.adoc

File metadata and controls

72 lines (51 loc) · 3.1 KB

Colesico Framework Documentation - {version}

1. What is Colesico Framework?

Colesico Framework is a lightweight microframework for creating backend and server side web applications in Java. It is inspired by Spring and EJB frameworks but uses more simplified approach to construct the applications.

The purpose of this framework is to provide simpler and lightweight alternative.

Colesico Framework does not almost use the reflection at runtime. The approach used is the generation of extra auxiliary code at compile time using the annotation processors.

Colesico framework is also an analog of such frameworks as Quarkus and Micronaut but is lighter and faster.

2. Getting started

The best way to start learning something is to study by examples :)

See other examples in the source code

3. Framework modules

Colesico-framework consists of highly specialized micromodules.

3.2. Service modules

3.4. Web modules