comp.object.corba feed

Syndicate content
OMG CORBA standard.
Updated: 1 hour 19 min ago

Re: [ANN] IDL to C++11 recommended for adoption by the OMG

Thu, 2013-03-14 10:00
Indeed, I agree. The current C++ language mapping is "rotten". I browsed
a little bit in the new mapping and it seems rather canonical.

I wonder a little bit why length-limited sequences do not map to
length-limited types instead of vector, though, e.g. std:array or plain
arrays.

BTW, does anyone have an idea whether or when omniorb will support the

Categories: CORBA

Re: [ANN] IDL to C++11 recommended for adoption by the OMG

Wed, 2013-03-06 18:00
Hi,

Thanks for your comment. We are in the final steps of finishing our
TAOX11 product which implements this new language mapping for the TAO
CORBA implementation. We are also going to work on a CIAOX11 which will
be a CCM product matching the CIAO open source product and OpenDDSX11
which will be OpenDDS with this new language mapping.

Categories: CORBA

Re: [ANN] IDL to C++11 recommended for adoption by the OMG

Fri, 2013-03-01 09:00
Thank you for your work! This is really needed.

Yours,
VB.
--
"If /dev/null is fast in web scale I will use it."

[link]

Categories: CORBA

[ANN] IDL to C++11 recommended for adoption by the OMG

Wed, 2013-02-27 10:00
Hi,

The OMG has recommended our IDL to C++11 language mapping for adoption.
Within a few weeks the OMG will publish a beta 1 specification and we
will the next months on the V1.0 of this new language mapping. See
[link] for more details and examples.

Best regards,

Johnny Willemsen

Categories: CORBA

World's biggest computer science conference

Sun, 2013-02-24 21:00
WORLDCOMP is the world's biggest computer science conference
[link] Recently WORLDCOMP has been
proven to be the biggest fake (bogus) conference on earth! Visit the
website [link]
written by a famous plagiarism researcher Prof. Debora Weber-Wulff
Categories: CORBA

[ANN] TAO 2.1 available for download

Sun, 2013-02-24 17:00
Hi all,

Once again, thanks to the efforts of many developers, testers, and
users, we are pleased to announce the micro release
of ACE 6.1.0, TAO 2.1.0, CIAO 1.1.0, and DAnCE 1.1.0, which is available
from the usual download location at:

[link]

under the heading "Latest Release" and "Latest Micro Release Kit".

Categories: CORBA

[ANN] IDL to C++11 revised submission published

Mon, 2013-02-18 14:00
Hi all,

We have published our revised submission for the IDL to C++11 language
mapping on OSportal (see [link])

This new language mapping makes it much easier to implement CORBA, CCM,
and DDS based applications. For example, instead of custom strings and
sequences, you can use std::string and std::vector directly and send

Categories: CORBA

Re: Draft CORBA v3.3 available

Mon, 2013-02-18 10:00
Hi

Yes, that is true. At the moment it becomes formally adopted it will
be available publicly.

Johnny

Categories: CORBA

Re: [ANN] Draft CORBA v3.3 available

Sun, 2013-02-17 18:00
Only available for members...

Greetings,
Thomas

Categories: CORBA

[ANN] Draft CORBA v3.3 available

Sun, 2013-02-17 18:00
Hi,

The OMG has published the draft CORBA v3.3 specification. This new
release integrates the ZIOP specification into the core CORBA specification.

You can find the draft documents online at:
[link]

Best regards,

Johnny Willemsen

Categories: CORBA

Re: [ANN] IDL to C++11 draft revised submission

Sat, 2013-02-16 17:00
Hi,

The sequence is now just mapped to std::vector as returned by value. By
using the C++11 move semantics you can prevent easily a copy at that moment

All _ptr/_var/_duplicate calls are gone. Argument passing is by value
for basic types, object references, and enums, all others are passed by

Categories: CORBA

Re: [ANN] IDL to C++11 draft revised submission

Sat, 2013-02-16 15:00
I currently haven't got the time to look at all this, but one thing I've
been wondering about the new mapping:

Is the developer (implementer) of an interface / of a client still
required to use operator `new` at *any* point? Or is it now all wrapped
up in proper handle-classes?

One example: In the old mapping, to have a sequence return value, you

Categories: CORBA

[ANN] IDL to C++11 draft revised submission

Sat, 2013-02-09 08:00
Hi all,

Remedy IT is working on a new IDL to C++11 revised submission. We have
published a draft document with a set of examples on our OSportal
community site. You can find this online at
[link]

Regards,

Johnny Willemsen
Remedy IT
[link]

Categories: CORBA

[ANN] TAO 2.0.8 available

Wed, 2013-02-06 11:00
Hi all,

Once again, thanks to the efforts of many developers, testers, and
users, we are pleased to announce the micro release of ACE 6.0.8, TAO
2.0.8, CIAO 1.0.8, and DAnCE 1.0.8, which is available from the usual
download location at:

[link]

under the heading "Latest Micro Release Kit."

Categories: CORBA