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

Introduce Dependency Injection framework #119

Open
sebbrudzinski opened this issue Jun 25, 2016 · 0 comments
Open

Introduce Dependency Injection framework #119

sebbrudzinski opened this issue Jun 25, 2016 · 0 comments

Comments

@sebbrudzinski
Copy link
Owner

There are many places in the code where we either manually create objects or use utility classes. It would be good to refactor those to singletons and use a dependency injection framework for easier code maintainability.

We should first research NetBeans Framework DI capabilities. If they are not satisfying, we may look into Google Guice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant