-
Notifications
You must be signed in to change notification settings - Fork 150
Standalone Configuration and CDI Implementation #10
Comments
Hi @nurkiewicz, any progress on this? I'm currently tackling the integration with a bridge layer (that wires Spring Beans and Produces CDI beans):
But I would love to ditch the boilerplate code and the Spring Container altogether. If we could simple inject a |
One more thing, it would be nice to have public constructors / setters so that people could use and mutate |
@aaccioly Apologies for leaving this task open for so long, I will look into this and document Spring-less configuration in the nearest days. |
Check out The only change I made was adding |
Thanks @nurkiewicz! I will download the new version and test it tomorrow. As for my Christmas Wishes, I would love to use your project without relying on the Spring Container at all. Something like Spring Data JPA CDI Support in which I (or rater the container) would make a
Finally, testing with a Java EE App Sever (or a CDI Enabled container) and checking if your library works without bootstrapping Spring if there is a |
@aaccioly Sorry, I have no experience with CDI so I cannot proceed with further CDI integration. However if you feel like this library needs some improvements to play nice with CDI, I offer my help. |
@nurkiewicz, no problem. I wish I could do better than ask for it (I will try and fork your library, but I'm not all that familiar with Spring intricacies either). The 4 points mentioned above would be enough to get your library rolling with CDI and most application servers (easier said that done, I know). |
As requested by the @nurkiewicz I'm opening a new Issue (Enchantment Request) for standalone and CDI Implementations and Documentation (Link to original discussion).
Original request content:
The text was updated successfully, but these errors were encountered: