2:43 history of CDI 3:30 CDI 1.2 is the official release of Java EE 7 3:51 CDI implementation 3:57 reference implementation - JBoss Weld 4:07 Apache WebBeans CDI activation 4:27 4:45 *since CDI 1.1* , it is activated by default 5:00 all classes having a "bean defining annotation" become a bean 5:20 if you want to be sure that CDI is activated for all your classes, you can still use beans.xml to activate CDI explicitly or deactivate it 5:41 the CDI Bean 6:30 Basic Dependency Injection 6:36 @Inject 7:00 @Inject in constructor 7:09 @Inject in a special method 7:41 @Inject in private variable 8:01 *no type erasure* in CDI 8:30 type of beans 8:43 *to know what candidate is good for a type, we have to know the set of types for a bean* 9:12 *@Typed* 10:48 @Qualifier 13:27 3 reserved qualifier in CDI 13:32 @Default 13:41 @Any 14:13 programmatic lookup
@rosey1823 жыл бұрын
Hi. I'm learning how to use Arquillian and I'm still not sure what I need to include in my archive. Should I load the entire project and deploy or not? If not how does one decide what to include? Thanks
@canuckclint53 жыл бұрын
rather dry and boring from what sections I heard
@ruixue69555 жыл бұрын
28:54 Event 31:09 question: I am calling a method re-inject CDI beans in a loop, can I get the refreshed new instance of the inject bean every time I call the method 36:18 back to Event 36:24 40:33 built-in events 41:51 interceptor VS decorator 45:33 Interceptor
@ruixue69555 жыл бұрын
16:47 Context - 16:49 the way to manage beans lifecycle 16:53 help container to choose when the beans should be instantiated and destroyed 16:59 is the way to make sure that *Bean is singleton in its context* 17:10 CDI provides built-in context 17:13 the default context is @Dependent 18:00 @ConversationScoped 18:27 @Singleton 23:11 choosing the right context
@DmitryFomin5 жыл бұрын
just want to mention that jboss/wildfly Docker file has only "-b", "0.0.0.0". I had to add "-bmanagement", "0.0.0.0" to my Docker file as well to be able to forward 9990 to docker host
@sasikiranreddy72185 жыл бұрын
By using these can i schedule a job can please provide a sample
@tanyamadaan49336 жыл бұрын
Awesome explaination… very helpful... Thanks
@zaboomafia6 жыл бұрын
I have an environment with 30 nodes. We are sometimes seeing "dropped from cluster" errors. We are using multicast UDP. Do we need to increase the receive buffer size?
@isadoramartinsmoreira93787 жыл бұрын
Thank you very much for that video. I learned a lot !
@zaboomafia7 жыл бұрын
What about tuning? If I have say 15 Java nodes, what should I set the thread count to, the UFC to , and MFC to?
@altanis856 жыл бұрын
Hi James, please post the question on Stack Overflow or on JBoss Forums: developer.jboss.org/en/infinispan/content?filterID=contentstatus%5Bpublished%5D~objecttype~objecttype%5Bthread%5D
@sekharpn7 жыл бұрын
Interesting!!
@testuser13377 жыл бұрын
Very cool work Antoine! But it is really hard to extract the information through all the french-cryption layers =).
Hi guys! Thanks for the great introduction! Is it available the rest-feature-pack on any repository ? (or maybe willing to share it somehow)
@tomaszadamski64449 жыл бұрын
Sure, I have written a mail to you regarding this.
@opicarelli9 жыл бұрын
Thank you for share it! Where can i find the showcase universe?
@AslakKnutsen9 жыл бұрын
+Marcos Oto Picarelli Prado The Universe Showcase can be found here: github.com/arquillian/arquillian-showcase/tree/universe/universe
@opicarelli9 жыл бұрын
+Aslak Knutsen Thanks! I'm gonna play around a little bit whit this ;)
@VirtualJBossUserGroupWorldWide9 жыл бұрын
In the video Christian mentions the "Microservices Architecture Developer Day". Here's a link to the videos: www.redhatonline.com/uk/seminar/microservices-architecture-developer-day/
@kendallfleming8779 жыл бұрын
So, how do you handle the WELD-001408 error for CDI with Wildfly?
@tomasz-waszczyk9 жыл бұрын
There is a possibility to run a application in background as a service in Android case ?
@ReneEnriquez198710 жыл бұрын
This hangout was very interesting, I have copied and pasted the examples in a project, and I wrote the tests for the source code using arquillian framework, if anyone want access to the source code, can found in this git repo github.com/enriquezrene/cdi.git
@AntoineSabotDurand10 жыл бұрын
Thank you. You should also have a to the part2 on SPI and portable extensions.
@ReneEnriquez198710 жыл бұрын
Sure, It sounds very interesting
@paoloantinori10 жыл бұрын
Very interesting presentation, thank you. While waiting for the updated slides, I have found this older set useful: www.slideshare.net/antoinesd/introduction-to-cdi-java-one
@rdean40010 жыл бұрын
Great talk. Thanks for the info.
@ibrahimshbatibrahim726910 жыл бұрын
Ok, I am wacthing now.
@ibrahimshbatibrahim726910 жыл бұрын
Hi Sir, Is it possible to watch the meeting online?