You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
The basis of this project is to always support plugabillity. So, we should follow an approach on how to plug the multiple pieces (i.e. modules) together.
Guice (current)
Currently, guice is supporting plugabillity through modules. However, the configuration is defined programatically, which represents a limitation for users.
Food for thought
Rookit has its base code divided in multiple projects, which in some perspective can be seen as a basis for plugin support.
The basis of this project is to always support plugabillity. So, we should follow an approach on how to plug the multiple pieces (i.e. modules) together.
Guice (current)
Currently, guice is supporting plugabillity through modules. However, the configuration is defined programatically, which represents a limitation for users.
Food for thought
Rookit has its base code divided in multiple projects, which in some perspective can be seen as a basis for plugin support.
Reseach
See: StackOverflow
See: Maven Dependency Plugin and depency:get
The text was updated successfully, but these errors were encountered: