Home Tutorial Java Integration Libraries

 
 

Integration Libraries
Posted on: April 5, 2011 at 12:00 AM
Integration Libraries

Integration Libraries

Java Database Connectivity (JDBC) API

Using this API, you can fetch the data from databases, Flat files or Spread sheet.

Remote Method Invocation (RMI)

Using this API, you can create distributed java application which can remote communicate between different programs.

Java IDL (CORBA)

Common Object Request Broker Architecture also known as CORBA is the Java IDL technology which allows us connectivity and standards-based interoperability.

RMI-IIOP

Using RMI-IIOP you can develop your application using other CORBA-compliant programming languages by utilizing the Internet InterORB Protocol (IIOP).

Scripting for the Java Platform

Using JSR 223 (actually a framework)which is the Java API script (included in J2SE 6), Java Applications can able to "host" script engines.

Java Naming and Directory Interface(JNDI) API

This API allows us for naming and directory functionality for the Java Applications.

Click here to go back to the main page

Related Tags for Integration Libraries:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.