in reply to Re: Perl SOAPDish?
in thread Perl SOAPDish?

I don't know squat about money. (I appear to be allergic to it), but it does make logical sense.

The regex power and the flexible multi-platform lexical of Perl, coupled with the fact that within a year the interoperability of Java Application server tools and applications should(will?) be handled by an evolution of SOAP and XML Schema standards, AND that fact that the SUN / Microsoft war limits Sun Java's transactional access to the Microsoft world via RMI or IIOP, (i.e. Denial of Sun Java access to the COM world) it is a perfect fit.

The fact that Microsoft put out the SOAP initiative still has me in shock. It's such a un-Microsoft thing to do. The SOAP protocal is simple and Open and makes sense for all distributed object communicatons regardless of platform origination or destination.

Perl has proven that it's flexibility eases the learning curve(trainning costs) and time to market issues assosiated with adaptive technologies. Those aspects of transactional processing that are not provided by SOAP or by the disparate Java's have been managed by CORBA for years. It's a tad chatty and difficult but COPE seems to have provided a Perl level interface to the type of transactional control that's missing in a UNIX to MS and back transaction. (Not to mention transactional control all the way back to the mainframes, or how Perl LDAP hooks could provide security between the platforms:) I honestly think this is the perfect door for Perl to find the acceptance it has sought to achieve from mainframe centric firms. (especially with IBM putting linux on the mainframe and the NSA initiative for a 'secure' linux.)

I just wish I had the time/brains to be part of a proof of concept. I think I've started this node in an attempt to create Open Source 'itches' because I'm not smart enough to scratch it myself. So you might call it a rather 'rash' node :)

coreolyn

Replies are listed 'Best First'.
Re: Re: Re: Perl SOAPDish?
by Anonymous Monk on Feb 01, 2001 at 22:26 UTC

    interoperability of Java Application server tools and applications should(will?) be handled by an evolution of SOAP and XML Schema standards

    Sorry, but SOAP is horrible if you're looking for any kind of efficiency. Serialising to ASCII on one end, parsing XML on the other, all over HTTP... eeeuuurrrggghh. It's fine for simplicity and getting something going without much work, but it's no replacement for RMI if you're all-Java already. And there's also the lack of security to worry about, too.

    AND that fact that the SUN / Microsoft war limits Sun Java's transactional access to the Microsoft world via RMI or IIOP, (i.e. Denial of Sun Java access to the COM world) it is a perfect fit.

    There are tons of Java-COM bridges out there, you know.

    -- Yoz

      There are tons of Java-COM bridges out there, you know.

      Open Source and Microsoft supported? I'd love a reference if you have one. I'm aware of Sun's but haven't seen any others.

      The more I look at middleware technologies the more I realize XML routing and distribution is more the game than even the objects themselves. It seems to me that Perl would be more adaptable to the changing standards surrounding distributed technologies and could provide a common interface into and out of Java (J2EE) (and whatever new technology comes down the pike), and use LDAP verification for security. I guess I need to determine efficiency of Java vrs Perl in that area, (or just be assimulated and say to hell with it :)

      coreolyn -If all you have is a hammer, everything looks like a nail - Baruch's Observation