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

781 Comments

  1. iqsnalxgo iqsnalxgo

    A quality slot site should offer a broad game selection, which may include slots, table games, live dealer options, and even scratch cards. While dedicated slot sites focus heavily on slots, you might also enjoy other types of games. If you like playing live dealer games, ensure the site offers them, as some slot sites may not. A well-rounded site can cater to different gaming moods, from quick slot sessions to immersive live dealer experiences. If you’re interested in exploring other games beyond slots, look for sites with a diverse portfolio. Having options means you can switch between different types of games without needing to sign up on multiple platforms. We pick bookmakers for their variety of slots, bonuses, and safety. Paddy Power and LeoVegas have 1000+ games and daily deals, while bet365 and Ladbrokes offer quick PayPal cashouts. Sky Vegas also ranks on our list for its high-RTP slots. Plus, all the bookmarks are UKGC-licensed, use secure encryption, and have 24 7 support for a fun and memorable gaming experience
    http://dskogsphoto.com/zoome-slot-game-review-spin-your-way-in-aussie-casinos/
    The glucose oxidase method was used for the determination of plasma glucose, which was based on the conversion of glucose into gluconic acid (estimation of the normal range of blood glucose in rats). Once per week, FBG levels were measured in the morning after the tail vein was punctured with a glucose meter (Yuwell 590, Jiangsu Yuyue Medical Equipment & Supply Co., Ltd., Shanghai, China), and blood glucose strips (Yuwell 510526; Jiangsu Yuyue Medical Equipment & Supply Co., Ltd.) were also applied. Subsequently, 0.1 mL of blood samples was added to the centrifuge tube and centrifuged at 626 ×g for 10 min, and 0.5 mL of supernatant was collected in a fresh tube. Plasma glucose was measured by the same method as that for FBG. We have been dreaming of robots since Homer. In Book 18 of the Iliad, Achilles’ mother, the nymph Thetis, wants to order a new suit of armor for her son, and so she pays a visit to the Olympian atelier of the blacksmith-god Hephaestus, whom she finds hard at work on a series of automata:

  2. Hi my friend! I want to say that this article
    is awesome, nice written and include approximately all important
    infos. I’d like to see more posts like this .

    Feel free to visit my page cash tornado app real money –
    Columbus,

  3. statistics of gambling in canada, united statesn bingo rules and united kingdom original with 100 free
    spins play for free, or top real cash casino games online (Aileen) pokies and casinos canadian open 2021

  4. WilliamBex WilliamBex

    Каждый метод выбирается строго по показаниям. При необходимости врачи комбинируют медикаментозное лечение с психотерапией, физиопроцедурами и восстановительными программами. Это обеспечивает максимальную эффективность и безопасность терапии.
    Получить больше информации – http://narkologicheskaya-klinika-v-khabarovske0.ru

  5. remote gambling usa license, bet365 united statesn roulette tips
    and legit australian online install doubledown casino game (Will), or
    new uk paypal casino

Leave a Reply

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