Archive | CDI RSS feed for this section

spring-di-and-cdi-comparative-study

4 Jul

http://mobiarch.wordpress.com/2013/01/11/spring-di-and-cdi-comparative-study/

asynchronous-method-invocation-using-cdi

4 Jul

http://mobiarch.wordpress.com/2014/03/04/asynchronous-method-invocation-using-cdi/#more-637

how-use-codi-with-jsf2.0-2.1

13 Feb

https://cwiki.apache.org/confluence/display/EXTCDI/JSF+Usage#JSFUsage-ViewAccessScope

Make JSF more type-safe with CDI and MyFaces CODI- slideshare

7 Feb

Make JSF more type-safe with CDI and MyFaces CODI

http://www.slideshare.net/os890/make-jsf-more-typesafe-with-cdi-and-myfaces-codi

 

cdi in swing

26 Sep

http://blog.frankel.ch/lessons-learned-from-cdi-in-swing

uso dei punti di iniezione per specificare dei parametri del bean creato tramite parametri ricavati dal bean in cui è iniettato.

http://docs.jboss.org/cdi/api/1.0/javax/enterprise/inject/spi/InjectionPoint.html

weld punti di iniezione

http://docs.jboss.org/weld/reference/latest/en-US/html/injection.html

http://java.dzone.com/articles/cdi-di-p1

http://java.dzone.com/articles/cdi-di-p2

How inject a beans from esternal 3rd party libraries example.

20 Sep

If you would inject a bean from a existent library , you can make like described  at below link.

 

http://www.byteslounge.com/tutorials/java-ee-cdi-inject-beans-from-external-3rd-party-libraries-example

 

cdi-bean-scopes

20 Sep

http://www.byteslounge.com/tutorials/cdi-bean-scopes

deltaspike for jsf

18 Sep

http://deltaspike.apache.org/jsf.html

DeltaSpike use of Transactions declarative with JPA .

18 Sep

http://deltaspike.apache.org/jpa.html

 

Agorava Provides CDI Beans and extensions to interact with major social network

18 Sep

http://agorava.org/doc/getting-started/

 

Agorava Provides CDI Beans and extensions to interact with major social network. It provides these services and eases mixing them:

  • A generic portable REST client API
  • A generic API to deal with OAuth 1.0a and 2.0 services
  • A generic API to work with JSON serialization and de-serialization
  • A generic identification API to retrieve basic user information from a Social Service
  • Specific API for Twitter, Facebook and LinkedIn
  • A multi services manager API allowing to deal with multiple OAuth applications and sessions in the same application
  • An easy way to extend it by creating a new module for a new services

Agorava is independent of CDI implementation and fully portable between Java EE 6 and Servlet environments enhanced with CDI. It can be also used with CDI in JSE (desktop application). It has been fully tested with CDI RI implementation (JBoss Weld) and Apache OpenWebBeans. Caucho Candi was not fully tested yet but will be int the coming releases.