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,499 Comments

  1. united statesn reverse parachute roulette (Teresa)
    builders, craps tutorial usa and free casino bonus no deposit required uk, or
    registration bonus casino usa

  2. I am sure this paragraph has touched all the internet users, its really really fastidious paragraph on building up new blog.

  3. Wow, this post is fastidious, my younger sister
    is analyzing these things, thus I am going to let know her.

    Look at my homepage; how many bets can you place in roulette,
    Angie,

  4. Грузчики в Киеве https://www.gruzchiki-kiev.net для квартирных и офисных переездов, погрузки, разгрузки и подъема грузов. Опытные специалисты, аккуратная работа с мебелью, техникой и стройматериалами, почасовая оплата, срочный выезд по всем районам города.

  5. Can I simply say what a comfort to uncover someone that actually knows what they are talking about on the net. You actually know how to bring a problem to light and make it important. A lot more people really need to look at this and understand this side of the story. I was surprised you’re not more popular since you surely possess the gift.

  6. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  7. free online slots new zealand, united kingdom online casinos and online roulette real
    money canada, or australian online pokies real money

    Here is my website; gw casino no deposit bonus 2022 (Edmundo)

  8. Timsothybox Timsothybox

    Finding content that strikes the perfect balance between being thorough and remaining highly easy to understand is a rare treat, so I wanted to drop a quick thank you for sharing this well-made summary with everyone today.

    anal zoo

  9. Wow that was odd. I just wrote an incredibly long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyways, just wanted to say great blog!

  10. What i do not realize is if truth be told how to host a casino night fundraiser – Cora,
    you are no longer really much more neatly-preferred
    than you might be right now. You’re very intelligent.
    You realize thus significantly with regards to this subject,
    produced me personally believe it from a lot of numerous angles.
    Its like men and women are not interested until it’s something to do with Lady gaga!
    Your individual stuffs excellent. All the time deal with it up!

  11. bingos y casinos en madrid

    Feel free to visit my web-site … aplicaciones de juegos
    de casino gratis (Holly)

  12. CareyglyMn CareyglyMn

    Are you leveling up your character? game boosting service BooStRiders is a game boosting and currency marketplace: hire verified boosters for rank boost, coaching and clears, or buy WoW Gold, PoE Orbs and Diablo 4 Gold. Every order is protected by escrow, so you only pay when the work is done — trusted by 50,000+ gamers.

  13. online usa mobile casinos free spins and chips 2021, is there a casino in sydney united states and mobile
    poker sites usa, or united statesn poker tour

    Feel free to surf to my web blog Goplayslots.Net

Leave a Reply

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