美文网首页
Java中的缩略词(名词缩写)

Java中的缩略词(名词缩写)

作者: 帕博雷克斯丢丢 | 来源:发表于2021-09-03 00:31 被阅读0次
    • JEP: JDK Enhancement Proposal

    • JSR: Java Specification Requests

    • JCP: Java Community Process

    • TCK: Technology Compatibility Kit

    • JSL: Java Language Specification

    • JCL: Jakarta Commons Logging

    • SPI: Service Provider Interface


    • IoC: Inversion of Control

    • AOP: Aspect Oriented Programming

    • DI: Dependency Injection

    • CDI: Contexts and Dependency Injection (JavaEE)

    • ArC: Quarkus DI solution

    Quarkus DI solution (also called ArC) is based on the Contexts and Dependency Injection for Java 2.0 specification, However, it is not a full CDI implementation verified by the TCK. Only a subset of the CDI features is implemented.

    • JAX-RS: Java API for RESTful Web Services

    • JSF: JavaServer Faces

    • SPI: Service Provider Interface

    相关文章

      网友评论

          本文标题:Java中的缩略词(名词缩写)

          本文链接:https://www.haomeiwen.com/subject/toshwltx.html