ZupIT/beagle

Add support to CDI in the Backend

Closed this issue · 2 comments

Currently, in the backend, Beagle has support for Micronaut and Spring.
Do you have a plan to add CDI in support as well?
With CDI, we'll enable to support most of the JVM frameworks:

CDI is a specification in the Java EE/Jakarta EE world. Thus, we could have support to several platforms.

Hi Otavio! How's it going? I hope well!

We have no plans to expand our starters to other frameworks and libs at the moment. We've thought about implementing Quarkus support before. However, we decided to focus on improving what we already have and expanding to support gRPC. Today, we only have starters for Spring Boot and Micronaut. Although, it is totally possible to use other libs and frameworks for JVM application development with our backend framework lib.

Although our suggested starters have all the necessary settings to run Beagle smoothly, you don't need to use them. You can see how to configure the framework lib in our documentation. Let me know if this helps you, and feel free to contact us again if you need any more help!