Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider breaking the IoC and AOP docs out into a separate guide #10756

Open
mikehearn opened this issue Apr 23, 2024 · 0 comments
Open

Consider breaking the IoC and AOP docs out into a separate guide #10756

mikehearn opened this issue Apr 23, 2024 · 0 comments
Labels
status: under consideration The issue is being considered, but has not been accepted yet type: docs

Comments

@mikehearn
Copy link
Contributor

mikehearn commented Apr 23, 2024

The Micronaut Core user manual is one giant HTML page. A significant fraction of that is spent explaining the many features of the very impressive dependency injector and AOP framework, however this is overwhelming for new users who:

  1. Likely don't care about features like defining custom bean scopes or their own advice.
  2. Are presumably expecting to be instructed early in how the meat-and-potatoes stuff works, like how to define an HTTP server.

It would be good to spin these parts of the docs out into a separate guide like how Micronaut Views is done, with a small stub left behind that explains briefly what IoC and AOP are along with the sort of things you can do with the framework and enough introductory material to understand the rest of the user guide.

@alvarosanchez alvarosanchez changed the title Consider breaking the IoT and AOP docs out into a separate guide Consider breaking the IoC and AOP docs out into a separate guide Apr 24, 2024
@sdelamo sdelamo added the status: under consideration The issue is being considered, but has not been accepted yet label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: under consideration The issue is being considered, but has not been accepted yet type: docs
Projects
Status: No status
Development

No branches or pull requests

3 participants