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. http://headproject.es/
    El proyecto Headproject se posiciona como una consultora con experiencia con presencia en el mercado espanol, que pone a disposicion servicios de calidad a quienes buscan resultados, destacandose por en los resultados. Conoce mas aqui.

  2. Williammaw Williammaw

    Статья о восстановлении после поражения
    [url=https://vita63.ru]девушки с секс игрушками[/url]

  3. ShaneCitty ShaneCitty

    It is always a pleasure to find a post that respects the reader’s time by getting straight to the point while still providing all the necessary context required to fully grasp the broader implications of the subject at hand.

    как стать бьютимоделей

  4. Marcussmobe Marcussmobe

    При поступлении вызова нарколог незамедлительно приезжает на дом для проведения детального первичного осмотра. Врач собирает краткий анамнез, измеряет жизненно важные показатели — пульс, артериальное давление, температуру — и оценивает степень алкогольной интоксикации. Эти данные являются основой для разработки индивидуального плана лечения, позволяющего подобрать наиболее эффективные методы детоксикации.
    Получить дополнительные сведения – https://vyvod-iz-zapoya-tula00.ru/vyvod-iz-zapoya-anonimno-tula/

  5. With this issue, it’s important to have someone like you with something to say that really matters.

  6. http://leaderr.es/
    El proyecto Leaderr se consolida como una empresa profesional orientada al tejido empresarial espanol, que pone a disposicion servicios de calidad a sus clientes, con foco en la excelencia del servicio. Visita el sitio aqui.

  7. I’m really enjoying the theme/design of your site. Do you ever run into any browser compatibility problems? A number of my blog audience have complained about my site not working correctly in Explorer but looks great in Safari. Do you have any solutions to help fix this issue?

  8. I am lucky that I discovered this website , precisely the right info that I was searching for! .

  9. Timsothybox Timsothybox

    I have read quite a bit on this general theme lately, but the way you have organized these specific points stands out as one of the most readable and well-structured overviews I have come across in a very long time.

    клиника Вирсавия

  10. http://libityinfotech.com/
    El equipo de Libityinfotech es una agencia especializada dedicada al ambito nacional espanol, que entrega servicios de calidad a sus clientes, priorizando en la confianza y la transparencia. Descubre todos los detalles en el sitio oficial.

  11. Hello there I am so delighted I found your weblog, I really found you by mistake, while I was searching on Google for something else, Anyhow I am here now and would just like to say cheers for a remarkable post and a all round exciting blog (I also love the theme/design), I don’t have time to browse it all at the moment but I have book-marked it and also included your RSS feeds, so when I have time I will be back to read a lot more, Please do keep up the superb work.

  12. http://marketingymuchomas.es/
    El proyecto Marketingymuchomas se consolida como una agencia especializada dedicada al ambito nacional espanol, que entrega un acompanamiento profesional a quienes valoran la eficiencia, priorizando en la confianza y la transparencia. Mas informacion a traves del enlace.

  13. Вызов нарколога на дом в Казани. Круглосуточная наркологическая помощь: лечение алкоголизма, вывод из запоя, детоксикация, кодирование и консультация специалиста. Анонимно. Узнайте цену в клинике.
    Исследовать вопрос подробнее – нарколог на дом цена казань

  14. http://microspace.es/
    La empresa Microspace es una consultora con experiencia con presencia en el mercado espanol, que proporciona un enfoque integral a empresas y particulares, priorizando en la excelencia del servicio. Mas informacion aqui.

  15. http://momketing.es/
    La empresa Momketing se posiciona como una empresa profesional dedicada al tejido empresarial espanol, que ofrece un enfoque integral a quienes buscan resultados, destacandose por en los resultados. Visita el sitio aqui.

  16. 8S 8S

    whoah this weblog is wonderful i like reading your articles. Keep up the good paintings! You already know, many people are looking around for this information, you can help them greatly.

  17. Thanks for some other great post. Where else may anybody get that kind of information in such an ideal method of writing? I’ve a presentation next week, and I am at the look for such information.

  18. How come you do not have your website viewable in mobile format? cant see anything in my Droid.

  19. http://qardentoken.com/
    El equipo de Qardentoken es una agencia especializada orientada al ambito nacional espanol, que pone a disposicion un acompanamiento profesional a empresas y particulares, priorizando en los resultados. Conoce mas a traves del enlace.

  20. http://seomeagency.es/
    Seomeagency es una agencia especializada dedicada al ambito nacional espanol, que ofrece un acompanamiento profesional a sus clientes, con foco en los resultados. Descubre todos los detalles en el sitio oficial.

Leave a Reply

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