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

JDF-148 showing how to create new beans using DeltaSpike utilities #382

Closed
wants to merge 6 commits into from
Closed

Conversation

rafabene
Copy link
Contributor

No description provided.


This project demonstrates a CDI Portable Extension that uses DeltaSpike utilities to create new Beans.

This extension permits the injection of JPA Entities by its Id without the need of query it. To do that, the extension observes the `ProcessInjectionTarget` event and get all values that needs to be queried. Then in `AfterBeanDiscovery` event, the extension create `Bean` instances using the `BeanBuilder` utility.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/its/their/

@pmuir
Copy link
Contributor

pmuir commented Dec 23, 2012

Merged with fixes :-)

@pmuir pmuir closed this Dec 23, 2012
@rafabene
Copy link
Contributor Author

thx

@rafabene rafabene deleted the JDF-148 branch January 29, 2013 14:34
emmartins added a commit that referenced this pull request Mar 11, 2021
WFLY-12770 Create quickstart for MicroProfile Fault Tolerance 2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants