Home Company Information Consulting Course Catalog Contact Us Request a Quote Government Corporate
 


Profile


e-Catalog


Contact
J2EE CORBA and the Java IDL

Course Status: Released Courseware Features
Course Language: English  
Course Duration: 6 Hours  
Deployment Options: Online, Interactive CDs, Network,  

Audience
Java developers who wish to gain an understanding of J2EE's support technologies, including JDBC, RMI, JMS, JNDI and CORBA; business analysts, system architects, technical managers, and technology evaluators who are interested in gaining an overview of enterprise development technologies
Prerequisites
A good working knowledge of the Java language, specifically the Java 2 Standard Edition development kit APIs; familiarity with distributed component development concepts and relational database technology would be an advantage
Course Aim
This learning path provides an overview of the JavaTM 2 Enterprise Edition (J2EE) support technologies that allow developers to build enterprise applications. These technologies include JavaTM Database Connectivity (JDBC), Common Object Request Broker Architecture (CORBA), Remote Method Invocation (RMI), the JavaTM Messaging Service (JMS) and the Java Naming and Directory Service (JNDI).
Learning Objectives
To introduce CORBA as a language-independent distribution technology specification and to describe how to use the Java IDL to create Java interfaces for CORBA-compliant systems
Topics Covered
CORBA overview and architecture
Distributing objects
CORBA architecture
Features of CORBA 3.0
CORBA IDL definition
Building and running CORBA objects
Creating an IDL interface
Creating a CORBA server
Creating a CORBA client
Building a CORBA application
Dynamic interfaces
Mapping between IDL and Java
CORBA and Java
IDL and Java mappings
Coding an advanced IDL interface
Mapping between Java RMI and IDL
RMI and CORBA integration
Coding an RMI/IDL interface
Coding RMI-IIOP implementation classes
Coding a simple RMI-IIOP application