I have a simple problem to solve.  I need to move commands & data(XML)
to/from our own propriaty board that has a Coldfire 5282 processor with an
ARC rtos & tcp/ip stack to server PC running Linux.  We've agreed on using
XML & schema as the format of data.

We can develop in C++ on the 5282 and using Java on the Linux box.  So, I
need a C++ source code to create XML on the 5282, a means to transport it
over tcp/ip, and Java code to unravel it on the pc (and visa versa).

As a nubie I'm considering Castor to map the Java objects to XML, sockets to
move the XML formatted data, and some open souce C++ code that can parse/gen
XML on the 5282.

I thought about SOAP, but we need a peer to peer, and don't have the HTTP
client for the 5282.

Am I on the right track, is there an easier way to do this?

        -bill

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to