Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: SOA

From: greggirwin:mindspring at: 1-Jun-2006 9:30

Hi John, JB> How stable do yall think the SOA stuff is? As someone said, SOA is a concept, or a model, so "stability" doesn't really apply. Is it a sound architectural model? You bet. Of course, there's a huge gray area about what qualifies as SOA too. :\ REBOL was designed for messaging. You could easily write a little app that requests data via CGI, a direct server connection, RebServices, etc. and displays that. Piece of cake. Now, with REBOL, you can just as easily request a small script, so you're dynamically requesting the app to run, GUI and all. You could also use the browser plug-in to avoid deployment issues. -- Gregg