Skip to content

An example of use of CORBA

Hello

CORBA (Common Object Request Broker Architecture) is a standart defined by OMG (Object Management Group), this let distributed object from different languages and OS to communicate. It also provides total transparency in the communication. The IDL (Interface Definition Language) is the tecnology used to describe the interfaces. IDL has your own data types, that are mapped to the data types in other languages. There is an IDL compiler, it generates the codes that do the communication.

But how it works? We have some definitions in a .idl file, in this case Bank-idl (remember to change the filename).

Acessing the files, you will see a lot of definitions like:

Module definition:

module banco {

Definition of data type valor as double

typedef double valor;

Definition of the transacao struct

struct transacao {
unsigned long data; // Formato: ddmmyyyy
string<12> descricao;
valor quantia;
};

Definition of some methos, vars and exceptions

interface auto_atendimento {
readonly attribute string boas_vindas;
valor saldo ( in conta c )
raises ( conta_inval );
void extrato ( in conta c,
out transacoes t, out valor saldo )
raises ( conta_inval );
void transferencia ( in conta origem,
in conta destino, in valor v )
raises ( conta_inval, saldo_insuf );
void investimento ( in conta c,
in aplicacao apl, in valor v )
raises ( conta_inval, saldo_insuf );
};

With this file you can generate a lot of different interfaces compiled to different languages. To generate the interfaces in Java use:

idlj -fall bank.idl

It will generate many files inside a banco folder, with the .java files. Now you just have to code what each method will do.

Example of implementation of a bank service and a client in Java using CORBA and IDL

Matheus

PS: This is just a introduction to CORBA. It uses a lot of other definitions as Object Management Architecture and others

References:
My Professor Frank page.
http://en.wikipedia.org/wiki/Common_Object_Request_Broker_Architecture

Published injava

2,975 Comments

  1. AnthonyVal AnthonyVal

    Запоя вывод в клинике Сочи: лечение алкогольной интоксикации, капельница, детоксикация, помощь нарколога на дому, кодирование и реабилитация
    Ознакомиться с деталями – нарколог вывод из запоя сочи

  2. Hello would you mind sharing which blog platform you’re working with? I’m looking to start my own blog in the near future but I’m having a tough time deciding between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your design and style seems different then most blogs and I’m looking for something unique. P.S Sorry for being off-topic but I had to ask!

  3. Greetings! This is my first visit to your blog! We are a collection of volunteers and starting a new initiative in a community in the same niche. Your blog provided us beneficial information. You have done a wonderful job!

  4. Selam millet Bu zamana kadar çok site denedim Neredeyse bahsi bırakıyordum — 1xbet güncel giriş burada Müşteri desteği 7/24 aktif Kısacası, kendiniz bakın — 1xbet tr giriş 1xbet tr giriş Tek adres 1xbet giriş Bahis yapan herkese yolla

  5. AnthonyVal AnthonyVal

    Наркологическая помощь помогает безопасно начать выведение токсинов, снизить выраженность алкогольной интоксикации, восстановить водно-солевой баланс и подобрать дальнейшее лечение алкоголизма. Нарколог проводит анализ состояния пациента, уточняет стаж употребления спиртного, причины запоя, наличие хронического заболевания, психических расстройств, противопоказаний и других ограничений. После диагностика врач выбирает схему: амбулаторно на дому, в стационаре клиники или с дальнейшей госпитализацией.
    Углубиться в тему – вывод из запоя на дому круглосуточно

  6. Beyler bahisçiler Siteler sürekli değişiyor, yeni adres arıyorum Paramı kurtaramadım, sinirlerim bozuldu Ama sonunda bu siteyi keşfettim — 1xbet yeni giriş kolay Çekim dakikalar içinde Neyse, kaydet kenarda dursun — 1xbet güncel 1xbet güncel Sakın sahte sitelere kanma Bahis yapan herkese yolla

  7. Selam millet Dürüst bir bahis sitesi bulmak artık imkansız gibi Hepsi zaman kaybıydı Bu kesinlikle en iyisi — 1xbet güncel giriş burada Site inanılmaz hızlı çalışıyor Neyse, tüm detaylar linkte — 1xbet giriş 1xbet giriş Sakın dolandırıcılara kanma Bahis yapan herkese gönder

  8. AnthonyVal AnthonyVal

    выездная наркологическая служба оперативно приедет по указанному адресу, имея при себе все необходимое оборудование и медикаменты, в том числе для оказания неотложной помощи.
    Детальнее – вывод из запоя на дому недорого сочи

Leave a Reply

Your email address will not be published. Required fields are marked *