Hi,

I'm starting a project in a Java SE environment and want to take a look at deltaspike.

I've used CdiContainerLoader to boot the container and BeanProvider to initialize some beans just after the boot.

I then want to dispatch a custom event. How can i achieve this in a deltaspike context ? In weld i'll do something like: |weld.event().select(Bar.class).fire(new Bar()); |

Thanks
Maximilien

Reply via email to