SóProvas


ID
3211207
Banca
FEPESE
Órgão
CELESC
Ano
2019
Provas
Disciplina
Programação
Assuntos

Com quais servidores de aplicações Java EE Weld, que implementa CDI (Context and Dependency Injection) para a plataforma Java EE, pode ser integrado?


1. WildFly

2. Oracle Weblogic Server

3. Websphere Application Server


Assinale a alternativa que indica todas as afirmativas corretas.

Alternativas
Comentários
  • Weld is the reference implementation of CDI: Contexts and Dependency Injection for the Java EE Platform - a JCP standard for dependency injection and contextual lifecycle management and one of the most important and popular parts of the Java EE.

    Weld is integrated into many Java EE application servers such as WildFly, JBoss Enterprise Application Platform, GlassFish, Oracle WebLogic ServerWebSphere Application Server and others.

    Weld can also be used in plain servlet containers (Tomcat, Jetty) or Java SE.

    Fonte: https://weld.cdi-spec.org/