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

1,058 Comments

  1. Nan Nan

    usa casinos that accept paypal, do you have to pay taxes on gambling winnings in australia and directions to
    potawatomi casino in milwaukee, or no deposit bonus casino microgaming australia

    my blog – dr roulette novant [Nan]

  2. free money online pokies canada, united kingdom pub pokies and legit australian online casino, or united statesn heritage poker table

    Here is my web-site; playing roulette machines (Matilda)

  3. new uk casino no deposit free spins, bingo australia promo codes and australian online no deposit fire rock casino open (Eloisa), or best
    craps online canada

  4. what does casino black and mild taste like (Theodore) in toronto ontario australia, usa pokies
    online and no deposit online canadian casinos, or new
    zealandn eagle free slots

  5. Эта доказательная статья представляет собой глубокое погружение в успехи и вызовы лечения зависимостей. Мы обращаемся к научным исследованиям и опыте специалистов, чтобы предоставить читателям надежные данные об эффективности различных методик. Изучите, что работает лучше всего, и получите информацию от экспертов.
    Подробнее – https://seafood.media/fis/shared/redirect.asp?banner=6760&url=https://vozrojdenie.site/narkologicheskiy-tsentr

  6. Портал о бытовой https://expert-byt.ru технике и ее эксплуатации. Полезные статьи о выборе техники для дома, правильном использовании, уходе и продлении срока службы устройств. Советы по ремонту, обслуживанию и эффективному использованию бытовой техники в повседневной жизни.

  7. Этот информативный текст сочетает в себе темы здоровья и зависимости. Мы обсудим, как хронические заболевания могут усугубить зависимости и наоборот, как зависимость может влиять на общее состояние здоровья. Читатели получат представление о комплексном подходе к лечению как физического, так и психического состояния.
    Узнать больше – https://www.google.com.au/url?q=https://vozrojdenie.site/service/kodirovanie/raskodirovanie-ot-alkogolizma

  8. La plataforma de Betmexico se afianza en 2026 como el casino virtual y plataforma de apuestas deportivas mas importante para el mercado mexicano, llamando la atencion por su innovador bono sin deposito de $50 MXN sin requisitos de apuesta, una iniciativa sin precedentes que quita de en medio las trabas habituales de la rivalidad.

  9. top online pokies and casinos united states pokies, blackjack software free (Roxana) pokie games
    united kingdom and canadian poker, or usa real money slots no deposit bonus

  10. Мы не противопоставляем форматы — комбинируем их. Например, первые часы — выездная стабилизация с титрованной инфузией и чётким контролем АД/ЧСС/SpO?, затем — амбулаторные короткие визиты с вечерними онлайн-вставками. Если появляются «красные флаги» (дыхание, ритм, сознание), маршрут без пауз переводится в стационар: та же карта наблюдения, те же цели, только круглосуточный мониторинг и ночной пост. Приватность встроена на каждом этапе: нейтральные формулировки в документах, «тихие» уведомления, гражданская одежда персонала, доступ к данным по ролям.
    Узнать больше – http://narkologicheskaya-klinika-stavropol15.ru

  11. MichaelEdupe MichaelEdupe

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

Leave a Reply

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