Skip to content

rico-projects/rico

Repository files navigation

⚠️ IMPORTANT: ⚠️ Rico has been put "on hold". To learn what is meant by that please read the blog post and feel free to contact us via rico@karakun.com to clarify open questions.

Supported by Karakun

Rico Build Status

This repository contains all Java related sources of Rico. Clients for other languages will be provided in seperate repositories (JavaScript, AngularJS, Polymer and Android).

Rico Logo

Hacktoberfest Logo

This project joined Hacktoberfest 2020! Issues that can give you a good start are have the label "Hacktoberfest" and maintainers are willing to help.

About Rico

Rico is a client-server-framework that provides several functionalities and APIs to create enterprise applications. This includes features like tracing pr monitoring that are critical in developing applications, escpecially in modern cloud based and distributed application landscapes. To do so the Rico provides generic APIs with specific implementation for the mostly used frameworks and toolkits in modern application development.

Client and server structure

Rico provides implementations for all its features for the given frameworks on the server:

  • JavaEE / JakartaEE
  • Spring (Boot)

Next to tis Rico provides implementations for the following ui toolkits and languages.

Features of Rico

As already mentioned Rico provides a list of general features that are usefull in mostly all enterprise applications. A detailed description of the features will be part of the future technical documentation of Rico. Until now Rico provides APIs for the following functionalities:

  • client scope / session
  • ui toolkit friendly http client
  • application management
  • general context manager
  • metrics handling
  • server timing
  • security and sso
  • remoting
  • logging
  • projection
  • tracing

An introduction of Rico can be found in the Karakun DevHub.

Issues

Please note that this repository is the main repository for all rico modules. Currently, we maintain some modules (especially the JavaScript libraries) in separate repos. To keep it easer to get an overview of the issues, we track all of them in this repository.

Development

To get an overview about the project structure, please look at the repective chapter in our documentation.

Also, please refer to the CODE_OF_CONDUCT.md, CONTIBUTING.md and JAVA_STYLE_GUIDE.md .

Development origin

The Rico framework is the successor of the Dolphin Platform that provided functionality like an asynchronous remoting layer for enterprise applications based on generic APIs. While Rico shares the general idea of the Dolphin Platform it provides a lot more functionality.

🆕🐥🐶 First Timers Support

At Karakun we ❤️ open source. Based on this we develop the complete Rico framework as an open source project. If you are new to open source development we have some specific issues for you. Just have a look at all issues with the 'good first issue' label. This issues are reserved for people who never contributed to Open Source before. We know that the process of creating a pull request is the biggest barrier for new contributors. This issues are for you 💝 We use such issues for example to get involved at Hacktoberfest. If you want to know more about open source development and contribution in general you should have a look at this overview.

License

The project is released as open source under the Apache License Version 2.0

Rico Open Source