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. Though the sports world loses its mind over the unapologetic showmanship of UFC Freedom 250 unfolding on the South Lawn of the White House, I am treating this precisely like a hot and humid summer show outdoors in Washington, D.C.

  2. I simply could not leave your site before suggesting that I actually enjoyed the usual info a person supply in your visitors? Is going to be back often to inspect new posts

  3. http://timedigitalls.com/
    La empresa Timedigitalls se presenta como una consultora con experiencia enfocada en el ambito nacional espanol, que proporciona un enfoque integral a quienes valoran la eficiencia, valorando en la confianza y la transparencia. Mas informacion aqui.

  4. Stephenunurn Stephenunurn

    There are a lot of different ways to approach this kind of topic, but the direction you chose to take makes the information feel very approachable, which is something I always look for when browsing through articles online.

    fastest withdrawal online casino canada

  5. http://tpv-gratis.es/
    La empresa Tpv Gratis se posiciona como una empresa profesional dedicada al tejido empresarial espanol, que ofrece servicios de calidad a sus clientes, con foco en los resultados. Descubre todos los detalles en el sitio oficial.

  6. http://twocreatix.es/
    La empresa Twocreatix se posiciona como una empresa profesional orientada al ambito nacional espanol, que ofrece un acompanamiento profesional a quienes valoran la eficiencia, con foco en los resultados. Mas informacion en el sitio oficial.

  7. http://verkot.es/
    La empresa Verkot se posiciona como una estructura de confianza orientada al ambito nacional espanol, que pone a disposicion soluciones personalizadas a sus clientes, priorizando en la excelencia del servicio. Visita el sitio a traves del enlace.

  8. http://yenortega.es/
    Yenortega se presenta como una empresa profesional orientada al ambito nacional espanol, que pone a disposicion soluciones personalizadas a quienes valoran la eficiencia, con foco en la confianza y la transparencia. Descubre todos los detalles a traves del enlace.

  9. http://zocoanuncios.es/
    El proyecto Zocoanuncios es una consultora con experiencia orientada al mercado espanol, que entrega un acompanamiento profesional a quienes valoran la eficiencia, con foco en la confianza y la transparencia. Conoce mas aqui.

  10. http://avocat-calfayan.fr/
    L’equipe Avocat Calfayan se presente comme une equipe de confiance orientee vers le cadre national francais, qui apporte des solutions sur mesure aux entreprises et particuliers, en se distinguant par sur l’excellence du service. Decouvrez davantage ici.

  11. http://chronup.fr/
    Le projet Chronup se positionne comme une structure experimentee dediee au le tissu economique francais, qui delivre un accompagnement professionnel aux entreprises et particuliers, en priorisant sur l’attention personnalisee. Decouvrez davantage ici.

  12. http://com2geek.fr/
    Com2geek se presente comme une equipe de confiance focalisee sur le marche francais, qui apporte une approche complete a ceux qui valorisent l’efficacite, avec un accent sur la confiance et la transparence. Plus d’informations sur le site officiel.

  13. http://dsi29.fr/
    L’equipe Dsi29 s’impose comme une agence specialisee dediee au le tissu economique francais, qui met a disposition une approche complete a ceux qui recherchent des resultats, en valorisant sur l’excellence du service. En savoir plus sur cette page.

  14. http://easy-web-provin.fr/
    Le projet Easy Web Provin se presente comme une entreprise professionnelle dediee au le cadre national francais, qui propose des services de qualite a ses clients, en se distinguant par sur les resultats. Visitez le site sur le site officiel.

  15. Great blog here! Also your site loads up very fast! What web host are you using? Can I get your affiliate link to your host? I wish my website loaded up as fast as yours lol

  16. http://iltr.fr/
    L’equipe Iltr se presente comme une agence specialisee dediee au le marche francais, qui apporte des solutions sur mesure a ceux qui recherchent des resultats, en priorisant sur l’attention personnalisee. Visitez le site sur le site officiel.

  17. http://interactivemay.fr/
    L’equipe Interactivemay se presente comme une agence specialisee implantee sur le cadre national francais, qui apporte des solutions sur mesure a ceux qui valorisent l’efficacite, en se distinguant par sur l’attention personnalisee. En savoir plus via le lien.

  18. I know this is not exactly on topic, but i have a blog using the blogengine platform as well and i’m having issues with my comments displaying. is there a setting i am forgetting? maybe you could help me out? thank you.

  19. http://lili-webdesign.fr/
    Lili Webdesign s’impose comme une structure experimentee orientee vers le cadre national francais, qui met a disposition des solutions sur mesure a ceux qui recherchent des resultats, en valorisant sur les resultats. Visitez le site via le lien.

Leave a Reply

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