Java thousands asked _08jdk (005) _JDK Service Integration Class library have what

Source: Internet
Author: User

Click to enter _ more _java thousand ask

1. What are the JDK service integration class libraries?

See the Java core Framework here: What is the Java core framework?
1. Database link tool (Java db CONNECTIVITY,JDBC)
The JDBC API provides a common interface for accessing databases using Java, and with JDBC 3.0 or more, developers write applications that can access almost any data source, from relational databases to spreadsheets and even text files, and JDBC technology provides many common basic tools and alternate interfaces.
See JDBC here: [What is JDBC][3]

  1. Remote Method Invocation (Invocation,rmi)
    Remote method invocations provide the development of distributed applications, providing remote invocation and communication between Java writers. RMI allows objects running on one JVM to invoke methods that run on objects on another JVM (two JVMs may be different hosts).
    See RMI here: [What RMI is][4]

  2. Interface Description Language (Interface description Language,idl,corba)
    IDL is a descriptive language in CORBA (Common object request broker Architecture, a common Object Solicitation Broker architecture) that provides standard interoperability and connectivity specifications. This makes it possible for objects running on different platforms and programs written in different languages to communicate with each other.
    It enables distributed, Web-enabled Java applications to transparently invoke remote services based on the IIOP protocol (Internet Inter-ORB Protocol, Internet Internal object request Proxy protocol).
    The Javaidl run-time component includes a compatible full-object request broker Java ORB (object request broker, which requests the escrow of objects) and is used to implement communication between distributed objects based on the IIOP protocol.
    See IDL here: [What IDL is][5]
    See CORBA here: [What CORBA is][6]
    See the IIOP protocol here: [What is the IIOP protocol][7]

  3. RMI-IIOP Protocol (RMI-IIOP)
    RMI is Java-centric and can be connected to existing systems using native methods. RMI can provide you with distributed computing technology in a natural, direct, and functional way that helps you add Java functionality to your entire system in an incremental and seamless way.
    Iiop,internet Inter-ORB Protocol (Internet Internal object Request Proxy protocol), which is a protocol for CORBA 2.0 and compatible platforms. A protocol used to communicate between a CORBA object request agent. In Java, protocols that enable programs to interoperate with CORBA implementations in other languages.
    Prior to the advent of RMI-IIOP, only RMI and CORBA had two options for distributed programming, which did not work together. RMI-IIOP integrated the advantages of RMI and CORBA, overcome their shortcomings, so that programmers can more easily write distributed programming, to achieve distributed computing.
    Learn more RMI-IIOP see here: [Rmi-iiop is what][8]

  4. Java scripting Engine (Scripting for the Java Platform)
    The Java Scripting API consists of the Java scripting engine's interfaces and classes, which provide a scripting framework for use in Java applications. This API allows programs written in a scripting language to be executed in a Java application. Scripting language programs are typically provided by the end user of the application.
    Learn Javax.script package look here: [Javax.script bag What is the use of][9]

  5. Java naming system interface (Java naming and Directory Interface?,jndi)
    Jndi provides a unified client API that provides naming and directory functionality in Java-written applications. It is designed to be implemented independently of any particular naming or directory service, so a variety of services: new, deployed, can be accessed in a consistent manner. The JNDI schema is implemented by an API and SPI (Service Provider interface) that Java applications use to access a wide variety of naming and directory services, and the SPI allows access to a wide variety of naming and directory services, allowing Java applications to use the Jndi API to visit their services. The main functions are in the javax.naming package.
    Learn javax.naming package look here: [javax.naming bag What is the use of][10]

Java thousands asked _08jdk (005) _JDK Service Integration Class library have what

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.