Sorry, no immediate help from me. I use this opportunity for a rant. My excuse is that I have no blog (G+ doesn't count).

I have observed that since Perl modules are overwhelmingly grass-roots and initially almost always single-person efforts, this becomes a good Litmus test for a standard. (A standard is a IETF draft/RFC, W3C recommendation and the like, or Shub-Internet forbid, an ISO spec or worse. You know what I mean.) Can it be reasonably implemented by a single hacker in the spare time before 'e gives up, eyes bleeding from the tech jargon and brain trying to escape through the ears to make the dullness stop? Or do you need to throw money at the problem, assign a swat team of 9-5 professionals to crack the mother open methodically, and eventually? (Hi, Java.)

XML, for instance, falls firmly in the former camp. It's nice and small (really, look just how short the spec is), and as a proof of concept you can even hack your parser with just 200 SLOC bouncing off the regex matcher. (This is where the famous "desperate Perl hacker" meme comes from that was even expressed as a OSCON sticky badge.)

WS-anything, does not, precisely because the standards are huge and unwieldy and messy and IMO barely comprehensibly, trying to solve problems that became rapidly irrelevant (for instance, the whole SAML bullshit can be completely replaced with TLS). With the exception of LWP::Authen::Wsse, I haven't seen adoption in the Perl world. This is the same reason why our SOAP implementations lagged behind, and feature-full implementations only appeared when the heyday of RPC was already over.

tl;dr OASIS is where standards go that are not viable in real life.

Update: telling grantm about XML → facepalm of the day! ~:-| I'm gonna fetch a coffee.


In reply to Re: Anyone doing WS-Trust with Perl? by daxim
in thread Anyone doing WS-Trust with Perl? by grantm

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.