|
|
|
|
ROFES: Real-Time CORBA for embedded systems |
The ROFES project uses a Trac System to provide documentation, track bugs and to coordinate the development
Please feel free to use this system to post trouble tickets or feauture requests.
If you have general questions to CORBA, then the following links can also help you:
Frequently Asked Questions
What is the best way to start learning CORBA?
Advanced CORBA Programming with C++ book by Henning and Vinoski. This is a general C++ CORBA book and covers the standard way of doing things.
Why doesn't ROFES support the BOA?
The short answer is that the BOA (Basic Object Adapter) is no longer part of the CORBA specification.
The BOA was removed because of its lack of portability and underspecification among various other shortcomings. The main argument for adding
BOA support to ROFES is migration of existing CORBA applications. Because the BOA is implemented differently by each vendor, porting to a ROFES
BOA would probably be the same amount of work as porting to the POA (which provides true cross-vendor portability). All in all, applications are
probably better off making the transition to the POA. |
|
|