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

[REBOL] Re: SOA

From: ale870::gmail at: 1-Jun-2006 15:27

Hello John, SOA is more a concept than a program. Basically SOA suggests to use Web Services to interface rich clients and servers. If you don't need to use web services, I suggest you to create in the server some web pages, but not returning HTML but returning Rebol structures. In this way, you can use simple GET/POST message to send data to the server, and you can retrieve the results very fast. --Alessandro On 6/1/06, John Blake <jblake-arsenaldigital.com> wrote: