https://developer.mozilla.org/en/xpcom
Thanks,
Sreejith
Please see the Component-Integrated ACE ORB (CIAO), which is
described at
http://www.dre.vanderbilt.edu/CIAO
and which can be downloaded from
http://download.dre.vanderbilt.edu
Thanks,
Doug
Thanks,
Sreejith
2009/11/21 Douglas C. Schmidt <sch...@dre.vanderbilt.edu>:
Thanks,
Sreejith
2009/11/22 Sreejith <sreejith...@gmail.com>:
> Thanks a lot. I started going thru the CIAO documentation
> and I think this is what I want!
Great! We're making lots of improvements to CIAO these days, so please
keep an eye out for forthcoming releases.
Thanks,
Doug
> One more quick question. Can ACE handle 'data' in XML format?
> Do we have built in Parser libraries in ACE? I am trying to implement
> some thing like 'XMLSockets' where in every one (components) in XML!
ACE does indeed have an XML library (ACE_ROOT/ACEXML). We recommend
using xerces, however, since it's more complete and better maintained
than ACEXML. We use ACEXML in CIAO, for example.
Thanks,
Doug
I am evaluating ACE for embedded devices and I don't think I can use
xerces (I guess it's from Apche project?) as it's a bit heavy! I will
look into ACEXML. Also I got a very tiny xml parser here:
http://www.applied-mathematics.net/tools/xmlParser.html
I think it's really handy for embedded devices.
Thanks a lot,
/Sreejith
That is, we use xerces in CIAO.
/-Will
Sent from my iPhone
On Nov 22, 2009, at 7:43 AM, "Douglas C. Schmidt" <sch...@dre.vanderbilt.edu
> wrote:
>
> Hi,
>
>> One more quick question. Can ACE handle 'data' in XML format?
>> Do we have built in Parser libraries in ACE? I am trying to implement
>> some thing like 'XMLSockets' where in every one (components) in XML!
>
> ACE does indeed have an XML library (ACE_ROOT/ACEXML). We recommend
> using xerces, however, since it's more complete and better maintained
> than ACEXML. We use ACEXML in CIAO, for example.
>
> Thanks,
>
> Doug
> _______________________________________________
> ace-users mailing list
> ace-...@list.isis.vanderbilt.edu
> http://list.isis.vanderbilt.edu/mailman/listinfo/ace-users
Do you mean ACEXML is a wrapper for xerces lib? OR Do you mean xerces
can be used for embedded devices?
/Sreejith
> Hi,
>
> We use xerces for CIAO (thanks Will!), but it's not optimized for embedded
> systems. If you are using XML for embedded systems, therefore, you may
> want to go with something that's smaller in size than xerces.
Right. One option might be:
http://www.codesynthesis.com/products/xsde/
which is a parser optimized for embedded systems, but is only free for GPL
projects.
/-Will