Discoverable objects in C++, any tools?

O

Olav

Hi

I am looking for ways to get discovery as in .NET or Java in C++,
without the complexity of COM or CORBA.

The goal is that our framework should be able to persist objects in
different ways (Database, XML...) based on this information.
Secondary it could be interesting to have methods for XML
serialization etc. generated for us.

I am primarily thinking of code-generators and pre-processors. I am
aware of the possibility of using wrappers in Java, .NET etc.

Could WSDL be a solution?

Also looking for tips, patterns, libraries, tools etc. for persisting
graphs of objects. Is there anything like ASN.1 for XML?

Thanks
Olav
 
O

Olav

Hi

I am looking for ways to get discovery as in .NET or Java in C++,
without the complexity of COM or CORBA.
DEBUG INFORMATION - A SOLUTION
Have been sleeping a bit. The debugger has access to debug
information, which might be what we need, is it possible to access
this from inside the app at runtime?

Initially this is Windows, bu are primarily looking for portable
solutions, esp with Linux

Thanks - Olav
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top