|
||
|
Lesson 1
Course introduction
|
||
|
Welcome to CORBA Programming with Java.
This course teaches you how to write Common Object Request Broker Architecture (CORBA) clients and servers in Java.
CORBA is a powerful approach to component programming that permits
interoperability in almost every respect: Your clients and servers can be written in different languages, can be running on different machines, can
even be written for different platforms! A C++ client running on a Windows machine can communicate with a Java server running on a UNIX machine, for
example.
In this course, you will build on your knowledge of CORBA fundamentals, the Java language, and the Java Development Kit (JDK). You will start by seeing how CORBA Interface Definition Language (IDL) and Java code are related, then move on to simple servers and clients. You will explore the Naming Service, the Basic Object Adapter (BOA), the Portable Object Adapter (POA), persistent servers, CORBA patterns, and finally the connection between CORBA and the Internet, specifically the Web. Course goals
After completing the course, you will be able to:
CORBA Programming with Java is the second of two courses in the CORBA series.
In the next lesson, thet prerequisites for the course will be discussed.
|
||
|
|
||