Re: OpenVMS and XML questions

From: Spud Demon (spud_demon_at_e.thundermaker.net)
Date: 06/22/05


Date: Wed, 22 Jun 2005 12:09:24 GMT


"tadamsmar" <tadamsmar@yahoo.com> writes in article <1119286539.558160.164080@g14g2000cwa.googlegroups.com> dated 20 Jun 2005 09:55:39 -0700:
>The application currently uses a serial interface to read/write the
>data points, but we are exploring using the XML interface that the
>environmental control system provides.

XML is a data representation protocol, not a communications protocol. XML
cannot replace your existing layer-0 (the serial line).

Maybe you mean RSS over TCP/IP?

>I figure I could read/writh the XML via Java and transfer it to the
>legacy application via files. That would probably work for us, but I
>would like to explore my options.

The java JVM startup on VMS is sloooooow -- several seconds to run "hello
world". Also, the Java XML implementations are pretty huge themselves.

There is a port of Expat on VMS. It's fast and efficient, and you can call
it from C or any other compiled language on VMS that can implement the
required callback routine. But that will only address parsing your data,
not how it gets from PC to VMS.

--Spud Demon spud_demon -at- thundermaker.net



Relevant Pages

  • Re: XML for VMS
    ... I've looked at updating it to handle xml a number of times, ... I couldn't get expat to compile - did it require gcc rather ... and it compiled fine on VMS 8.3. ...
    (comp.os.vms)
  • Re: AXIS2/C ???
    ... VMS over for years and driven it's customers into the ground has a vested ... Apache foundation.) ... comes to net facing architectures. ... So no WSDL, only as much XML as you want, lightweight, and no ...
    (comp.os.vms)
  • RE: Another Flex/VMS example - Browsing the ACCOUNTNG.DAT file
    ... The .XML file for 4100 records was 4.77 MB, if I take all the XML code then ... an easy way for me to get the data without a lot of programming or learning. ... almost no knowledge of Flex, ... Does your VMS Flex compiler have the qualifier for production -vs- debug ...
    (comp.os.vms)
  • Re: Re: Register DLL Question
    ... database system on VMS or something like that. ... Need to Telnet to the server ... And the buzzword nowaday is XML. ... > that use some unheard of language installed by an unheard of installer and ...
    (microsoft.public.vb.enterprise)
  • Re: Callable XML Parser for OpenVMS?
    ... >I know of two libraries that can be used on VMS to read XML. ... >Another that works is the 'expat' parser for C. ... I second the recommendation of Expat. ... JDOM is a Java package which creates and parses XML, ...
    (comp.os.vms)