in reply to An Emerging Cross Language Framework

I think that using Apache and mod_perlservice is a good start to one possible solution to the logical interface for a cross language framework.

I think Apache/mod_perl and SOAP::Lite have already solved this. Why reinvent this wheel?

-sam

  • Comment on Re: An Emerging Cross Language Framework

Replies are listed 'Best First'.
Re^2: An Emerging Cross Language Framework
by Your Mother (Archbishop) on Nov 27, 2004 at 18:57 UTC
    Why reinvent this wheel?

    Perhaps the effort is fueled by some rather clever fellow recently remarking that SOAP isn't a panacea. :)

      If so they must have misunderstood! Most of the problems I identified with SOAP are common to most RPC systems. Instead of just switching to another RPC system, Krang doesn't support RPC at all. Its XML system is based on TAR instead!

      It could be that mod_perlservice is a great advance over SOAP, but I've seen nothing so far to convince me. And nothing I've seen so far has convinced me that this new RPC system justifies a new mod_perl!

      -sam

        SOAP is too complex. XML_RPC isn't powerful enough. mod_perlservice is an easy-to-use, but powerful and extensible system. It eliminates many of the old annoyances and kludgyness of the old systems.
      XML-RPC is good enough for most things that use SOAP, and it's faster and simpler and has less variants. YAML/RPC is what it's all about though :)